Foam::inhomogeneousMixture. More...
#include <reactionThermophysicalModels/inhomogeneousMixture.H>
Definition at line 50 of file inhomogeneousMixture.H.
Public Types | |
typedef ThermoType | thermoType |
The type of thermodynamics this mixture is instantiated for.
| |
Public Member Functions | |
inhomogeneousMixture (const dictionary &, const fvMesh &) | |
Construct from dictionary and mesh.
| |
virtual | ~inhomogeneousMixture () |
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 80 of file inhomogeneousMixture.H.
inhomogeneousMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh | ||
) |
Construct from dictionary and mesh.
Definition at line 40 of file inhomogeneousMixture.C.
virtual ~inhomogeneousMixture | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 90 of file inhomogeneousMixture.H.
const dimensionedScalar& stoicRatio | ( | ) | const [inline]
|
Definition at line 96 of file inhomogeneousMixture.H.
const ThermoType & mixture | ( | const scalar | ft, |
const scalar | b | ||
) | const |
Definition at line 69 of file inhomogeneousMixture.C.
References b, fu, stoicRatio(), and dimensioned< Type >::value().
Referenced by inhomogeneousMixture< ThermoType >::cellMixture(), inhomogeneousMixture< ThermoType >::cellProducts(), inhomogeneousMixture< ThermoType >::cellReactants(), inhomogeneousMixture< ThermoType >::patchFaceMixture(), inhomogeneousMixture< ThermoType >::patchFaceProducts(), and inhomogeneousMixture< ThermoType >::patchFaceReactants().
const ThermoType& cellMixture | ( | const label | celli ) | const [inline]
|
Definition at line 103 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
const ThermoType& patchFaceMixture | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 109 of file inhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
const ThermoType& cellReactants | ( | const label | celli ) | const [inline]
|
Definition at line 121 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
const ThermoType& patchFaceReactants | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 127 of file inhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
const ThermoType& cellProducts | ( | const label | celli ) | const [inline]
|
Definition at line 139 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
const ThermoType& patchFaceProducts | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 145 of file inhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
void read | ( | const dictionary & | thermoDict ) |
Read dictionary.
Definition at line 94 of file inhomogeneousMixture.C.
References dictionary::lookup().