8.1
general documentation
cs_coal_htconvers2.f90 File Reference

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

Function/Subroutine Documentation

◆ cs_coal_htconvers2()

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.

Parameters
[in]iclaclass number
[in]enthalmass enthalpy (in $ j . kg^{-1}) $
[in]xsolidmass fraction of components
[in,out]tempertemperature (in kelvin)
[in]t1coal inlet temperature

◆ cs_coal_thconvers2()

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.

Parameters
[in]class_idclass id (0 to n-1)
[in]xsolidmass fraction of components
[in,out]tempertemperature (in kelvin)
Returns
mass enthalpy (in $ j . kg^{-1}) $