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 39 of file basicCombustionMixture.C.
References IOobject::AUTO_WRITE, forAll, IOobject::groupName(), mesh, IOobject::MUST_READ, fvMesh::time(), and Time::timeName().
|
inlinevirtual |
Destructor.
Definition at line 90 of file basicCombustionMixture.H.
References basicCombustionMixture::contains(), basicCombustionMixture::fres(), and basicCombustionMixture::Y().
TypeName | ( | "basicCombustionMixture" | ) |
Run time type information.
Does the mixture include this specie?
Definition at line 27 of file basicCombustionMixtureI.H.
References basicCombustionMixture::Y().
Referenced by basicCombustionMixture::~basicCombustionMixture().
|
inline |
Return the mass-fraction field for a specie given by name.
Definition at line 36 of file basicCombustionMixtureI.H.
Referenced by basicCombustionMixture::contains(), and basicCombustionMixture::~basicCombustionMixture().
|
inline |
Return the const mass-fraction field for a specie given by name.
Definition at line 45 of file basicCombustionMixtureI.H.
References basicCombustionMixture::fres().
|
inline |
Definition at line 54 of file basicCombustionMixtureI.H.
References Foam::max().
Referenced by veryInhomogeneousMixture< ThermoType >::cellProducts(), veryInhomogeneousMixture< ThermoType >::patchFaceProducts(), basicCombustionMixture::Y(), and basicCombustionMixture::~basicCombustionMixture().
|
inline |
Definition at line 64 of file basicCombustionMixtureI.H.
References Foam::max(), and dimensioned< Type >::value().
|
protected |
Table of specie names.
Definition at line 61 of file basicCombustionMixture.H.
|
protected |
Species mass fractions.
Definition at line 64 of file basicCombustionMixture.H.