|
My Project
programmer's documentation
|

Variables | |
| integer(c_int), pointer, save | ivisse |
Indicates whether the source terms in transposed gradient and velocity divergence should be taken into account in the momentum equation. In the compressible module, these terms also account for the volume viscosity (cf. viscv0 and iviscv) : More... | |
| integer(c_int), pointer, save | irevmc |
| Reconstruction of the velocity field with the updated pressure option. More... | |
| integer(c_int), pointer, save | iprco |
| Compute the pressure step thanks to the continuity equation. More... | |
| real(c_double), pointer, save | arak |
| Arakawa multiplicator for the Rhie and Chow filter (1 by default) More... | |
| integer(c_int), pointer, save | ipucou |
| indicates the algorithm for velocity/pressure coupling: More... | |
| integer(c_int), pointer, save | iccvfg |
| integer(c_int), pointer, save | idilat |
| Algorithm to take into account the density variation in time. More... | |
| integer, save | ipredfl |
| Option to switch on massflux predcition befor momentum solving to be fully conservative in momentum over time for variable density flows. This option is to be removed. More... | |
| real(c_double), pointer, save | epsdp |
| parameter of diagonal pressure strengthening More... | |
| integer, dimension(ntypmx), save | idebty |
| integer, dimension(ntypmx), save | ifinty |
| integer(c_int), pointer, save | itbrrb |
| accurate treatment of the wall temperature More... | |
| integer(c_int), pointer, save | iphydr |
| improve static pressure algorithm More... | |
| integer(c_int), pointer, save | igprij |
| improve static pressure algorithm More... | |
| integer(c_int), pointer, save | igpust |
| improve static pressure algorithm More... | |
| integer(c_int), pointer, save | iifren |
| indicates the presence of a Bernoulli boundary face (automatically computed) More... | |
| integer, save | ifrslb |
| number of the closest free standard outlet (or free inlet) face to xyzp0 More... | |
| integer, save | itbslb |
| max of ifrslb on all ranks, standard outlet face presence indicator More... | |
| integer(c_int), pointer, save | icalhy |
| compute the hydrostatic pressure in order to compute the Dirichlet conditions on the pressure at outlets More... | |
| integer(c_int), pointer, save | irecmf |
| use interpolated face diffusion coefficient instead of cell diffusion coefficient for the mass flux reconstruction for the non-orthogonalities More... | |
| logical(c_bool), pointer, save | fluid_solid |
| Has a solid zone where dynamics must be killed? More... | |
| integer, save | icophc |
| choice the way to compute the exchange coefficient of the condensation source term used by the copain model More... | |
| integer, save | icophg |
| choice the way to compute the thermal exchange coefficient associated to the heat transfer to wall due to the condensation phenomenon More... | |
| integer, save | itag1d |
| choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall More... | |
| integer, save | itagms |
| choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the metal mass structures wall More... | |
| integer, dimension(nestmx), save | iescal |
| iescal indicates the calculation mode for the error estimator iespre, iesder, iescor or iestot for the Navier-Stokes equation: More... | |
| integer(c_int), pointer, save | n_buoyant_scal |
| n_buoyant_scal is the number of buoyant scalar It will be zero if there is no buoyant scalar More... | |
| real(c_double), pointer, save arak |
Arakawa multiplicator for the Rhie and Chow filter (1 by default)
| real(c_double), pointer, save epsdp |
parameter of diagonal pressure strengthening
| logical(c_bool), pointer, save fluid_solid |
Has a solid zone where dynamics must be killed?
| integer(c_int), pointer, save icalhy |
compute the hydrostatic pressure in order to compute the Dirichlet conditions on the pressure at outlets
| integer(c_int), pointer, save iccvfg |
indicates whether the dynamic field should be frozen or not:
,
,
,
,
,
, turbulent viscosity) are kept constant over time and only the equations for the scalars are solved.
0 and the calculation is a restart. | integer, save icophc |
choice the way to compute the exchange coefficient of the condensation source term used by the copain model
| integer, save icophg |
choice the way to compute the thermal exchange coefficient associated to the heat transfer to wall due to the condensation phenomenon
| integer, dimension(ntypmx), save idebty |
| integer(c_int), pointer, save idilat |
Algorithm to take into account the density variation in time.
| integer, dimension(nestmx), save iescal |
iescal indicates the calculation mode for the error estimator iespre, iesder, iescor or iestot for the Navier-Stokes equation:
is calculated, without contribution of the volume,
is calculated, with contribution of the volume (norm
), except for iescor, for which
is calculated. The names of the estimators appearing in the log and the post-processing are made up of the default name (given before), followed by the value of iescal}. For instance, EsPre2 is the estimator iespre calculated with iescal = 2. | integer, dimension(ntypmx), save ifinty |
| integer, save ifrslb |
number of the closest free standard outlet (or free inlet) face to xyzp0
| integer(c_int), pointer, save igprij |
improve static pressure algorithm
| integer(c_int), pointer, save igpust |
improve static pressure algorithm
| integer(c_int), pointer, save iifren |
indicates the presence of a Bernoulli boundary face (automatically computed)
| integer(c_int), pointer, save iphydr |
improve static pressure algorithm
| integer(c_int), pointer, save iprco |
Compute the pressure step thanks to the continuity equation.
| integer, save ipredfl |
Option to switch on massflux predcition befor momentum solving to be fully conservative in momentum over time for variable density flows. This option is to be removed.
| integer(c_int), pointer, save ipucou |
indicates the algorithm for velocity/pressure coupling:
| integer(c_int), pointer, save irecmf |
use interpolated face diffusion coefficient instead of cell diffusion coefficient for the mass flux reconstruction for the non-orthogonalities
| integer(c_int), pointer, save irevmc |
Reconstruction of the velocity field with the updated pressure option.
| integer, save itag1d |
choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall
| integer, save itagms |
choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the metal mass structures wall
| integer(c_int), pointer, save itbrrb |
accurate treatment of the wall temperature
| integer, save itbslb |
max of ifrslb on all ranks, standard outlet face presence indicator
| integer(c_int), pointer, save ivisse |
| integer(c_int), pointer, save n_buoyant_scal |
n_buoyant_scal is the number of buoyant scalar It will be zero if there is no buoyant scalar
1.8.16