8.1
general documentation
cs_coal_htconvers1.f90 File Reference

Functions/Subroutines

real(c_double) function cs_coal_thconvers1 (xesp, f1mc, f2mc, tp)
 Calculation of gas enthalpy Function with gas temperature and concentrations. More...
 
subroutine cs_coal_htconvers1 (eh, xesp, f1mc, f2mc, tp)
 
  • Calculation of gas temperature Function with gas enthalpy and concentrations
More...
 

Function/Subroutine Documentation

◆ cs_coal_htconvers1()

subroutine cs_coal_htconvers1 ( double precision  eh,
double precision, dimension(ngazem)  xesp,
double precision, dimension(ncharm)  f1mc,
double precision, dimension(ncharm)  f2mc,
double precision  tp 
)

  • Calculation of gas temperature Function with gas enthalpy and concentrations

Parameters
[in]ehgas enthalpy ( $ j . kg^{-1} $ of mixed gas)
[in]xespmass fraction of species
[in]f1mcaverage f1
[in]f2mcaverage f2
[out]tpgas temperature (in kelvin)

◆ cs_coal_thconvers1()

real(c_double) function cs_coal_thconvers1 ( real(c_double), dimension(*)  xesp,
real(c_double), dimension(*)  f1mc,
real(c_double), dimension(*)  f2mc,
real(c_double), value  tp 
)

Calculation of gas enthalpy Function with gas temperature and concentrations.

Parameters
[in]xespmass fraction of species
[in]f1mcaverage f1
[in]f2mcaverage f2
[in]tpgas temperature (in kelvin)
Returns
gas enthalpy ( $ j . kg^{-1} $ of mixed gas)