|
2 | 2 |
|
3 | 3 | <ProcessList> |
4 | 4 |
|
5 | | - <Process n="ApplySlipProcess" pn="Slip" python_module="apply_slip_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
| 5 | + <Process n="ApplySlipProcess" pn="slip process" python_module="apply_slip_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
6 | 6 | <inputs> |
7 | 7 | </inputs> |
8 | 8 | </Process> |
9 | 9 |
|
10 | | - <Process n="InitialWaterLevelProcess" pn="Initial condition process" python_module="set_initial_water_level_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
| 10 | + <Process n="InitialWaterLevelProcess" pn="water level process" python_module="set_initial_water_level_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
11 | 11 | <inputs> |
12 | | - <parameter n="variable_name" pn="Variable name" type="combo" values="HEIGHT,FREE_SURFACE_ELEVATION" v="HEIGHT" /> |
13 | | - <parameter n="constrained" pn="Constrained" type="bool" v="0" /> |
14 | | - <parameter n="value" pn="Value" function="1" v="0.0" has_units="1"/> |
15 | | - <parameter n="set_minimum_height" pn="Set minimum height" type="bool" v="1" /> |
16 | | - <parameter n="minimum_height_value" pn="Minimum height values" type="double" v="1e-3" /> |
| 12 | + <parameter n="variable_name" pn="Variable name" type="combo" values="HEIGHT,FREE_SURFACE_ELEVATION" v="HEIGHT"/> |
| 13 | + <parameter n="value" pn="Value" function="1" fv="z" v="0.0" has_units="1"/> |
| 14 | + <parameter n="set_minimum_height" pn="Set minimum height" type="bool" v="1"/> |
| 15 | + <parameter n="minimum_height_value" pn="Minimum height value" type="double" v="1e-3"/> |
| 16 | + </inputs> |
| 17 | + </Process> |
| 18 | + |
| 19 | + <Process n="InitialPerturbationProcess" pn="perturbation process" python_module="set_initial_perturbation_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
| 20 | + <inputs> |
| 21 | + <parameter n="variable_name" pn="Variable name" type="combo" values="HEIGHT,FREE_SURFACE_ELEVATION" v="HEIGHT"/> |
| 22 | + <parameter n="maximum_perturbation_value" pn="Maximum value" type="double" v="1.0" has_units="0"/> |
| 23 | + <parameter n="distance_of_influence" pn="Distance of influence" type="double" v="1.0"/> |
| 24 | + <parameter n="default_value" pn="Default value" type="double" v="0.0"/> |
| 25 | + <parameter n="source_type" pn="Source type" type="combo" values="coordinates,model part" v="coordinates"/> |
| 26 | + <parameter n="source_coordinates" pn="Coordinates" type="vector" v="0.0,0.0,0.0"/> |
17 | 27 | </inputs> |
18 | 28 | </Process> |
19 | 29 |
|
20 | | - <Process n="TopographyProcess" pn="Topography process" python_module="set_topography_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
| 30 | + <Process n="TopographyProcess" pn="topography process" python_module="set_topography_process" kratos_module="KratosMultiphysics.ShallowWaterApplication" help=""> |
21 | 31 | <inputs> |
22 | 32 | <parameter n="value" pn="Value" type="double" function="1" v="0.0" fv="z" has_units="1"/> |
23 | 33 | </inputs> |
24 | 34 | </Process> |
25 | 35 |
|
26 | | - <Process n="ApplyConstantScalarValueProcess" pn="Apply constant scalar value process" python_module="process_factory" kratos_module="KratosMultiphysics" process_name="ApplyConstantScalarValueProcess" help=""> |
| 36 | + <Process n="ApplyConstantScalarValueProcess" pn="scalar process" python_module="process_factory" kratos_module="KratosMultiphysics" process_name="ApplyConstantScalarValueProcess" help=""> |
27 | 37 | <inputs> |
28 | 38 | <parameter n="variable_name" pn="Variable name" type="combo" values="" v="" /> |
29 | 39 | <parameter n="value" pn="Value" function="1" v="0.0" has_units="1"/> |
|
0 commit comments