7.1
general documentation
cs_fuel_bt2h.f90 File Reference

Convert temperature to enthalpy at boundary for fuel combustion. More...

Functions/Subroutines

subroutine cs_fuel_bt2h (n_faces, face_ids, t_b, h_b)
 

Detailed Description

Convert temperature to enthalpy at boundary for fuel combustion.

Function/Subroutine Documentation

◆ cs_fuel_bt2h()

subroutine cs_fuel_bt2h ( integer(c_int), value  n_faces,
integer(c_int), dimension(*), intent(in)  face_ids,
real(kind=c_double), dimension(*), intent(in)  t_b,
real(kind=c_double), dimension(*), intent(out)  h_b 
)
Parameters
[in]n_facesnumber of faces in list
[in]face_idslist of boundary faces at which conversion is requested (0-based numbering)
[in]t_btemperature at boundary
[out]h_benthalpy at boundary