My Project
programmer's documentation
|
The COPAIN correlations used to approximate the condensation source term and the thermal exchange coefficient to impose at the wall where condensation occurs. More...
Functions/Subroutines | |
subroutine | condensation_copain_model (nvar, nfbpcd, ifbpcd, izzftcd, tpar, gam_s, hpcond) |
The COPAIN correlations used to approximate the condensation source term and the thermal exchange coefficient to impose at the wall where condensation occurs.
This subroutine is used to compute at each cell the and .
subroutine condensation_copain_model | ( | integer | nvar, |
integer | nfbpcd, | ||
integer, dimension(nfbpcd) | ifbpcd, | ||
integer, dimension(nfbpcd) | izzftcd, | ||
double precision | tpar, | ||
double precision, dimension(nfbpcd,nvar) | gam_s, | ||
double precision, dimension(nfbpcd) | hpcond | ||
) |
[in] | nvar | total number of variables |
[in] | nfbpcd | number of faces with condensation source terms |
[in] | ifbpcd | index of faces with condensation source terms |
[in] | izzftcd | faces zone with condensation source terms imposed (at previous and current time steps) |
[in] | tpar | temperature imposed at the cold wall as constant or variable in time with a 1D thermal model |
[out] | gam_s | value associated to each variable in the condensation source terms (Lambda_cond) |
[out] | hpcond | value associated to the fluid exchange coeff. evaluated with empiric law at the BC face with condensation |