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 &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 > | 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... | |
Dummy combustion model for 'no combustion'.
Definition at line 49 of file noCombustion.H.
noCombustion | ( | const word & | modelType, |
const fvMesh & | mesh, | ||
const word & | phaseName | ||
) |
Construct from components.
Definition at line 33 of file noCombustion.C.
|
virtual |
Destructor.
Definition at line 46 of file noCombustion.C.
TypeName | ( | "noCombustion< CombThermoType >" | ) |
Runtime type information.
|
virtual |
Correct combustion rate.
Definition at line 53 of file noCombustion.C.
References noCombustion< CombThermoType >::R().
|
virtual |
Fuel consumption rate matrix.
Definition at line 62 of file noCombustion.C.
References Foam::dimMass, and Foam::dimTime.
Referenced by noCombustion< CombThermoType >::correct().
|
virtual |
Heat release rate calculated from fuel consumption rate matrix.
Definition at line 77 of file noCombustion.C.
References Foam::dimEnergy, Foam::dimTime, mesh, and timeName.
|
virtual |
Return source for enthalpy equation [kg/m/s3].
Definition at line 103 of file noCombustion.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, and timeName.
|
virtual |
Update properties from given dictionary.
Definition at line 128 of file noCombustion.C.
References Foam::read().