programmer's documentation
Variables
Module for dimensions

Variables

integer, save nvar
 number of solved variables (must be lower than nvarmx) More...
 
integer, save nscal
 number of solved user scalars effective number of scalars solutions of an advection equation, apart from the variables of the turbulence model ( $ k $, $ \varepsilon $, $ R_{ij} $, $ \omega $, $ \varphi $, $ \overline{f} $, $ \alpha $, $ \nu_T $), that is to say the temperature and other scalars (passive or not, user-defined or not) These scalars can be divided into two distinct groups: nscaus user-defined scalars and nscapp scalars related to a "specific physics". nscal=nscaus+nscapp, and nscal must be inferior or equal to nscamx. More...
 
integer, save nvisls
 Number of scalars with variable diffusivity. More...
 
integer, save nproce
 number of properties defined at the cells. They will be stored in the array propce allocated in caltri More...
 
integer, save ndimfb
 fake dimension for arrays coefa and coefb where nfabor = 0 (to avoid issues with array bounds when multidimensional arrays have size nfabor in one dimension) More...
 

Detailed Description

Variable Documentation

integer, save ndimfb

fake dimension for arrays coefa and coefb where nfabor = 0 (to avoid issues with array bounds when multidimensional arrays have size nfabor in one dimension)

integer, save nproce

number of properties defined at the cells. They will be stored in the array propce allocated in caltri

integer, save nscal

number of solved user scalars effective number of scalars solutions of an advection equation, apart from the variables of the turbulence model ( $ k $, $ \varepsilon $, $ R_{ij} $, $ \omega $, $ \varphi $, $ \overline{f} $, $ \alpha $, $ \nu_T $), that is to say the temperature and other scalars (passive or not, user-defined or not) These scalars can be divided into two distinct groups: nscaus user-defined scalars and nscapp scalars related to a "specific physics". nscal=nscaus+nscapp, and nscal must be inferior or equal to nscamx.

integer, save nvar

number of solved variables (must be lower than nvarmx)

integer, save nvisls

Number of scalars with variable diffusivity.