#include <reactionThermophysicalModels/dieselMixture.H>
Definition at line 50 of file dieselMixture.H.
Public Types | |
typedef ThermoType | thermoType |
The type of thermodynamics this mixture is instantiated for. |
Public Member Functions | |
dieselMixture (const dictionary &, const fvMesh &) | |
Construct from dictionary and mesh. | |
virtual | ~dieselMixture () |
Destructor. | |
const dimensionedScalar & | stoicRatio () const |
const ThermoType & | mixture (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. | |
![]() | |
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 | |
![]() | |
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 77 of file dieselMixture.H.
dieselMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh | ||
) |
Construct from dictionary and mesh.
Definition at line 39 of file dieselMixture.C.
|
inlinevirtual |
Destructor.
Definition at line 87 of file dieselMixture.H.
|
inline |
Definition at line 93 of file dieselMixture.H.
Referenced by dieselMixture< ThermoType >::cellProducts(), and dieselMixture< ThermoType >::patchFaceProducts().
const ThermoType & mixture | ( | const scalar | ft, |
const scalar | fu | ||
) | const |
Definition at line 68 of file dieselMixture.C.
References fu, and stoicRatio().
Referenced by dieselMixture< ThermoType >::cellMixture(), dieselMixture< ThermoType >::cellProducts(), dieselMixture< ThermoType >::cellReactants(), dieselMixture< ThermoType >::patchFaceMixture(), dieselMixture< ThermoType >::patchFaceProducts(), and dieselMixture< ThermoType >::patchFaceReactants().
|
inline |
Definition at line 100 of file dieselMixture.H.
References dieselMixture< ThermoType >::mixture().
|
inline |
Definition at line 106 of file dieselMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dieselMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 118 of file dieselMixture.H.
References dieselMixture< ThermoType >::mixture().
|
inline |
Definition at line 124 of file dieselMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), dieselMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 136 of file dieselMixture.H.
References basicMultiComponentMixture::fres(), ft, dieselMixture< ThermoType >::mixture(), and dieselMixture< ThermoType >::stoicRatio().
|
inline |
Definition at line 143 of file dieselMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicMultiComponentMixture::fres(), ft, dieselMixture< ThermoType >::mixture(), patchi, and dieselMixture< ThermoType >::stoicRatio().
void read | ( | const dictionary & | thermoDict | ) |