My Project
programmer's documentation
|
Calculation of the physic propeties in gaseous phase. More...
Functions/Subroutines | |
subroutine | cs_coal_physprop1 (ncelet, ncel, f1m, f2m, f3m, f4m, f5m, f6m, f7m, f8m, f9m, fvp2m, enth, enthox, rom1) |
Calculation of the physic propeties in gaseous phase.
subroutine cs_coal_physprop1 | ( | integer | ncelet, |
integer | ncel, | ||
double precision, dimension(ncelet) | f1m, | ||
double precision, dimension(ncelet) | f2m, | ||
double precision, dimension(ncelet) | f3m, | ||
double precision, dimension(ncelet) | f4m, | ||
double precision, dimension(ncelet) | f5m, | ||
double precision, dimension(ncelet) | f6m, | ||
double precision, dimension(ncelet) | f7m, | ||
double precision, dimension(ncelet) | f8m, | ||
double precision, dimension(ncelet) | f9m, | ||
double precision, dimension(ncelet) | fvp2m, | ||
double precision, dimension(ncelet) | enth, | ||
double precision, dimension(ncelet) | enthox, | ||
double precision, dimension(ncelet) | rom1 | ||
) |
Temperature, mass density and average concentrations (use of a pdf rectangle-dirac) ==> fast chemistry model in 3 points Extension to 3 combustibles for pulverized coal
Heterogeneous reactions
X/4*(2+RYSX)*XSI N2 CO + 1/2 (O2 + XSI N2) -(3)-> CO2 + XSI/2 N2 Variable choice
Joint PDF degenerated into a 1D PDF of type RECTANGLE - DIRAC
[in] | ncelet | number of extended (real + ghost) cells |
[in] | ncel | number of cells |
[in] | f1m | average of tracer 1 mvl [CHx1+CO] |
[in] | f2m | average of tracer 2 mvl [CHx2+CO] |
[in] | f3m | average of tracer 3 (CO heterogeneous comb.) |
[in] | f4m | average of tracer 4 (oxyd2 mass fraction) |
[in] | f5m | average of tracer 5 (oxyd3 mass fraction) |
[in] | f6m | average of tracer 6 (water mass fraction) |
[in] | f7m | average of tracer 7 (coal oxidyzed by O2 fraction) |
[in] | f8m | average of tracer 8 (coal gasified by CO2 fraction) |
[in] | f9m | average of tracer 9 (coal gasified by H2O fraction) |
[in] | fvp2m | f1f2 variance |
[in] | enth | enthalpy in either of the gas or of the mixture |
[in] | enthox | oxydant enthalpy |
[out] | rom1 | gas density |