![]() |
|
Public Member Functions | |
combustionMixture (const dictionary &, const wordList &specieNames, const fvMesh &) | |
Construct from dictionary and mesh. | |
PtrList< volScalarField > & | Y () |
Return the mass-fraction fields. | |
const PtrList< volScalarField > & | Y () const |
Return the const mass-fraction fields. | |
volScalarField & | Y (const label i) |
Return the mass-fraction field for a specie given by index. | |
const volScalarField & | Y (const label i) const |
Return the const mass-fraction field for a specie given by index. | |
volScalarField & | Y (const word &specieName) |
Return the mass-fraction field for a specie given by name. | |
const volScalarField & | Y (const word &specieName) const |
Return the const mass-fraction field for a specie given by name. | |
bool | contains (const word &specieName) const |
does the mixture include this specie | |
scalar | fres (const scalar ft, const scalar stoicRatio) const |
tmp< volScalarField > | fres (const volScalarField &ft, const dimensionedScalar &stoicRatio) const |
Protected Attributes | |
speciesTable | species_ |
The table of species. | |
PtrList< volScalarField > | Y_ |
Species mass fractions. |
|
Construct from dictionary and mesh.
|
|
does the mixture include this specie
Definition at line 124 of file combustionMixture.H. |
|
Definition at line 135 of file combustionMixture.H. |
|
Definition at line 129 of file combustionMixture.H. References Foam::dimensionedScalar, Foam::max(), and Foam::volScalarField. |
Here is the call graph for this function:
|
Return the const mass-fraction field for a specie given by name.
Definition at line 118 of file combustionMixture.H. References speciesTable::contains(). |
Here is the call graph for this function:
|
Return the mass-fraction field for a specie given by name.
Definition at line 112 of file combustionMixture.H. |
|
Return the const mass-fraction field for a specie given by index.
Definition at line 106 of file combustionMixture.H. |
|
Return the mass-fraction field for a specie given by index.
Definition at line 100 of file combustionMixture.H. |
|
Return the const mass-fraction fields.
Definition at line 94 of file combustionMixture.H. |
|
Return the mass-fraction fields.
Definition at line 88 of file combustionMixture.H. |
|
The table of species.
Definition at line 66 of file combustionMixture.H. |
|
Species mass fractions.
Definition at line 69 of file combustionMixture.H. |