|
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 | rcfact |
| Factor of the Rhie and Chow filter: More...
|
|
integer(c_int), pointer, save | staggered |
| 1D staggered scheme option: More...
|
|
integer(c_int), pointer, save | itpcol |
| Time scheme option: More...
|
|
integer(c_int), pointer, save | ipucou |
| indicates the algorithm for velocity-pressure coupling: More...
|
|
integer(c_int), pointer, save | iccvfg |
| indicates whether the dynamic field should be frozen or not: More...
|
|
integer(c_int), pointer, save | idilat |
| Algorithm to take into account the density variation in time. More...
|
|
integer(c_int), pointer, save | ipredfl |
| Option to switch on massflux prediction before 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(c_int), pointer, save | itbrrb |
| accurate treatment of the wall temperature More...
|
|
integer(c_int), pointer, save | iphydr |
| Improved pressure interpolation scheme. See cs_velocity_pressure_param_t::iphydr. More...
|
|
integer(c_int), pointer, save | igprij |
| Improved pressure interpolation scheme. See cs_velocity_pressure_param_t::igprij. More...
|
|
integer(c_int), pointer, save | igpust |
| Improved pressure interpolation scheme. See cs_velocity_pressure_param_t::igpust. More...
|
|
integer(c_int), pointer, save | iifren |
| indicates the presence of a Bernoulli boundary face (automatically computed) 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(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...
|
|
integer(c_int), pointer, save | iprcdo |
| Dicretization method for pressure. More...
|
|