Convert temperature to enthalpy at boundary for fuel combustion.
More...
Convert temperature to enthalpy at boundary for fuel combustion.
◆ 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_faces | number of faces in list |
[in] | face_ids | list of boundary faces at which conversion is requested (0-based numbering) |
[in] | t_b | temperature at boundary |
[out] | h_b | enthalpy at boundary |