Modules | |
Time stepping | |
Space discretisation | |
Time step options and variables | |
model | |
turbulence options | |
Stokes options | |
Transported scalars parameters | |
Homogeneous mixture modelling | |
Functions/Subroutines | |
integer function | iscavr (iscal) |
If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0. More... | |
subroutine | time_step_options_init |
Initialize Fortran time step options API. This maps Fortran pointers to global C structure members. More... | |
subroutine | thermal_model_init |
Initialize Fortran thermal model API. This maps Fortran pointers to global C structure members. More... | |
subroutine | turb_model_init |
Initialize Fortran turbulence model API. This maps Fortran pointers to global C structure members. More... | |
subroutine | turb_les_model_init |
Initialize Fortran LES turbulence model API. This maps Fortran pointers to global C structure members. More... | |
subroutine | turb_hybrid_model_init |
Initialize Fortran hybrid turbulence model API. This maps Fortran pointers to global C structure members. More... | |
subroutine | velocity_pressure_options_init |
Initialize Fortran Stokes options API. This maps Fortran pointers to global C structure members. More... | |
subroutine | space_disc_options_init |
Initialize Fortran space discretisation options API. This maps Fortran pointers to global C structure members. More... | |
subroutine | time_scheme_options_init |
Initialize Fortran time scheme options API. This maps Fortran pointers to global C structure members. More... | |
subroutine | restart_auxiliary_options_init |
Initialize Fortran auxiliary options API. This maps Fortran pointers to global C structure members. More... | |
Variables | |
integer, save | isuite = 0 |
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; depending on whether a restart directory is present, and should not be modified by the user (no need for C mapping). More... | |
integer(c_int), pointer, save | ileaux |
Indicates the reading (=1) or not (=0) of the auxiliary calculation restart file Useful only in the case of a calculation restart. More... | |
integer, save | isuit1 |
For the 1D wall thermal module, activation (1) or not(0) of the reading of the mesh and of the wall temperature from the restart file Useful if nfpt1d > 0 More... | |
integer function iscavr | ( | integer, intent(in) | iscal | ) |
If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0.
subroutine restart_auxiliary_options_init |
Initialize Fortran auxiliary options API. This maps Fortran pointers to global C structure members.
subroutine space_disc_options_init |
Initialize Fortran space discretisation options API. This maps Fortran pointers to global C structure members.
subroutine thermal_model_init |
Initialize Fortran thermal model API. This maps Fortran pointers to global C structure members.
subroutine time_scheme_options_init |
Initialize Fortran time scheme options API. This maps Fortran pointers to global C structure members.
subroutine time_step_options_init |
Initialize Fortran time step options API. This maps Fortran pointers to global C structure members.
subroutine turb_hybrid_model_init |
Initialize Fortran hybrid turbulence model API. This maps Fortran pointers to global C structure members.
subroutine turb_les_model_init |
Initialize Fortran LES turbulence model API. This maps Fortran pointers to global C structure members.
subroutine turb_model_init |
Initialize Fortran turbulence model API. This maps Fortran pointers to global C structure members.
subroutine velocity_pressure_options_init |
Initialize Fortran Stokes options API. This maps Fortran pointers to global C structure members.
integer(c_int), pointer, save ileaux |
Indicates the reading (=1) or not (=0) of the auxiliary calculation restart file
Useful only in the case of a calculation restart.
integer, save isuit1 |
integer, save isuite = 0 |
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; depending on whether a restart directory is present, and should not be modified by the user (no need for C mapping).