|
integer, dimension(1), target | ivoid1 |
|
integer, dimension(1, 1), target | ivoid2 |
|
double precision, dimension(1), target | rvoid1 |
|
double precision, dimension(1, 1), target | rvoid2 |
|
double precision, dimension(1, 1, 1), target | rvoid3 |
|
integer, dimension(:), pointer, save | itypfb |
| boundary condition type at the boundary face ifac (see cs_user_boundary_conditions) More...
|
|
integer, dimension(:), allocatable | itrifb |
| indirection array allowing to sort the boundary faces according to their boundary condition type itypfb More...
|
|
integer, dimension(:), pointer | izfppp |
| to identify boundary zones associated with boundary faces (specific physics models) More...
|
|
integer(c_int), pointer, save | nfpt1d |
| number of boundary faces which are coupled with a wall 1D thermal module. See the user subroutine cs_user_1d_wall_thermal More...
|
|
integer(c_int), pointer, save | nfpt1t |
| global number of boundary faces which are coupled with a wall 1D thermal module. (ie sum over all ranks of nfpt1d) More...
|
|
integer(c_int), pointer, save | ibm_porosity_mode |
| Activate the computation. More...
|
|
logical(c_bool), pointer, save | compute_porosity_from_scan |
| Activate the computation. More...
|
|
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...
|
|
double precision, dimension(:,:), allocatable | 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...
|
|
double precision, dimension(:), allocatable, target | b_head_loss |
| Head loss factor of the fluid outside the domain, between infinity and the entrance (for ifrent boundary type). The default value is 0, dimensionless factor. The user may give a value in cs_user_boundary_conditions in the array rcodcl (ifac, ipr, 2). More...
|
|
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...
|
|
integer, save | ncmast |
| number of the ncmast cells in which a condensation source terms is imposed. See lstmast list and the subroutine cs_user_metal_structures_source_terms More...
|
|
integer, dimension(:), allocatable | ltmast |
| list on the ncmast cells in which a condensation source terms is imposed. See the user subroutine cs_user_metal_structures_source_terms. More...
|
|
integer, dimension(:), allocatable | izmast |
| zone type where a condensation source terms is imposed to model the metal structures condensation on a volumic zone. More...
|
|
integer, dimension(:,:), allocatable | itypst |
| type of condensation source terms for each variable More...
|
|
double precision, dimension(:,:), allocatable | svcond |
| value of the condensation source terms for pressure associated to the metal structures modelling. For the other variables, eventual imposed specific value. See the user subroutine cs_user_metal_structures_source_terms. More...
|
|
double precision, dimension(:), allocatable | flxmst |
| value of the thermal flux for the condensation model associated to the metal structures modelling. See the user subroutine cs_user_metal_structures_source_terms. More...
|
|
double precision, dimension(:,:), pointer, save | tslagr |
| More...
|
|