Simple infinitely fast chemistry combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate.in time. More...
#include <combustionModels/infinitelyFastChemistry.H>
Simple infinitely fast chemistry combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate.in time.
Definition at line 54 of file infinitelyFastChemistry.H.
Public Member Functions | |
TypeName ("infinitelyFastChemistry") | |
Runtime type information.
| |
infinitelyFastChemistry (const dictionary &combustionProperties, const hsCombustionThermo &thermo, const compressible::turbulenceModel &turbulence, const surfaceScalarField &phi, const volScalarField &rho) | |
Construct from components.
| |
virtual | ~infinitelyFastChemistry () |
virtual bool | read (const dictionary &combustionProperties) |
Update properties from given dictionary.
| |
virtual void | correct () |
Correct combustion rate.
| |
virtual tmp< volScalarField > | wFuelNorm () const |
Return normalised consumption rate of (fu - fres)
|
infinitelyFastChemistry | ( | const dictionary & | combustionProperties, |
const hsCombustionThermo & | thermo, | ||
const compressible::turbulenceModel & | turbulence, | ||
const surfaceScalarField & | phi, | ||
const volScalarField & | rho | ||
) |
Construct from components.
Definition at line 49 of file infinitelyFastChemistry.C.
~infinitelyFastChemistry | ( | ) | [virtual]
|
Definition at line 64 of file infinitelyFastChemistry.C.
TypeName | ( | "infinitelyFastChemistry" | ) |
Runtime type information.
bool read | ( | const dictionary & | combustionProperties ) | [virtual]
|
Update properties from given dictionary.
Implements combustionModel.
Definition at line 82 of file infinitelyFastChemistry.C.
References combustionModel::read().
void correct | ( | ) | [virtual]
|
Correct combustion rate.
Implements combustionModel.
Definition at line 70 of file infinitelyFastChemistry.C.
Foam::tmp< Foam::volScalarField > wFuelNorm | ( | ) | const [virtual]
|
Return normalised consumption rate of (fu - fres)
Implements combustionModel.
Definition at line 75 of file infinitelyFastChemistry.C.