Commit 957d0183 authored by Dorchies David's avatar Dorchies David
Browse files

feat(MacroRugo): v4.13.1 formulas forgot rv coefs

Refs #297
Showing with 1 addition and 1 deletion
+1 -1
...@@ -46,7 +46,7 @@ export class MacroRugo extends FishPass { ...@@ -46,7 +46,7 @@ export class MacroRugo extends FishPass {
private paramRQ: [number, number] = [0.4, 0.7]; private paramRQ: [number, number] = [0.4, 0.7];
/** Coefficient used in rQ */ /** Coefficient used in rQ */
private paramRV: [number, number] = [0.2, 1]; private paramRV: [number, number] = [0.4, 0.7];
/** Maximum value for Cd */ /** Maximum value for Cd */
private paramMaxCd: number = Infinity; private paramMaxCd: number = Infinity;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment