Skip to content
Snippets Groups Projects
config.json 3.78 KiB
Newer Older
[
    {
        "id": "fs_pam",
        "type": "fieldset",
        "fields": [
            {
                "id": "select_target_pam",
                "type": "select"
            }
        ]
    },
    {
        "id": "fs_condlim",
        "type": "fieldset",
        "fields": [
            "Z2"
        ]
    },
    {
        "id": "fs_param_calc",
        "type": "fieldset",
        "fields": [
            "Dx",
            {
                "id": "select_resolution",
                "type": "select",
                "property": "methodeResolution",
                "default": "Trapezes",
                "help": {
                    "0": "../methodes_numeriques/integration_trapezes.html",
                    "1": "../methodes_numeriques/rk4.html",
                    "2": "../methodes_numeriques/euler_explicite.html"
                }
            }
        ]
    },
    {
        "id": "fs_target_data",
        "type": "fieldset",
        "fields": [
            {
                "id": "select_target",
                "type": "select",
                "help": {
                    "B": "hsl/section_parametree.html#largeur-au-miroir-surface-et-perimetre-mouille",
                    "P": "hsl/section_parametree.html#largeur-au-miroir-surface-et-perimetre-mouille",
                    "S": "hsl/section_parametree.html#largeur-au-miroir-surface-et-perimetre-mouille",
                    "R": "hsl/section_parametree.html#le-rayon-hydraulique-m",
                    "Fr": "hsl/section_parametree.html#le-froude",
                    "V": "hsl/section_parametree.html#la-vitesse-moyenne-ms",
                    "Yn": "hsl/section_parametree.html#le-tirant-deau-normal-m",
                    "Yc": "hsl/section_parametree.html#le-tirant-deau-critique-m",
                    "Ycor": "hsl/section_parametree.html#le-tirant-deau-correspondant-m",
                    "Ycon": "hsl/section_parametree.html#le-tirant-deau-conjugue-m",
                    "Hs": "hsl/section_parametree.html#la-charge-specifique-m",
                    "Hsc": "hsl/section_parametree.html#la-charge-critique-m",
                    "J": "hsl/section_parametree.html#la-perte-de-charge-mm",
                    "I-J": "hsl/section_parametree.html#la-variation-lineaire-de-lenergie-specifique-mm",
                    "Imp": "hsl/section_parametree.html#limpulsion-hydraulique-N",
                    "Tau0": "hsl/section_parametree.html#la-force-tractrice-pa"
                }
            }
        ]
    },
    {
        "type": "options",
        "help": "hsl/courbe_remous.html",
        "resultsHelp": {
            "B": "hsl/section_parametree.html#largeur-au-miroir-surface-et-perimetre-mouille",
            "P": "hsl/section_parametree.html#largeur-au-miroir-surface-et-perimetre-mouille",
            "S": "hsl/section_parametree.html#largeur-au-miroir-surface-et-perimetre-mouille",
            "R": "hsl/section_parametree.html#le-rayon-hydraulique-m",
            "Fr": "hsl/section_parametree.html#le-froude",
            "V": "hsl/section_parametree.html#la-vitesse-moyenne-ms",
            "Yn": "hsl/section_parametree.html#le-tirant-deau-normal-m",
            "Yc": "hsl/section_parametree.html#le-tirant-deau-critique-m",
            "Ycor": "hsl/section_parametree.html#le-tirant-deau-correspondant-m",
            "Ycon": "hsl/section_parametree.html#le-tirant-deau-conjugue-m",
            "Hs": "hsl/section_parametree.html#la-charge-specifique-m",
            "Hsc": "hsl/section_parametree.html#la-charge-critique-m",
            "J": "hsl/section_parametree.html#la-perte-de-charge-mm",
            "I-J": "hsl/section_parametree.html#la-variation-lineaire-de-lenergie-specifique-mm",
            "Imp": "hsl/section_parametree.html#limpulsion-hydraulique-N",
            "Tau0": "hsl/section_parametree.html#la-force-tractrice-pa"
        }
    }
]