Module for parameters options and physical properties of the condensation model using specific zones with different wall temperatures and material properties.
More...
|
integer, save | nzones |
| number of the zones with a specific condensation source terms depending on the wall temperature and material properties. by default (nzones = 1) if the user does not specified different zones in the user subroutine cs_user_boundary_mass_source_terms.f90 . More...
|
|
integer, dimension(:), allocatable | izzftcd |
| list of the zones associated to the faces where a condensation source term is imposed. On each zone a specific wall temperature and material properties can be specified by the user. More...
|
|
integer, dimension(:), allocatable | izcophc |
| choice the way to compute the exchange coefficient of the condensation source term used by the copain model. More...
|
|
integer, dimension(:), allocatable | izcophg |
| choice the way to compute the thermal exchange coefficient associated to the heat transfer to the wall due to the condensation phenomenon. More...
|
|
integer, dimension(:), allocatable | iztag1d |
| choice the way to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall More...
|
|
integer, save | nztag1d |
| Indicate if the thermal 1D model of severe accident is usde to compute the wall temperature at the solid/fluid interface coupled with condensation to the wall More...
|
|
double precision, dimension(:), allocatable | ztpar |
| Constant value of the wall temperature given by the user when the thermal 1D model is not activated for the condensation model with different zones specified in the user subroutine cs_user_boundary_mass_source_terms. More...
|
|
Module for parameters options and physical properties of the condensation model using specific zones with different wall temperatures and material properties.