#include <reactionThermophysicalModels/egrMixture.H>
Definition at line 50 of file egrMixture.H.
Inheritance diagram for egrMixture< ThermoType >:
Collaboration diagram for egrMixture< ThermoType >:Public Types | |
| typedef ThermoType | thermoType |
| The type of thermodynamics this mixture is instantiated for. | |
Public Member Functions | |
| egrMixture (const dictionary &, const fvMesh &) | |
| Construct from dictionary and mesh. | |
| virtual | ~egrMixture () |
| Destructor. | |
| const dimensionedScalar & | stoicRatio () const |
| const ThermoType & | mixture (const scalar, const scalar, const scalar) const |
| const ThermoType & | cellMixture (const label celli) const |
| const ThermoType & | patchFaceMixture (const label patchi, const label facei) const |
| const ThermoType & | cellReactants (const label celli) const |
| const ThermoType & | patchFaceReactants (const label patchi, const label facei) const |
| const ThermoType & | cellProducts (const label celli) const |
| const ThermoType & | patchFaceProducts (const label patchi, const label facei) const |
| void | read (const dictionary &) |
| Read dictionary. | |
Public Member Functions inherited from basicMultiComponentMixture | |
| 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 |
Additional Inherited Members | |
Protected Attributes inherited from basicMultiComponentMixture | |
| speciesTable | species_ |
| Table of specie names. | |
| PtrList< volScalarField > | Y_ |
| Species mass fractions. | |
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 83 of file egrMixture.H.
| egrMixture | ( | const dictionary & | thermoDict, |
| const fvMesh & | mesh | ||
| ) |
Construct from dictionary and mesh.
Definition at line 39 of file egrMixture.C.
|
inlinevirtual |
Destructor.
Definition at line 93 of file egrMixture.H.
|
inline |
Definition at line 99 of file egrMixture.H.
| const ThermoType & mixture | ( | const scalar | ft, |
| const scalar | b, | ||
| const scalar | egr | ||
| ) | const |
Definition at line 69 of file egrMixture.C.
References b, fu, and stoicRatio().
Referenced by egrMixture< ThermoType >::cellMixture(), egrMixture< ThermoType >::cellProducts(), egrMixture< ThermoType >::cellReactants(), egrMixture< ThermoType >::patchFaceMixture(), egrMixture< ThermoType >::patchFaceProducts(), and egrMixture< ThermoType >::patchFaceReactants().
|
inline |
Definition at line 111 of file egrMixture.H.
References egrMixture< ThermoType >::mixture().
|
inline |
Definition at line 117 of file egrMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), egrMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 130 of file egrMixture.H.
References egrMixture< ThermoType >::mixture().
|
inline |
Definition at line 136 of file egrMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), egrMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 149 of file egrMixture.H.
References egrMixture< ThermoType >::mixture().
|
inline |
Definition at line 155 of file egrMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), egrMixture< ThermoType >::mixture(), and patchi.
| void read | ( | const dictionary & | thermoDict | ) |