Skip to content
Snippets Groups Projects
Commit faa57697 authored by François Grand's avatar François Grand
Browse files

feat: fish ladder cross walls: add downstream head, submergence results

refs #518
parent 267d7d42
No related branches found
No related tags found
1 merge request!169Resolve "PAB: Ajouter la charge et l'ennoiement dans le tableau de résultat et l'export"
......@@ -6,5 +6,7 @@
"UNIT_Q": "m³/s",
"UNIT_YMOY": "m",
"UNIT_ZDV": "m",
"UNIT_P": "m"
"UNIT_P": "m",
"UNIT_H2": "m",
"UNIT_SUBMERGENCE": "%"
}
\ No newline at end of file
......@@ -6,5 +6,7 @@
"UNIT_Q": "m³/s",
"UNIT_YMOY": "m",
"UNIT_ZDV": "m",
"UNIT_P": "m"
"UNIT_P": "m",
"UNIT_H2": "m",
"UNIT_SUBMERGENCE": "%"
}
\ No newline at end of file
......@@ -306,7 +306,8 @@
"INFO_LIB_FS_OUVRAGE": "Device",
"INFO_LIB_FS_PARAM_CALC": "Calculation parameters",
"INFO_LIB_FS_PARAM_HYDRO": "Hydraulic parameters",
"INFO_LIB_H1": "Head",
"INFO_LIB_H1": "Upstream head",
"INFO_LIB_H2": "Downstream head",
"INFO_LIB_HS": "Specific head",
"INFO_LIB_HSC": "Critical head",
"INFO_LIB_I-J": "Linear variation of specific head",
......@@ -406,6 +407,7 @@
"INFO_LIB_PVMAXPREC": "Recommanded maximal dissipated power",
"INFO_LIB_PVMAXLIM": "Limit maximal dissipated power",
"INFO_LIB_PAB_CHART_SEUILS": "Weirs (%s)",
"INFO_LIB_SUBMERGENCE": "Submergence",
"INFO_LINKED_VALUE_CHILD": "%s (%s, %s %s)",
"INFO_LINKED_VALUE_EXTRA_RESULT_OF": "%s (%s)",
"INFO_LINKED_VALUE_EXTRA_RESULT": "%s (%s)",
......
......@@ -307,7 +307,8 @@
"INFO_LIB_FS_OUVRAGE": "Ouvrage",
"INFO_LIB_FS_PARAM_CALC": "Paramètres de calcul",
"INFO_LIB_FS_PARAM_HYDRO": "Paramètres hydrauliques",
"INFO_LIB_H1": "Charge",
"INFO_LIB_H1": "Charge amont",
"INFO_LIB_H2": "Charge aval",
"INFO_LIB_HS": "Charge spécifique",
"INFO_LIB_HSC": "Charge critique",
"INFO_LIB_I-J": "Variation linéaire de l'énergie spécifique",
......@@ -407,6 +408,7 @@
"INFO_LIB_PVMAXPREC": "Puissance volumique dissipée maximale recommandée",
"INFO_LIB_PVMAXLIM": "Puissance volumique dissipée maximale limite",
"INFO_LIB_PAB_CHART_SEUILS": "Seuils (%s)",
"INFO_LIB_SUBMERGENCE": "Ennoiement",
"INFO_LINKED_VALUE_CHILD": "%s (%s, %s %s)",
"INFO_LINKED_VALUE_EXTRA_RESULT_OF": "%s (%s)",
"INFO_LINKED_VALUE_EXTRA_RESULT": "%s (%s)",
......
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