My Project
programmer's documentation
|
Specific physic subroutine: diffusion flame. More...
Functions/Subroutines | |
subroutine | d3phst (ncelet, ncel, indpdf, dirmin, dirmax, fdeb, ffin, hrec, fm, hm, hstoe) |
Specific physic subroutine: diffusion flame.
Calculation of local stoechiometric enthalpy
subroutine d3phst | ( | integer | ncelet, |
integer | ncel, | ||
integer, dimension(ncelet) | indpdf, | ||
double precision, dimension(ncelet) | dirmin, | ||
double precision, dimension(ncelet) | dirmax, | ||
double precision, dimension(ncelet) | fdeb, | ||
double precision, dimension(ncelet) | ffin, | ||
double precision, dimension(ncelet) | hrec, | ||
double precision, dimension(ncelet) | fm, | ||
double precision, dimension(ncelet) | hm, | ||
double precision, dimension(ncelet) | hstoe | ||
) |
[in] | ncel | number of cells |
[in] | ncelet | number of extended (real + ghost) cells |
[in] | indpdf | indicator for pdf integration or mean value |
[in] | dirmin | Dirac's peak value at |
[in] | dirmax | Dirac's peak value at |
[in] | fdeb | abscissa of rectangle low boundary |
[in] | ffin | abscissa of rectangle high boundary |
[in] | hrec | rectangle height |
[in] | fm | mean mixture fraction at cell centers |
[in] | hm | mean mixture enthalpy at cell centers |
[in,out] | hstoe | local stoechiometric enthalpy |