programmer's documentation
Modules | Functions/Subroutines | Variables
Module for calculation options
Collaboration diagram for Module for calculation options:

Modules

 Equation types
 
 Time stepping
 
 Space discretisation
 
 Time step options and variables
 
 model
 
 turbulence options
 
 Stokes options
 
 Homogeneous mixture modelling
 
 Additional source terms
 
 Numerical parameters for the wall distance calculation
 
 Transported scalars parameters
 
 parameters
 
 Electric_model_params
 

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 wall_functions_init
 Initialize Fortran wall functions 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 stokes_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 piso_options_init
 Initialize Fortran PISO options API. This maps Fortran pointers to global C structure members. More...
 
subroutine elec_option_init
 Initialize Fortran ELEC options API. This maps Fortran pointers to global C structure members. More...
 

Variables

integer, save isuite
 
integer, save ileaux
 
integer, save iecaux
 
integer, save isuit1
 
integer, save isuict
 
integer, save isuivo
 
integer, save isuisy
 

Detailed Description

Function/Subroutine Documentation

§ elec_option_init()

subroutine optcal::elec_option_init ( )

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

§ iscavr()

integer function optcal::iscavr ( integer, intent(in)  iscal)

If scalar iscal represents the mean of the square of a scalar k, return k; otherwise, return 0.

§ piso_options_init()

subroutine optcal::piso_options_init ( )

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

§ space_disc_options_init()

subroutine optcal::space_disc_options_init ( )

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

§ stokes_options_init()

subroutine optcal::stokes_options_init ( )

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

§ thermal_model_init()

subroutine optcal::thermal_model_init ( )

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

§ time_step_options_init()

subroutine optcal::time_step_options_init ( )

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

§ turb_les_model_init()

subroutine optcal::turb_les_model_init ( )

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

§ turb_model_init()

subroutine optcal::turb_model_init ( )

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

§ wall_functions_init()

subroutine optcal::wall_functions_init ( )

Initialize Fortran wall functions API. This maps Fortran pointers to global C structure members.

Variable Documentation

§ iecaux

integer, save iecaux

§ ileaux

integer, save ileaux

§ isuict

integer, save isuict

§ isuisy

integer, save isuisy

§ isuit1

integer, save isuit1

§ isuite

integer, save isuite

§ isuivo

integer, save isuivo