Skip to content
Snippets Groups Projects
en.json 1.08 KiB
Newer Older
{
    "fs_pam": "Target rock-ramp fishpass",
    
    "fs_condlim": "Boundary conditions",
    "Dx": "Discretisation step",
    "Y": "Water depth",
    "ZW": "Water line",

    "select_resolution": "Resolution method",
    "RESOLUTION_0": "Integration by trapezoid",
    "RESOLUTION_1": "Runge Kutta fourth order",
    "RESOLUTION_2": "Explicit Euler",

    "fs_target_data": "Data to compute",
    "select_target": "Choice of the data to compute",
    "TARGET_none": "None",
    "TARGET_Hs": "Head (m)",
    "TARGET_Hsc": "Critical head (m)",
    "TARGET_B": "Surface width (m)",
    "TARGET_P": "Wetted perimeter (m)",
    "TARGET_S": "Wet surface (m2)",
    "TARGET_R": "Hydraulic radius (m)",
    "TARGET_V": "Average speed (m/s)",
    "TARGET_Fr": "Froude number",
    "TARGET_Yc": "Critical depth (m)",
    "TARGET_Yn": "Normal depth (m)",
    "TARGET_Ycor": "Corresponding depth (m)",
    "TARGET_Ycon": "Conjugate depth (m)",
    "TARGET_J": "Head loss (m)",
    "TARGET_I-J": "Linear variation of specific head (m/m)",
    "TARGET_Imp": "Impulse (N)",
    "TARGET_Tau0": "Tractive force (Pa)"
}