Zone-filtered combustion model. More...


Public Member Functions | |
| TypeName ("zoneCombustion") | |
| Runtime type information. More... | |
| zoneCombustion (const word &modelType, const fvMesh &mesh, const word &combustionProperties, const word &phaseName) | |
| Construct from components. More... | |
| virtual | ~zoneCombustion () |
| Destructor. More... | |
| virtual Type::ReactionThermo & | thermo () |
| Return access to the thermo package. More... | |
| virtual const Type::ReactionThermo & | thermo () const |
| Return const access to the thermo package. 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... | |
Zone-filtered combustion model.
Enable the reactions within the specified list of cell-zones and set to zero elsewhere.
Definition at line 52 of file zoneCombustion.H.
| zoneCombustion | ( | const word & | modelType, |
| const fvMesh & | mesh, | ||
| const word & | combustionProperties, | ||
| const word & | phaseName | ||
| ) |
Construct from components.
Definition at line 105 of file zoneCombustion.C.
|
virtual |
Destructor.
Definition at line 129 of file zoneCombustion.C.
| TypeName | ( | "zoneCombustion< Type >" | ) |
Runtime type information.
|
virtual |
Return access to the thermo package.
Definition at line 137 of file zoneCombustion.C.
|
virtual |
Return const access to the thermo package.
Definition at line 145 of file zoneCombustion.C.
|
virtual |
Correct combustion rate.
Definition at line 152 of file zoneCombustion.C.
|
virtual |
Fuel consumption rate matrix.
Definition at line 160 of file zoneCombustion.C.
|
virtual |
Heat release rate [kg/m/s3].
Definition at line 168 of file zoneCombustion.C.
|
virtual |
Update properties from given dictionary.
Definition at line 175 of file zoneCombustion.C.
References Foam::blockMeshTools::read().

1.8.13