|
integer, save | ncepdc |
| number of cells in which a pressure drop is imposed. More...
|
|
integer, dimension(:), allocatable | icepdc |
| number of the ncepdc cells in which a pressure drop is imposed. See {iicepd} More...
|
|
real(c_double), dimension(:,:), allocatable, target | ckupdc |
| value of the coefficients of the pressure drop tensor of the ncepdc cells in which a pressure drop is imposed. Note the 6 values are interleaved as follows: (k11, k22, k33, k12, k23, k13). See ickpdc More...
|
|
type(c_ptr) | p_ckupdc = c_null_ptr |
|
integer, save | ncetsm |
| number of the ncetsm cells in which a mass source term is imposed. See iicesm also More...
|
|
integer, dimension(:), allocatable, target | icetsm |
| number of the ncetsm cells in which a mass injection is imposed. See iicesm and the cs_equation_add_volume_mass_injection_* functions More...
|
|
integer, dimension(:), allocatable | izctsm |
| zone where a mass source term is imposed. More...
|
|
integer, dimension(:,:), allocatable, target | itypsm |
| type of mass source term for each variable More...
|
|
double precision, dimension(:,:), allocatable, target | smacel |
| value of the mass source term for pressure. For the other variables, eventual imposed injection value. See the user subroutine cs_user_mass_source_terms More...
|
|
double precision, dimension(:), allocatable, target | gamcav |
| liquid-vapor mass transfer term for cavitating flows and its derivative with respect to pressure More...
|
|
double precision, dimension(:), allocatable, target | dgdpca |
|
double precision, dimension(:,:), allocatable | xref_cond |
| reference point for wall condensation, used in forced and mixed convection regimes More...
|
|