Calculation of the gas temperature Function with gas enthalpy and concentrations.
More...
|
subroutine | cs_coal_thfieldconv1 (ncelet, ncel, eh, fuel1, fuel2, fuel3, fuel4, fuel5, fuel6, fuel7, oxyd, prod1, prod2, prod3, xiner, tp) |
|
Calculation of the gas temperature Function with gas enthalpy and concentrations.
subroutine cs_coal_thfieldconv1 |
( |
integer |
ncelet, |
|
|
integer |
ncel, |
|
|
double precision, dimension(ncelet) |
eh, |
|
|
double precision, dimension(ncelet) |
fuel1, |
|
|
double precision, dimension(ncelet) |
fuel2, |
|
|
double precision, dimension(ncelet) |
fuel3, |
|
|
double precision, dimension(ncelet) |
fuel4, |
|
|
double precision, dimension(ncelet) |
fuel5, |
|
|
double precision, dimension(ncelet) |
fuel6, |
|
|
double precision, dimension(ncelet) |
fuel7, |
|
|
double precision, dimension(ncelet) |
oxyd, |
|
|
double precision, dimension(ncelet) |
prod1, |
|
|
double precision, dimension(ncelet) |
prod2, |
|
|
double precision, dimension(ncelet) |
prod3, |
|
|
double precision, dimension(ncelet) |
xiner, |
|
|
double precision, dimension(ncelet) |
tp |
|
) |
| |
- Parameters
-
[in] | ncelet | number of extended (real + ghost) cells |
[in] | ncel | number of cells |
[in] | eh | gas enthalpy (j/kg of gaseous mixture) |
[in] | fuel1 | mass fraction CHx1 |
[in] | fuel2 | mass fraction CHx2 |
[in] | fuel3 | mass fraction CO |
[in] | fuel4 | mass fraction H2S |
[in] | fuel5 | mass fraction H2 |
[in] | fuel6 | mass fraction HCN |
[in] | fuel7 | mass fraction NH3 |
[in] | oxyd | mass fraction O2 |
[in] | prod1 | mass fraction CO2 |
[in] | prod2 | mass fraction H2O |
[in] | prod3 | mass fraction SO2 |
[in] | xiner | mass fraction N2 |
[in,out] | tp | gas temperature in kelvin |