Laminar combustion model. More...


Public Member Functions | |
| TypeName ("laminar") | |
| Runtime type information. More... | |
| laminar (const word &modelType, const fvMesh &mesh, const word &phaseName) | |
| Construct from components. More... | |
| virtual | ~laminar () |
| 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... | |
Protected Member Functions | |
| tmp< volScalarField > | tc () const |
| Return the chemical time scale. More... | |
Laminar combustion model.
Construct from components.
Definition at line 34 of file laminar.C.
References Foam::endl(), and Foam::Info.

|
protected |
| TypeName | ( | "laminar< Type >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Reimplemented in PaSR< Type >.
Definition at line 75 of file laminar.C.
References found, lookup(), mesh, Foam::min(), and readScalar.

|
virtual |
Fuel consumption rate matrix.
Reimplemented in PaSR< Type >.
Definition at line 118 of file laminar.C.
References Foam::dimMass, Foam::dimTime, IOobject::member(), tmp< T >::ref(), Foam::fvc::Su(), and thermo.

|
virtual |
Heat release rate calculated from fuel consumption rate matrix.
Reimplemented in PaSR< Type >.
Definition at line 138 of file laminar.C.
References Foam::dimEnergy, Foam::dimTime, mesh, tmp< T >::ref(), and timeName.

|
virtual |
Return source for enthalpy equation [kg/m/s3].
Reimplemented in PaSR< Type >.
Definition at line 169 of file laminar.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, tmp< T >::ref(), and timeName.

|
virtual |
Update properties from given dictionary.
Reimplemented in PaSR< Type >.
Definition at line 199 of file laminar.C.
References Foam::read().

1.8.11