My Project
programmer's documentation
|
Convert enthalpy to temperature at boundary. More...
Functions/Subroutines | |
subroutine | b_t_to_h (nlst, lstfac, t_b, h_b) |
Convert enthalpy to temperature at boundary.
Convert temperature to enthalpy at boundary.
This handles both user and model enthalpy conversions, so can be used safely whenever conversion is needed.
subroutine b_t_to_h | ( | integer | nlst, |
integer, dimension(nlst) | lstfac, | ||
double precision, dimension(nfabor), intent(in) | t_b, | ||
double precision, dimension(nfabor), intent(out), target | h_b | ||
) |
[in] | nlst | number of faces in list |
[in] | lstfac | list of boundary faces at which conversion is requested |
[in] | t_b | temperature at boundary |
[out] | h_b | enthalpy at boundary |