8.0
general documentation
cs_fuel_htconvers1.f90 File Reference

More...

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...
 

Detailed Description

  • Calculation of the gas enthalpy. Function with gaz enthalpy and concentrations, if mode = 1
  • Calculation of gas enthalpy. Function with gas temperature and concentrations, if mode = -1

Function/Subroutine Documentation

◆ cs_fuel_h2t_gas()

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.

Parameters
[in]xespmass fraction of the species
[in]ehgas enthalpy ( $ j . kg^{-1}$ of gas mixture)
Returns
gas temperature in $ kelvin $

◆ cs_fuel_htconvers1()

subroutine cs_fuel_htconvers1 ( integer  mode,
double precision  eh,
double precision, dimension(ngazem)  xesp,
double precision  tp 
)
Parameters
[in]mode-1 : t -> h ; 1 : h -> t
[in,out]ehgas enthalpy ( $ j . kg^{-1}$ of gas mixture)
[in]xespmass fraction of the species
[in,out]tpgas temperature in $ kelvin $

◆ cs_fuel_t2h_gas()

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.

Parameters
[in]xespmass fraction of the species
[in]tpgas temperature in $ kelvin $
Returns
eh gas enthalpy ( $ j . kg^{-1}$ of gas mixture)