8.1
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
 
 Additional source terms
 
 Numerical parameters for the wall distance
 calculation
 
 Transported scalars parameters
 
 parameters
 
 Homogeneous mixture modelling
 
 Electric_model_params
 

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(c_int), pointer, save iecaux
 Indicates the writing (=1) or not (=0) of the auxiliary calculation restart file. More...
 
integer, save isuit1 = -1
  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

Variable Documentation

◆ iecaux

integer(c_int), pointer, save iecaux

Indicates the writing (=1) or not (=0) of the auxiliary calculation restart file.

◆ 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 = -1

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