combustion mixture More...
#include <reactionThermophysicalModels/basicMultiComponentMixture.H>
Inheritance diagram for basicMultiComponentMixture:
Collaboration diagram for basicMultiComponentMixture:Public Member Functions | |
| basicMultiComponentMixture (const dictionary &, const wordList &specieNames, const fvMesh &) | |
| Construct from dictionary and mesh. | |
| virtual | ~basicMultiComponentMixture () |
| Destructor. | |
| const speciesTable & | species () const |
| Return the table of species. | |
| 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_ |
| Table of specie names. | |
| PtrList< volScalarField > | Y_ |
| Species mass fractions. | |
| basicMultiComponentMixture | ( | const dictionary & | thermoDict, |
| const wordList & | specieNames, | ||
| const fvMesh & | mesh | ||
| ) |
Construct from dictionary and mesh.
Definition at line 31 of file basicMultiComponentMixture.C.
References forAll, mesh, fvMesh::time(), and Time::timeName().
|
inlinevirtual |
Destructor.
Definition at line 79 of file basicMultiComponentMixture.H.
|
inline |
Return the table of species.
Definition at line 86 of file basicMultiComponentMixture.H.
References basicMultiComponentMixture::species_.
|
inline |
Return the mass-fraction fields.
Definition at line 27 of file basicMultiComponentMixtureI.H.
References basicMultiComponentMixture::Y_.
Referenced by parcel::move().
|
inline |
Return the const mass-fraction fields.
Definition at line 34 of file basicMultiComponentMixtureI.H.
|
inline |
Return the mass-fraction field for a specie given by index.
Definition at line 40 of file basicMultiComponentMixtureI.H.
|
inline |
Return the const mass-fraction field for a specie given by index.
Definition at line 47 of file basicMultiComponentMixtureI.H.
|
inline |
Return the mass-fraction field for a specie given by name.
Definition at line 56 of file basicMultiComponentMixtureI.H.
|
inline |
Return the const mass-fraction field for a specie given by name.
Definition at line 65 of file basicMultiComponentMixtureI.H.
|
inline |
Does the mixture include this specie?
Definition at line 74 of file basicMultiComponentMixtureI.H.
|
inline |
Definition at line 83 of file basicMultiComponentMixtureI.H.
References Foam::max().
Referenced by dieselMixture< ThermoType >::cellProducts(), veryInhomogeneousMixture< ThermoType >::cellProducts(), dieselMixture< ThermoType >::patchFaceProducts(), and veryInhomogeneousMixture< ThermoType >::patchFaceProducts().
|
inline |
Definition at line 93 of file basicMultiComponentMixtureI.H.
References Foam::max(), and dimensioned< Type >::value().
|
protected |
Table of specie names.
Definition at line 59 of file basicMultiComponentMixture.H.
Referenced by basicMultiComponentMixture::species().
|
protected |
Species mass fractions.
Definition at line 62 of file basicMultiComponentMixture.H.
Referenced by basicMultiComponentMixture::Y().