Partially stirred reactor turbulent combustion model. More...


Public Member Functions | |
| TypeName ("PaSR") | |
| Runtime type information. More... | |
| PaSR (const word &modelType, const fvMesh &mesh, const word &combustionProperties, 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 > | Qdot () const |
| Heat release rate [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 &combustionProperties, 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 turbulent combustion model.
This 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 67 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 105 of file PaSR.C.
References R.
|
virtual |
Heat release rate [kg/m/s3].
Reimplemented from laminar< Type >.
|
virtual |
Update properties from given dictionary.
Reimplemented from laminar< Type >.
1.8.13