Dummy combustion model for 'no combustion'. More...
Public Member Functions | |
TypeName ("noCombustion") | |
Runtime type information. More... | |
noCombustion (const word &modelType, const fvMesh &mesh, const word &combustionProperties, const word &phaseName) | |
Construct from components. More... | |
virtual | ~noCombustion () |
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... | |
Dummy combustion model for 'no combustion'.
Definition at line 49 of file noCombustion.H.
noCombustion | ( | const word & | modelType, |
const fvMesh & | mesh, | ||
const word & | combustionProperties, | ||
const word & | phaseName | ||
) |
Construct from components.
Definition at line 33 of file noCombustion.C.
|
virtual |
Destructor.
Definition at line 47 of file noCombustion.C.
TypeName | ( | "noCombustion< CombThermoType >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Definition at line 54 of file noCombustion.C.
References noCombustion< CombThermoType >::R().
|
virtual |
Fuel consumption rate matrix.
Definition at line 61 of file noCombustion.C.
References Foam::dimMass, and Foam::dimTime.
Referenced by noCombustion< CombThermoType >::correct().
|
virtual |
Heat release rate [kg/m/s3].
Definition at line 76 of file noCombustion.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, and timeName.
|
virtual |
Update properties from given dictionary.
Definition at line 101 of file noCombustion.C.
References Foam::blockMeshTools::read().