|
| integer, dimension(nscamx), save | iscacp |
| | iscacp : 0 : scalar does not behave like a temperature 1 : scalar behaves like a temperature (use Cp for wall law) > 1 : not yet allowed, could be used for multiple Cp definitions More...
|
| |
| integer, dimension(nscamx), save | iclvfl |
| | iclvfl : 0 : clip variances to zero 1 : clip variances to zero and to f(1-f) 2 : clip variances to max(zero,scamin) and scamax More...
|
| |
| integer, dimension(nscamx), save | iscasp |
| | iscasp(ii) : index of the ii^th species (0 if not a species) More...
|
| |
| double precision, dimension(nscamx), save | visls0 |
| | visls0 : viscosity of scalars if constant More...
|
| |
| double precision, dimension(nscamx), save | sigmas |
| | sigmas : prandtl of scalars More...
|
| |
| double precision, dimension(nscamx), save | rvarfl |
| | rvarfl : coeff de dissipation des variances More...
|
| |
| double precision, dimension(nscamx), save | ctheta |
| | ctheta : coefficient des modeles de flux turbulents GGDH et AFM More...
|
| |
| integer | drift_scalar_add_drift_flux |
| | flag for computing the drift mass flux: (for coal classes for instance, only the first scalar of a class compute the drift flux of the class and the other scalars use it without recomputing it) More...
|
| |
| integer | drift_scalar_thermophoresis |
| | flag for activating thermophoresis for drift scalars More...
|
| |
| integer | drift_scalar_turbophoresis |
| | flag for activating turbophoresis for drift scalars More...
|
| |
| integer | drift_scalar_electrophoresis |
| |
| integer | drift_scalar_centrifugalforce |
| | flag for activating the centrifugal force for drift scalars More...
|
| |