Functions/Subroutines | |
real(c_double) function | cs_gas_combustion_h_to_t (xespec, enthal) |
Convert enthalpy to temperature at cells for gas combustion. More... | |
real(c_double) function | cs_gas_combustion_t_to_h (xespec, temper) |
Convert a temperature value to enthalpy for gas combustion. More... | |
subroutine | coh2tb (h_b, t_b) |
Convert enthalpy to temperature at boundary for gas combustion. More... | |
subroutine | cot2hb (n_faces, face_ids, t_b, h_b) |
Convert temperature to enthalpy at boundary for gas combustion. More... | |
subroutine coh2tb | ( | double precision, dimension(nfabor), intent(in) | h_b, |
double precision, dimension(nfabor), intent(out), target | t_b | ||
) |
Convert enthalpy to temperature at boundary for gas combustion.
[in] | h_b | enthalpy at boundary |
[in,out] | t_b | temperature at boundary |
subroutine cot2hb | ( | integer | n_faces, |
integer, dimension(n_faces) | face_ids, | ||
double precision, dimension(nfabor), intent(in) | t_b, | ||
double precision, dimension(nfabor), intent(out), target | h_b | ||
) |
Convert temperature to enthalpy at boundary for gas combustion.
[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 |
real(c_double) function cs_gas_combustion_h_to_t | ( | real(kind=c_double), dimension(*) | xespec, |
real(c_double), value | enthal | ||
) |
Convert enthalpy to temperature at cells for gas combustion.
[in] | xespec | mass fraction of constituents |
[in] | enthal | enthalpy at cells |
[out] | temper | temperature at cells |
real(c_double) function cs_gas_combustion_t_to_h | ( | real(kind=c_double), dimension(*) | xespec, |
real(c_double), value | temper | ||
) |
Convert a temperature value to enthalpy for gas combustion.
[in] | xespec | mass fraction of constituants |
[in] | temper | temperature at cells |
[out] | enthal | enthalpy at cells |