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

feat: add fieldset to display discretized aprons in case of inclined rugofond type

Refs #658
parent d3422bd7
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 #169709 passed
This commit is part of merge request !255. Comments created here will be created in the context of that merge request.
......@@ -36,7 +36,6 @@
"type": "select",
"property": "rugofondType"
},
"ZF1",
{
"id": "ZRR",
"allowEmpty": true
......@@ -50,5 +49,27 @@
"allowEmpty": true
}
]
},
{
"id": "fs_rugofond",
"type": "fieldset_template",
"calcType": "RugoFond",
"fields": [
{
"id": "ZF1",
"help": "pam/macrorugo.html#rugosite-de-fond"
}
]
},
{
"id": "rugofond_container",
"type": "template_container",
"templates": [
"fs_rugofond"
]
},
{
"type": "options",
"help": "pam/macrorugo_complexe.html"
}
]
......@@ -6,8 +6,8 @@
"fs_pass": "Fish pass parameters",
"fs_bloc": "Blocks parameters",
"fs_pass_type": "Pass type",
"macrorugo_container": "Aprons",
"fs_macrorugo": "Apron",
"rugofond_container": "Aprons",
"fs_rugofond": "Apron",
"select_passtype": "Pass type",
"Q": "Flow",
......@@ -16,7 +16,7 @@
"ZF1": "Upstream ramp bottom elevation",
"ZRR": "Lower upstream ramp bottom elevation",
"ZRL": "Upper upstream ramp bottom elevation",
"NbT": "Number of baffles",
"NbT": "Number of flow sections",
"L": "Total width of ramp",
"Cd": "Discharge coefficient",
"d65": "d65",
......
......@@ -6,8 +6,8 @@
"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",
"rugofond_container": "Radiers",
"fs_rugofond": "Radier",
"select_passtype": "Type de passe",
"Q": "Débit",
......@@ -16,7 +16,7 @@
"ZF1": "Cote de fond amont rampe",
"ZRR": "Cote de fond bas amont rampe",
"ZRL": "Cote de fond haut amont rampe",
"NbT": "Nombre de ralentisseurs",
"NbT": "Nombre de tranche d'écoulement",
"L": "Largeur totale de la rampe",
"Cd": "Coefficient de débit",
"d65": "d65",
......
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