Topics | |
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. | |
double precision function | visls0 (iscal) |
If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0. | |
subroutine | indsui () |
Initialize isuite. | |
subroutine | time_step_init |
Initialize Fortran time step 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 | thermal_model_init |
Initialize Fortran thermal 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 | wall_functions_init |
Initialize Fortran wall functions API. This maps Fortran pointers to global C structure members. | |
subroutine | turb_rans_model_init |
Initialize Fortran RANS 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_hybrid_model_init |
Initialize Fortran hybrid 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. | |
subroutine | space_disc_options_init |
Initialize Fortran space discretisation options 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 | restart_auxiliary_options_init |
Initialize Fortran auxiliary options API. This maps Fortran pointers to global C structure members. |
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). | |
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 |
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 |
subroutine indsui |
Initialize isuite.
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_init |
Initialize Fortran time step 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 turb_rans_model_init |
Initialize Fortran RANS 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.
double precision function visls0 | ( | integer, intent(in) | iscal | ) |
If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0.
subroutine wall_functions_init |
Initialize Fortran wall functions 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).