Specialisation of the basicMixture for combustion. More...


Public Types | |
| typedef basicCombustionMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Types inherited from basicMixture | |
| typedef basicMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Member Functions | |
| TypeName ("basicCombustionMixture") | |
| Run time type information. More... | |
| basicCombustionMixture (const dictionary &, const wordList &specieNames, const fvMesh &, const word &) | |
| Construct from dictionary, specie names, mesh and phase name. More... | |
| virtual | ~basicCombustionMixture () |
| Destructor. More... | |
| bool | contains (const word &specieName) const |
| Does the mixture include this specie? More... | |
| volScalarField & | Y (const word &specieName) |
| Return the mass-fraction field for a specie given by name. More... | |
| const volScalarField & | Y (const word &specieName) const |
| Return the const mass-fraction field for a specie given by name. More... | |
| scalar | fres (const scalar ft, const scalar stoicRatio) const |
| tmp< volScalarField > | fres (const volScalarField &ft, const dimensionedScalar &stoicRatio) const |
Public Member Functions inherited from basicMixture | |
| basicMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
Protected Attributes | |
| speciesTable | species_ |
| Table of specie names. More... | |
| PtrList< volScalarField > | Y_ |
| Species mass fractions. More... | |
Specialisation of the basicMixture for combustion.
Definition at line 51 of file basicCombustionMixture.H.
The base class of the mixture.
Definition at line 74 of file basicCombustionMixture.H.
| basicCombustionMixture | ( | const dictionary & | thermoDict, |
| const wordList & | specieNames, | ||
| const fvMesh & | mesh, | ||
| const word & | phaseName | ||
| ) |
Construct from dictionary, specie names, mesh and phase name.
Definition at line 38 of file basicCombustionMixture.C.
References IOobject::AUTO_WRITE, forAll, IOobject::groupName(), IOobject::MUST_READ, dimensioned< Type >::name(), basicCombustionMixture::species_, fvMesh::time(), and basicCombustionMixture::Y_.

|
inlinevirtual |
Destructor.
Definition at line 90 of file basicCombustionMixture.H.
| TypeName | ( | "basicCombustionMixture" | ) |
Run time type information.
|
inline |
Does the mixture include this specie?
Definition at line 26 of file basicCombustionMixtureI.H.
References hashedWordList::found(), and basicCombustionMixture::species_.
Referenced by laminarFlameSpeed::laminarFlameSpeed(), and XiFluid::XiFluid().


|
inline |
Return the mass-fraction field for a specie given by name.
Definition at line 35 of file basicCombustionMixtureI.H.
Referenced by XiFluid::ftSolve(), and XiFluid::XiFluid().

|
inline |
Return the const mass-fraction field for a specie given by name.
Definition at line 44 of file basicCombustionMixtureI.H.
|
inline |
Definition at line 53 of file basicCombustionMixtureI.H.
References Foam::max().
Referenced by veryInhomogeneousMixture< ThermoType >::cellProducts(), and veryInhomogeneousMixture< ThermoType >::patchFaceProducts().


|
inline |
Definition at line 63 of file basicCombustionMixtureI.H.
References Foam::max(), and dimensioned< Type >::value().

|
protected |
Table of specie names.
Definition at line 61 of file basicCombustionMixture.H.
Referenced by basicCombustionMixture::basicCombustionMixture(), and basicCombustionMixture::contains().
|
protected |
Species mass fractions.
Definition at line 64 of file basicCombustionMixture.H.
Referenced by basicCombustionMixture::basicCombustionMixture().