Functions/Subroutines | |
| real(c_double) function | cs_coal_thconvers2 (class_id, xsolid, temper) |
| Compute particles enthalpy Function with temperature and concentrations. More... | |
| subroutine | cs_coal_htconvers2 (icla, enthal, xsolid, temper, t1) |
| Calculating temperature of particles Function with enthalpy and concentrations. More... | |
| subroutine cs_coal_htconvers2 | ( | integer | icla, |
| double precision | enthal, | ||
| double precision, dimension(nsolim) | xsolid, | ||
| double precision | temper, | ||
| double precision | t1 | ||
| ) |
Calculating temperature of particles Function with enthalpy and concentrations.
| [in] | icla | class number |
| [in] | enthal | mass enthalpy (in |
| [in] | xsolid | mass fraction of components |
| [in,out] | temper | temperature (in kelvin) |
| [in] | t1 | coal inlet temperature |
| real(c_double) function cs_coal_thconvers2 | ( | integer(c_int), value | class_id, |
| real(c_double), dimension(*) | xsolid, | ||
| real(c_double), value | temper | ||
| ) |
Compute particles enthalpy Function with temperature and concentrations.
| [in] | class_id | class id (0 to n-1) |
| [in] | xsolid | mass fraction of components |
| [in,out] | temper | temperature (in kelvin) |