diff --git a/src/app/calculators/cloisons/cloisons.config.json b/src/app/calculators/cloisons/cloisons.config.json index 6ce6b17ba99df0ae7eeb462779fc6f7909d6cafc..663a7403030f9b383f5bcb5816f2cb55465d9d93 100644 --- a/src/app/calculators/cloisons/cloisons.config.json +++ b/src/app/calculators/cloisons/cloisons.config.json @@ -14,6 +14,7 @@ { "type": "input", "id": "Z1", + "option": "var", "unit": "m" }, { @@ -143,7 +144,7 @@ }, { "type": "input", - "id": "ZDV", + "id": "h1", "unit": "m", "nodeType": "StructureRectangle", "dep_exist": [ diff --git a/src/app/calculators/cloisons/cloisons.en.json b/src/app/calculators/cloisons/cloisons.en.json index c60b60eae765bc22efe6c5c2314d766c58fa0ad9..681065b65d22a57c56e89cf82fa7774e1a7adb24 100644 --- a/src/app/calculators/cloisons/cloisons.en.json +++ b/src/app/calculators/cloisons/cloisons.en.json @@ -5,6 +5,7 @@ "BB": "Largeur du bassin", "PB": "Profondeur moyenne du bassin", "DH": "Chute", + "h1": "Head", "S": "Surface de l'orifice", "ZRAM": "Bottom elevation", "alpha2": "Demi-angle au sommet (°)", diff --git a/src/app/calculators/cloisons/cloisons.fr.json b/src/app/calculators/cloisons/cloisons.fr.json index fc6e0d91e9a17611cdd7137de74a552bec4e4ebf..43a188d68c3db4a28897ac8d154bd84d03027ae9 100644 --- a/src/app/calculators/cloisons/cloisons.fr.json +++ b/src/app/calculators/cloisons/cloisons.fr.json @@ -5,6 +5,7 @@ "BB": "Largeur du bassin", "PB": "Profondeur moyenne du bassin", "DH": "Chute", + "h1": "Charge", "S": "Surface de l'orifice", "ZRAM": "Cote de radier amont de la cloison", "alpha2": "Demi-angle au sommet (°)", diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json index 4bdcf9c59fa9dc6413c1f1cdf72dcb443aa09e9c..966ed52a836da1f6ab696d255ed3ed528e32f459 100644 --- a/src/locale/messages.en.json +++ b/src/locale/messages.en.json @@ -133,6 +133,7 @@ "INFO_LIB_OUVRAGE_Q_MODE": "Mode", "INFO_LIB_OUVRAGE_Q_REGIME": "Regime", "INFO_LIB_OUVRAGE_Q": "Discharge", + "INFO_LIB_OUVRAGE_ZDV": "Sill elevation", "INFO_LIB_P": "Wetted perimeter", "INFO_LIB_PR": "Display accuracy", "INFO_LIB_PV": "Volumic dissipated power", @@ -168,7 +169,7 @@ "INFO_LIB_ZDV": "Crest weir elevation or gate base", "INFO_LIB_ZF2": "Downstream bottom elevation", "INFO_LIB_ZRAM": "Upstream apron elevation", - "INFO_LIB_ZRB": "Downstream basin bottom elevation", + "INFO_LIB_ZRMB": "Downstream basin bottom elevation", "INFO_LIB_ZT": "Triangle top elevation", "INFO_LINKED_VALUE_DEVICE_RESULT": "%s (%s, device %s)", "INFO_LINKED_VALUE_DEVICE": "%s (%s, device %s)", diff --git a/src/locale/messages.fr.json b/src/locale/messages.fr.json index a0eda8f5fa1e82e4e9b31b7143d0cbed29cd0a23..8c6f7c1d832dc343c6d647d67bb7715c67b37b24 100644 --- a/src/locale/messages.fr.json +++ b/src/locale/messages.fr.json @@ -133,6 +133,7 @@ "INFO_LIB_OUVRAGE_Q_ENUM_STRUCTUREFLOWMODE": "Type d'écoulement", "INFO_LIB_OUVRAGE_Q_ENUM_STRUCTUREFLOWREGIME": "Régime", "INFO_LIB_OUVRAGE_Q": "Débit", + "INFO_LIB_OUVRAGE_ZDV": "Cote du seuil", "INFO_LIB_P": "Périmètre mouillé", "INFO_LIB_PR": "Précision de calcul", "INFO_LIB_PV": "Puissance volumique dissipée", @@ -168,7 +169,7 @@ "INFO_LIB_ZDV": "Cote de la crête du déversoir ou du radier de la vanne", "INFO_LIB_ZF2": "Cote de fond aval", "INFO_LIB_ZRAM": "Cote du radier amont", - "INFO_LIB_ZRB": "Cote de radier du bassin aval", + "INFO_LIB_ZRMB": "Cote de radier du bassin aval", "INFO_LIB_ZT": "Cote haute du triangle", "INFO_LINKED_VALUE_DEVICE_RESULT": "%s (%s, ouvrage %s)", "INFO_LINKED_VALUE_DEVICE": "%s (%s, ouvrage %s)",