Functions/Subroutines | |
| subroutine | cs_fuel_htconvers1 (mode, eh, xesp, tp) |
| double precision function | cs_fuel_t2h_gas (xesp, tp) |
| Calculation of the gas enthalpy from temperature and concentrations for fuel combustion. More... | |
| double precision function | cs_fuel_h2t_gas (xesp, eh) |
| Calculation of the gas temperature from enthalpy and concentrations for fuel combustion. More... | |
| double precision function cs_fuel_h2t_gas | ( | double precision, dimension(ngazem) | xesp, |
| double precision | eh | ||
| ) |
Calculation of the gas temperature from enthalpy and concentrations for fuel combustion.
| [in] | xesp | mass fraction of the species |
| [in] | eh | gas enthalpy ( of gas mixture) |
| subroutine cs_fuel_htconvers1 | ( | integer | mode, |
| double precision | eh, | ||
| double precision, dimension(ngazem) | xesp, | ||
| double precision | tp | ||
| ) |
| [in] | mode | -1 : t -> h ; 1 : h -> t |
| [in,out] | eh | gas enthalpy ( of gas mixture) |
| [in] | xesp | mass fraction of the species |
| [in,out] | tp | gas temperature in |
| double precision function cs_fuel_t2h_gas | ( | double precision, dimension(ngazem) | xesp, |
| double precision | tp | ||
| ) |
Calculation of the gas enthalpy from temperature and concentrations for fuel combustion.
| [in] | xesp | mass fraction of the species |
| [in] | tp | gas temperature in |
of gas mixture)