|
integer, save | ipr = 0 |
| pressure More...
|
|
integer, save | iu = 0 |
| velocity component More...
|
|
integer, save | iv = 0 |
| velocity component More...
|
|
integer, save | iw = 0 |
| velocity component More...
|
|
integer, save | ivolf2 = 0 |
| void fraction for VOF method More...
|
|
integer, save | ik = 0 |
| turbulent kinetic energy More...
|
|
integer, save | iep = 0 |
| turbulent dissipation More...
|
|
integer, save | ir11 = 0 |
| Reynolds stress component More...
|
|
integer, save | ir22 = 0 |
| Reynolds stress component More...
|
|
integer, save | ir33 = 0 |
| Reynolds stress component More...
|
|
integer, save | ir12 = 0 |
| Reynolds stress component More...
|
|
integer, save | ir23 = 0 |
| Reynolds stress component More...
|
|
integer, save | ir13 = 0 |
| Reynolds stress component More...
|
|
integer, save | irij = 0 |
| Reynolds stress tenso More...
|
|
integer, save | iphi = 0 |
| variable of the model More...
|
|
integer, save | ifb = 0 |
| variable of the model More...
|
|
integer, save | ial = 0 |
| variable of the model More...
|
|
integer, save | iomg = 0 |
| variable of the SST More...
|
|
integer, save | inusa = 0 |
| variable of the Spalart Allmaras More...
|
|
integer, dimension(nscamx), save | isca |
| isca(i) is the index of the scalar i More...
|
|
integer, dimension(nscamx), save | iscapp |
| iscapp(i) is the index of the specific physics scalar i More...
|
|
integer, save | nscaus = 0 |
| number of user scalars solutions of an advection equation More...
|
|
integer, save | nscapp = 0 |
| number of specific physics scalars More...
|
|
integer, save | iuma = 0 |
| mesh velocity component More...
|
|
integer, save | ivma = 0 |
| mesh velocity component More...
|
|
integer, save | iwma = 0 |
| mesh velocity component More...
|
|
integer, save | iviscl = -1 |
| dynamic molecular viscosity (in kg/(m.s)) More...
|
|
integer, save | ivisct = -1 |
| dynamic turbulent viscosity More...
|
|
integer, save | kimasf = -1 |
| interior and boundary convective mass flux key ids of the variables More...
|
|
integer, save | kbmasf = -1 |
|
integer, save | kvisl0 = -1 |
| constant diffusivity field id key for scalars More...
|
|
integer, save | kivisl = -1 |
| variable diffusivity field id key for scalars More...
|
|
integer, save | ksigmas = -1 |
| turbulent schmidt key for scalars More...
|
|
integer, save | icrom = -1 |
| cell density field ids of the variables More...
|
|
integer, save | ibrom = -1 |
| boundary density field ids of the variables More...
|
|
integer, dimension(nscamx), save | iustdy |
| pointer for dilatation source terms More...
|
|
integer, save | itsrho = -1 |
| pointer for global dilatation source terms More...
|
|
integer, dimension(nvarmx), save | ivarfl |
| Field id for variable i. More...
|
|