9.0
general documentation
Loading...
Searching...
No Matches
numvar.f90 File Reference

Module for variable numbering. More...

Modules

module  numvar

Variables

integer, save ipr = 0
 pressure
integer, save iu = 0
 velocity component $ u_x $
integer, save iv = 0
 velocity component $ u_y $
integer, save iw = 0
 velocity component $ u_z $
integer, save ivolf2 = 0
 void fraction for VOF method
integer, save ik = 0
 turbulent kinetic energy $ k $
integer, save iep = 0
 turbulent dissipation $ \varepsilon $
integer, save ir11 = 0
 Reynolds stress component $ R_{xx} $
integer, save ir22 = 0
 Reynolds stress component $ R_{yy} $
integer, save ir33 = 0
 Reynolds stress component $ R_{zz} $
integer, save ir12 = 0
 Reynolds stress component $ R_{xy} $
integer, save ir23 = 0
 Reynolds stress component $ R_{yz} $
integer, save ir13 = 0
 Reynolds stress component $ R_{zz} $
integer, save irij = 0
 Reynolds stress tenso $ R_{ij} $
integer, save iphi = 0
 variable $ \phi $ of the $ \phi-f_b $ model
integer, save ifb = 0
 variable $ f_b $ of the $ \phi-f_b $ model
integer, save ial = 0
 variable $ \alpha $ of the $ Bl-v^2-k $ model
integer, save iomg = 0
 variable $ \omega $ of the $ k-\omega $ SST
integer, save inusa = 0
 variable $ \widetilde{\nu}_T $ of the Spalart Allmaras
integer, dimension(nscamx), save isca
 isca(i) is the index of the scalar i
integer, dimension(nscamx), save iscapp
 iscapp(i) is the index of the specific physics scalar i
integer, save nscaus = 0
 number of user scalars solutions of an advection equation
integer, save nscapp = 0
 number of specific physics scalars
integer, save iuma = 0
 mesh velocity component $ w_x $
integer, save ivma = 0
 mesh velocity component $ w_y $
integer, save iwma = 0
 mesh velocity component $ w_z $
integer, save iviscl = -1
 dynamic molecular viscosity (in kg/(m.s))
integer, save ivisct = -1
 dynamic turbulent viscosity
integer, save kimasf = -1
 interior and boundary convective mass flux key ids of the variables
integer, save kbmasf = -1
integer, save kvisl0 = -1
 constant diffusivity field id key for scalars
integer, save kivisl = -1
 variable diffusivity field id key for scalars
integer, save ksigmas = -1
 turbulent schmidt key for scalars
integer, save icrom = -1
 cell density field ids of the variables
integer, save ibrom = -1
 boundary density field ids of the variables
integer, dimension(nscamx), save iustdy
 pointer for dilatation source terms
integer, save itsrho = -1
 pointer for global dilatation source terms
integer, dimension(nvarmx), save ivarfl
 Field id for variable i.

Detailed Description

Module for variable numbering.