My Project
programmer's documentation
Functions/Subroutines
b_t_to_h.f90 File Reference

Convert enthalpy to temperature at boundary. More...

Functions/Subroutines

subroutine b_t_to_h (nlst, lstfac, t_b, h_b)
 

Detailed Description

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.

Function/Subroutine Documentation

◆ b_t_to_h()

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 
)
Parameters
[in]nlstnumber of faces in list
[in]lstfaclist of boundary faces at which conversion is requested
[in]t_btemperature at boundary
[out]h_benthalpy at boundary