Partially stirred reactor combustion model. The model calculates a finite rate, based on both turbulence and chemistry time scales. Depending on mesh resolution, the Cmix parameter can be used to scale the turbulence mixing time scale. More...
Public Member Functions | |
TypeName ("PaSR") | |
Runtime type information. More... | |
PaSR (const word &modelType, const fvMesh &mesh, const word &phaseName) | |
Construct from components. More... | |
virtual | ~PaSR () |
Destructor. More... | |
virtual void | correct () |
Correct combustion rate. More... | |
virtual tmp< fvScalarMatrix > | R (volScalarField &Y) const |
Fuel consumption rate matrix. More... | |
virtual tmp< volScalarField > | dQ () const |
Heat release rate calculated from fuel consumption rate matrix. More... | |
virtual tmp< volScalarField > | Sh () const |
Return source for enthalpy equation [kg/m/s3]. More... | |
virtual bool | read () |
Update properties from given dictionary. More... | |
Public Member Functions inherited from laminar< Type > | |
TypeName ("laminar") | |
Runtime type information. More... | |
laminar (const word &modelType, const fvMesh &mesh, const word &phaseName) | |
Construct from components. More... | |
virtual | ~laminar () |
Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from laminar< Type > | |
tmp< volScalarField > | tc () const |
Return the chemical time scale. More... | |
Partially stirred reactor combustion model. The model calculates a finite rate, based on both turbulence and chemistry time scales. Depending on mesh resolution, the Cmix parameter can be used to scale the turbulence mixing time scale.
TypeName | ( | "PaSR< Type >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Reimplemented from laminar< Type >.
Definition at line 68 of file PaSR.C.
References correct, epsilon, forAll, Foam::max(), rho, Foam::sqrt(), trho, and turbulence.
|
virtual |
Fuel consumption rate matrix.
Reimplemented from laminar< Type >.
Definition at line 110 of file PaSR.C.
References R.
|
virtual |
Heat release rate calculated from fuel consumption rate matrix.
Reimplemented from laminar< Type >.
|
virtual |
Return source for enthalpy equation [kg/m/s3].
Reimplemented from laminar< Type >.
|
virtual |
Update properties from given dictionary.
Reimplemented from laminar< Type >.