8.3
general documentation
Module for calculation options
+ Collaboration diagram for Module for calculation options:

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...
 

Detailed Description

Function/Subroutine Documentation

◆ iscavr()

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.

◆ restart_auxiliary_options_init()

subroutine restart_auxiliary_options_init

Initialize Fortran auxiliary options API. This maps Fortran pointers to global C structure members.

◆ space_disc_options_init()

subroutine space_disc_options_init

Initialize Fortran space discretisation options API. This maps Fortran pointers to global C structure members.

◆ thermal_model_init()

subroutine thermal_model_init

Initialize Fortran thermal model API. This maps Fortran pointers to global C structure members.

◆ time_scheme_options_init()

subroutine time_scheme_options_init

Initialize Fortran time scheme options API. This maps Fortran pointers to global C structure members.

◆ time_step_options_init()

subroutine time_step_options_init

Initialize Fortran time step options API. This maps Fortran pointers to global C structure members.

◆ turb_hybrid_model_init()

subroutine turb_hybrid_model_init

Initialize Fortran hybrid turbulence model API. This maps Fortran pointers to global C structure members.

◆ turb_les_model_init()

subroutine turb_les_model_init

Initialize Fortran LES turbulence model API. This maps Fortran pointers to global C structure members.

◆ turb_model_init()

subroutine turb_model_init

Initialize Fortran turbulence model API. This maps Fortran pointers to global C structure members.

◆ velocity_pressure_options_init()

subroutine velocity_pressure_options_init

Initialize Fortran Stokes options API. This maps Fortran pointers to global C structure members.

Variable Documentation

◆ ileaux

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.

◆ isuit1

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

◆ isuite

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).