Skip to content
Snippets Groups Projects
Commit 2693efad authored by mathias.chouet's avatar mathias.chouet
Browse files

MacroRugo: remove tech. guide results

parent ccaf8a47
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,6 @@
"UNIT_Q": "m³/s",
"UNIT_PV": "W/m³",
"UNIT_Q_GUIDETECH": "m³/s",
"UNIT_V_GUIDETECH": "m/s",
"UNIT_VDEB": "m/s",
"UNIT_VMAX": "m/s",
"UNIT_ZF2": "m"
......
......@@ -26,8 +26,6 @@
"UNIT_Q": "m³/s",
"UNIT_PV": "W/m³",
"UNIT_Q_GUIDETECH": "m³/s",
"UNIT_V_GUIDETECH": "m/s",
"UNIT_VDEB": "m/s",
"UNIT_VMAX": "m/s",
"UNIT_ZF2": "m"
......
......@@ -14,8 +14,6 @@
"Cd0": "Shape (1 for round, 2 for square)",
"Strickler": "Equivalent strickler",
"UNIT_PV": "W/m³",
"UNIT_Q_GUIDETECH": "m³/s",
"UNIT_V_GUIDETECH": "m/s",
"UNIT_VDEB": "m/s",
"UNIT_VMAX": "m/s",
"UNIT_ZF2": "m",
......
......@@ -14,8 +14,6 @@
"Cd0": "Forme (1 pour rond, 2 pour carré)",
"Strickler": "Strickler équivalent",
"UNIT_PV": "W/m³",
"UNIT_Q_GUIDETECH": "m³/s",
"UNIT_V_GUIDETECH": "m/s",
"UNIT_VDEB": "m/s",
"UNIT_VMAX": "m/s",
"UNIT_ZF2": "m",
......
......@@ -103,8 +103,6 @@ export class MacrorugoCompoundResultsTableComponent extends ResultsComponent {
res.Vmax.toFixed(nDigits),
res.PV.toFixed(nDigits),
this.intlService.localizeText("INFO_ENUM_MACRORUGOFLOWTYPE_" + res.ENUM_MacroRugoFlowType),
res.Q_GuideTech.toFixed(nDigits),
(res.V_GuideTech !== undefined ? res.V_GuideTech.toFixed(nDigits) : "-"),
res.xCenter.toFixed(nDigits)
]);
}
......@@ -114,9 +112,7 @@ export class MacrorugoCompoundResultsTableComponent extends ResultsComponent {
this.intlService.localizeText("INFO_LIB_TOTAL"),
"", "", "",
pr.result.resultElements[vi].vCalc.toFixed(nDigits),
"", "", "", "", "",
pr.result.resultElements[vi].values.Q_GuideTech.toFixed(nDigits),
"", ""
"", "", "", "", "", ""
]);
}
}
......
......@@ -26,8 +26,6 @@ export class MacrorugoCompoundResults extends MultiDimensionResults {
"Vmax",
"PV",
"ENUM_MacroRugoFlowType",
"Q_GuideTech",
"V_GuideTech",
"xCenter"
];
}
......
......@@ -107,8 +107,6 @@ export class PlottableMacrorugoCompoundResults implements PlottableData {
case "Fr":
case "Vmax":
case "PV":
case "Q_GuideTech":
case "V_GuideTech":
case "xCenter":
data.push(this.mrcResults.childrenResults[i].resultElements[vi].getValue(symbol));
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment