Skip to content
Snippets Groups Projects
Commit fe582eb6 authored by mathias.chouet's avatar mathias.chouet
Browse files

Removed RegimeUniforme dependencies from config, use hardcoded presets from model instead

parent 6ac77c60
No related branches found
No related tags found
No related merge requests found
......@@ -7,96 +7,43 @@
{
"id": "select_section",
"type": "select",
"select": [
{
"id": "select_section_trapez",
"enum": "ComputeNodeType.SectionTrapeze"
},
{
"id": "select_section_rect",
"enum": "ComputeNodeType.SectionRectangle"
},
{
"id": "select_section_circ",
"enum": "ComputeNodeType.SectionCercle"
},
{
"id": "select_section_puiss",
"enum": "ComputeNodeType.SectionPuissance"
}
]
"source": "acsection_available_sections"
},
{
"type": "input",
"id": "LargeurFond",
"nodeType": "SectionTrapeze",
"unit": "m",
"dep_exist": [
{
"refid": "select_section",
"refvalue": "select_section_trapez"
}
]
"unit": "m"
},
{
"type": "input",
"id": "Fruit",
"nodeType": "SectionTrapeze",
"unit": "m/m",
"dep_exist": [
{
"refid": "select_section",
"refvalue": "select_section_trapez"
}
]
"unit": "m/m"
},
{
"type": "input",
"id": "LargeurBerge",
"nodeType": "SectionRectangle",
"unit": "m",
"dep_exist": [
{
"refid": "select_section",
"refvalue": "select_section_rect"
}
]
"unit": "m"
},
{
"type": "input",
"id": "D",
"nodeType": "SectionCercle",
"unit": "m",
"dep_exist": [
{
"refid": "select_section",
"refvalue": "select_section_circ"
}
]
"unit": "m"
},
{
"type": "input",
"id": "k",
"nodeType": "SectionPuissance",
"unit": "",
"dep_exist": [
{
"refid": "select_section",
"refvalue": "select_section_puiss"
}
]
"unit": ""
},
{
"type": "input",
"id": "LargeurBerge",
"nodeType": "SectionPuissance",
"unit": "m",
"dep_exist": [
{
"refid": "select_section",
"refvalue": "select_section_puiss"
}
]
"unit": "m"
}
]
},
......
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