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) |
| |
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 | ||
) |
[in] | eh | gas enthalpy ( ![]() |
[in] | xesp | mass fraction of species |
[in] | f1mc | average f1 |
[in] | f2mc | average f2 |
[out] | tp | gas temperature (in kelvin) |
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.
[in] | xesp | mass fraction of species |
[in] | f1mc | average f1 |
[in] | f2mc | average f2 |
[in] | tp | gas temperature (in kelvin) |