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

feat: add nub rugofonmultiple structure (fields, translation) in nghyd

Refs #658
parent 83e7bd7d
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é"
Pipeline #168694 passed
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": [
{
"id": "select_passtype",
"type": "select",
"property": "rugofondType"
},
"ZF1",
{
"id": "ZRR",
"allowEmpty": true
},
{
"id": "ZRL",
"allowEmpty": true
},
{
"id": "NbT",
"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",
"ZRR": "Lower upstream ramp bottom elevation",
"ZRL": "Upper upstream ramp bottom elevation",
"NbT": "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",
"ZRR": "Cote de fond bas amont rampe",
"ZRL": "Cote de fond haut amont rampe",
"NbT": "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
......@@ -31,7 +31,7 @@
"path": "passe-naturelle.jpg",
"credits": "S. Richard / OFB"
},
"calculators": [ 11, 17, 27, 37, 38 ]
"calculators": [ 11, 17, 27, 37, 38, 39 ]
},
{
"name": "VERIFICATION",
......
......@@ -518,6 +518,8 @@
"INFO_PAR_TITRE": "Baffle fishway: setup",
"INFO_RUGOFOND_TITRE": "Bed roughness fishpasses",
"INFO_RUGOFOND_TITRE_COURT": "Bed roughness",
"INFO_RUGOFONDMULTIPLE_TITRE": "Multiple bed roughness fishpasses",
"INFO_RUGOFONDMULTIPLE_TITRE_COURT": "Multiple bed roughness",
"INFO_PAR_DESCRIPTION": "planes Denil Fatou superactive mixte chevrons canoe",
"INFO_PAR_TITRE_COURT": "HF: setup",
"INFO_PARSIMULATION_TITRE": "Baffle fishway: simulation",
......
......@@ -519,6 +519,8 @@
"INFO_PAR_TITRE": "Passe à ralentisseurs : calage",
"INFO_RUGOFOND_TITRE": "Passe à rugosité de fond",
"INFO_RUGOFOND_TITRE_COURT": "Rugofond",
"INFO_RUGOFONDMULTIPLE_TITRE": "Passe à rugosité de fond multiple",
"INFO_RUGOFONDMULTIPLE_TITRE_COURT": "Rugofond multiple",
"INFO_PAR_DESCRIPTION": "plans Denil Fatou fonds suractifs mixte chevrons canoë",
"INFO_PAR_TITRE_COURT": "PAR : calage",
"INFO_PARSIMULATION_TITRE": "Passe à ralentisseurs : simulation",
......
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