#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.
|
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.
virtual ~dieselMixture | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 87 of file dieselMixture.H.
const dimensionedScalar& stoicRatio | ( | ) | const [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, stoicRatio(), and dimensioned< Type >::value().
Referenced by dieselMixture< ThermoType >::cellMixture(), dieselMixture< ThermoType >::cellProducts(), dieselMixture< ThermoType >::cellReactants(), dieselMixture< ThermoType >::patchFaceMixture(), dieselMixture< ThermoType >::patchFaceProducts(), and dieselMixture< ThermoType >::patchFaceReactants().
const ThermoType& cellMixture | ( | const label | celli ) | const [inline]
|
Definition at line 100 of file dieselMixture.H.
References dieselMixture< ThermoType >::mixture().
const ThermoType& patchFaceMixture | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 106 of file dieselMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and dieselMixture< ThermoType >::mixture().
const ThermoType& cellReactants | ( | const label | celli ) | const [inline]
|
Definition at line 118 of file dieselMixture.H.
References dieselMixture< ThermoType >::mixture().
const ThermoType& patchFaceReactants | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 124 of file dieselMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and dieselMixture< ThermoType >::mixture().
const ThermoType& cellProducts | ( | const label | celli ) | const [inline]
|
Definition at line 136 of file dieselMixture.H.
References basicMultiComponentMixture::fres(), ft, dieselMixture< ThermoType >::mixture(), and dieselMixture< ThermoType >::stoicRatio().
const ThermoType& patchFaceProducts | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 143 of file dieselMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicMultiComponentMixture::fres(), ft, dieselMixture< ThermoType >::mixture(), and dieselMixture< ThermoType >::stoicRatio().
void read | ( | const dictionary & | thermoDict ) |