Variables | |
integer(c_int), pointer, save | nfbpcd |
integer, dimension(:,:), pointer, save | itypcd |
double precision, dimension(:), pointer, save | thermal_condensation_flux |
double precision, dimension(:), pointer, save | flthr |
double precision, dimension(:), pointer, save | dflthr |
double precision, dimension(:,:), pointer, save | spcond |
double precision, dimension(:), pointer, save | twall_cond |
double precision, dimension(:), pointer, save | hpcond |
value of the thermal exchange coefficient associated to the condensation model used. See the user subroutine cs_user_wall_condensation More... | |
integer, dimension(:), pointer, save | ifbpcd |
list on the nfbpcd faces in which a condensation source terms is imposed. See ifbpcd and the user subroutine cs_user_wall_condensation More... | |
integer(c_int), pointer, save | nzones |
integer, dimension(:), pointer, save | izzftcd |
integer, dimension(:), pointer, save | izcophc |
integer, dimension(:), pointer, save | izcophg |
double precision, dimension(:), pointer, save dflthr |
double precision, dimension(:), pointer, save flthr |
double precision, dimension(:), pointer, save hpcond |
value of the thermal exchange coefficient associated to the condensation model used. See the user subroutine cs_user_wall_condensation
integer, dimension(:), pointer, save ifbpcd |
list on the nfbpcd faces in which a condensation source terms is imposed. See ifbpcd
and the user subroutine cs_user_wall_condensation
integer, dimension(:,:), pointer, save itypcd |
type of condensation source terms for each variable
integer, dimension(:), pointer, save izcophc |
integer, dimension(:), pointer, save izcophg |
choice the way to compute the thermal exchange coefficient associated to the heat transfer to the wall due to the condensation phenomenon.
integer, dimension(:), pointer, save izzftcd |
integer(c_int), pointer, save nfbpcd |
number of faces in which a condensation source terms is imposed. See ifbpcd
and the user subroutine cs_user_wall_condensation
integer(c_int), pointer, save nzones |
double precision, dimension(:,:), pointer, save spcond |
value of the condensation source terms for pressure. For the other variables, eventual imposed specific value. See the user subroutine cs_user_wall_condensation
double precision, dimension(:), pointer, save thermal_condensation_flux |
value of the thermal flux for the condensation model. See the user subroutine cs_user_wall_condensation