Skip to content
Snippets Groups Projects
Commit 859691e5 authored by AUBRY JEAN-PASCAL's avatar AUBRY JEAN-PASCAL
Browse files

fix: delete rugoFond calculator from Nghyd

Refs #658
parent e157e242
No related branches found
No related tags found
2 merge requests!275Release v4.19.0,!255Resolve "Ajout de la passe à rugosité de fond: cas d'un radier incliné"
This commit is part of merge request !255. Comments created here will be created in the context of that merge request.
[
{
"id": "fs_hydraulique",
"type": "fieldset",
"fields": [
"Q",
"Z1"
]
},
{
"id": "fs_geometry_crete",
"type": "fieldset",
"fields": [
"L",
"Cd"
]
},
{
"id": "fs_geometry_rampe",
"type": "fieldset",
"fields": [
{
"id": "If",
"help": "hsl/pente.html"
},
"d65",
"a"
]
},
{
"id": "fs_type",
"type": "fieldset",
"fields": [
"ZF1",
{
"id": "ZD1",
"allowEmpty": true
},
{
"id": "ZR1",
"allowEmpty": true
},
{
"id": "Nb",
"allowEmpty": true
}
]
}
]
{
"fs_hydraulique": "Hydraulic parameters",
"fs_geometry_crete": "Crest geometry",
"fs_geometry_rampe": "Ramp geometry",
"fs_type": "Ramp type",
"fs_pass": "Fish pass parameters",
"fs_bloc": "Blocks parameters",
"fs_pass_type": "Pass type",
"macrorugo_container": "Aprons",
"fs_macrorugo": "Apron",
"select_passtype": "Pass type",
"Q": "Flow",
"If": "Slope",
"a": "Strickler correction factor",
"ZF1": "Upstream ramp bottom elevation",
"ZD1": "Lower upstream ramp bottom elevation",
"ZR1": "Upper upstream ramp bottom elevation",
"Nb": "Number of baffles",
"L": "Total width of ramp",
"Cd": "Discharge coefficient",
"d65": "d65",
"PASSTYPE_0": "Horizontal aprons",
"PASSTYPE_1": "Inclined apron"
}
\ No newline at end of file
{
"fs_hydraulique": "Paramètres hydrauliques",
"fs_geometry_crete": "Géométrie de la crête",
"fs_geometry_rampe": "Géométrie de la rampe",
"fs_type": "Type de rampe",
"fs_pass": "Paramètres de la passe",
"fs_bloc": "Paramètres des blocs",
"fs_pass_type": "Type de passe",
"macrorugo_container": "Radiers",
"fs_macrorugo": "Radier",
"select_passtype": "Type de passe",
"Q": "Débit",
"If": "Pente",
"a": "Coefficient correcteur du Strickler",
"ZF1": "Cote de fond amont rampe",
"ZD1": "Cote de fond bas amont rampe",
"ZR1": "Cote de fond haut amont rampe",
"Nb": "Nombre de ralentisseurs",
"L": "Largeur totale de la rampe",
"Cd": "Coefficient de débit",
"d65": "d65",
"PASSTYPE_0": "Radier horizontal",
"PASSTYPE_1": "Radier incliné"
}
\ No newline at end of file
......@@ -68,7 +68,6 @@ export class VarResultsComponent extends ResultsComponentDirective implements Ob
if (this._messages.length > 0) { // has log messages
this._headers.push("logMessagesColumn");
}
console.log("headers", this._varResults.variableParamHeaders);
this._headers = this._headers.concat(this._varResults.variableParamHeaders);
this._headers = this._headers.concat(this._varResults.resultHeaders);
......
......@@ -31,7 +31,7 @@
"path": "passe-naturelle.jpg",
"credits": "S. Richard / OFB"
},
"calculators": [ 11, 17, 27, 37, 38, 39 ]
"calculators": [ 11, 17, 27, 37, 38 ]
},
{
"name": "VERIFICATION",
......
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