My Project
programmer's documentation
|
The 1D thermal model to compute the temperature to impose at the cold wall. This one is used by the COPAIN model to estimate the heat flux at the wall where the condensation occurs. More...
Functions/Subroutines | |
subroutine | cs_tagmro (nfbpcd, ifbpcd, izzftcd, dt) |
The 1D thermal model to compute the temperature to impose at the cold wall. This one is used by the COPAIN model to estimate the heat flux at the wall where the condensation occurs.
This subroutine is used to compute at each face the at cold wall.
subroutine cs_tagmro | ( | integer | nfbpcd, |
integer, dimension(nfbpcd) | ifbpcd, | ||
integer, dimension(nfbpcd) | izzftcd, | ||
double precision, dimension(ncelet) | dt | ||
) |
[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] | dt | time step of the 1D thermal model |