#include <applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.H>
Detailed Description
Definition at line 51 of file noCombustion.H.
List of all members.
Public Member Functions |
| TypeName ("noCombustion") |
| Runtime type information.
|
| noCombustion (const dictionary &combustionProperties, const hsCombustionThermo &thermo, const compressible::turbulenceModel &turbulence, const surfaceScalarField &phi, const volScalarField &rho) |
| Construct from components.
|
virtual | ~noCombustion () |
virtual bool | read (const dictionary &combustionProperties) |
| Update properties from given dictionary.
|
virtual void | correct () |
| Correct combustion rate.
|
virtual tmp< volScalarField > | wFuelNorm () const |
| Return normalised consumption rate of (fu - fres)
|
| TypeName ("combustionModel") |
| Runtime type information.
|
| declareRunTimeSelectionTable (autoPtr, combustionModel, dictionary,(const dictionary &combustionProperties, const hsCombustionThermo &thermo, const compressible::turbulenceModel &turbulence, const surfaceScalarField &phi, const volScalarField &rho),(combustionProperties, thermo, turbulence, phi, rho)) |
| combustionModel (const dictionary &combustionProperties, const hsCombustionThermo &thermo, const compressible::turbulenceModel &turbulence, const surfaceScalarField &phi, const volScalarField &rho) |
| Construct from components.
|
virtual | ~combustionModel () |
| Destructor.
|
const basicMultiComponentMixture & | composition () const |
| Access composition.
|
const dictionary | combustionModelCoeffs () const |
| Access combustion dictionary.
|
const dimensionedScalar | qFuel () const |
| Access heat of combustion.
|
virtual tmp< fvScalarMatrix > | R (volScalarField &fu) const |
| Fuel consumption rate matrix i.e. source-term for the fuel equation.
|
virtual tmp< volScalarField > | dQ (const fvScalarMatrix &Rfu) const |
| Heat-release rate calculated from the given.
|
Constructor & Destructor Documentation
Construct from components.
Member Function Documentation
TypeName |
( |
"noCombustion" |
| ) |
|
Runtime type information.
virtual bool read |
( |
const dictionary & |
combustionProperties | ) |
|
|
virtual |
Return normalised consumption rate of (fu - fres)
Implements combustionModel.
The documentation for this class was generated from the following file:
- applications/solvers/combustion/fireFoam/combustionModels/noCombustion/noCombustion.H