Skip to content
Snippets Groups Projects
regime-uniforme.config.json 4.28 KiB
[
    {
        "id": "fs_section",
        "type": "fieldset",
        "option": "cal",
        "fields": [
            {
                "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"
                    }
                ]
            },
            {
                "type": "input",
                "id": "LargeurFond",
                "nodeType": "SectionTrapeze",
                "unit": "m",
                "dep_exist": [
                    {
                        "refid": "select_section",
                        "refvalue": "select_section_trapez"
                    }
                ]
            },
            {
                "type": "input",
                "id": "Fruit",
                "nodeType": "SectionTrapeze",
                "unit": "m/m",
                "dep_exist": [
                    {
                        "refid": "select_section",
                        "refvalue": "select_section_trapez"
                    }
                ]
            },
            {
                "type": "input",
                "id": "LargeurBerge",
                "nodeType": "SectionRectangle",
                "unit": "m",
                "dep_exist": [
                    {
                        "refid": "select_section",
                        "refvalue": "select_section_rect"
                    }
                ]
            },
            {
                "type": "input",
                "id": "D",
                "nodeType": "SectionCercle",
                "unit": "m",
                "dep_exist": [
                    {
                        "refid": "select_section",
                        "refvalue": "select_section_circ"
                    }
                ]
            },
            {
                "type": "input",
                "id": "k",
                "nodeType": "SectionPuissance",
                "unit": "",
                "dep_exist": [
                    {
                        "refid": "select_section",
                        "refvalue": "select_section_puiss"
                    }
                ]
            },
            {
                "type": "input",
                "id": "LargeurBerge",
                "nodeType": "SectionPuissance",
                "unit": "m",
                "dep_exist": [
                    {
                        "refid": "select_section",
                        "refvalue": "select_section_puiss"
                    }
                ]
            }
        ]
    },
    {
        "id": "fs_bief",
        "type": "fieldset",
        "option": "cal",
        "fields": [
            {
                "type": "input",
                "id": "Ks",
                "unit": "m1/3s-1"
            },
            {
                "type": "input",
                "id": "If",
                "unit": "m/m"
            },
            {
                "type": "input",
                "id": "YB",
                "unit": "m"
            }
        ]
    },
    {
        "id": "fs_hydraulique",
        "type": "fieldset",
        "option": "cal",
        "fields": [
            {
                "type": "input",
                "id": "Q",
                "unit": "m³/s"
            },
            {
                "type": "input",
                "id": "Y",
                "unit": "m"
            }
        ]
    },
    {
        "id": "fs_param_calc",
        "type": "fieldset",
        "option": "fix",
        "fields": [
            {
                "type": "input",
                "id": "Pr"
            }
        ]
    },
    {
        "type": "options",
        "defaultNodeType": "SectionRectangle",
        "idCal": "Q",
        "sectionSourceId": "fs_section"
    }
]