User subroutines for input of calculation parameters (Fortran modules). These subroutines are called in all cases.
If the code_saturne GUI is used, this file is not required (but may be used to override parameters entered through the GUI, and to set parameters not accessible through the GUI).
Several routines are present in the file, each destined to defined specific parameters.
To modify the default value of parameters which do not appear in the examples provided, code should be placed as follows:
As a convention, "specific physics" defers to the following modules only: pulverized coal, gas combustion, electric arcs.
In addition, specific routines are provided for the definition of some "specific physics" options. These routines are described at the end of this file and will be activated when the corresponding option is selected in the usppmo routine.
The following code block presents options available in the usipsu subroutine.
The usipes routine can be found in the cs_user_parameters.f90 file, and is used for setting of postprocessing options, as it is called once all fields are defined.
The usppmo routine can be found in the cs_user_parameters.f90 file.
The usipph routine can be found in the cs_user_parameters.f90 file.
The usati1 routine can be found in the cs_user_parameters.f90 file.
The cs_user_combustion routine can be found in the cs_user_parameters.f90 file.
The uscfx1 routine can be found in the cs_user_parameters.f90 file.
The uscfx2 routine can be found in the cs_user_parameters.f90 file.
The uscti1 routine can be found in the cs_user_parameters.f90 file.
The user_darcy_ini1 routine can be found in the cs_user_parameters.f90 file.