Foam::veryInhomogeneousMixture. More...
#include <reactionThermophysicalModels/veryInhomogeneousMixture.H>
Foam::veryInhomogeneousMixture.
Definition at line 50 of file veryInhomogeneousMixture.H.
Inheritance diagram for veryInhomogeneousMixture< ThermoType >:
Collaboration diagram for veryInhomogeneousMixture< ThermoType >:Public Types | |
| typedef ThermoType | thermoType |
| The type of thermodynamics this mixture is instantiated for.
| |
Public Member Functions | |
| veryInhomogeneousMixture (const dictionary &, const fvMesh &) | |
| Construct from dictionary and mesh.
| |
| virtual | ~veryInhomogeneousMixture () |
| 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 83 of file veryInhomogeneousMixture.H.
| veryInhomogeneousMixture | ( | const dictionary & | thermoDict, |
| const fvMesh & | mesh | ||
| ) |
Construct from dictionary and mesh.
Definition at line 40 of file veryInhomogeneousMixture.C.
| virtual ~veryInhomogeneousMixture | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 93 of file veryInhomogeneousMixture.H.
| const dimensionedScalar& stoicRatio | ( | ) | const [inline]
|
Definition at line 99 of file veryInhomogeneousMixture.H.
Referenced by veryInhomogeneousMixture< ThermoType >::cellProducts(), and veryInhomogeneousMixture< ThermoType >::patchFaceProducts().
| const ThermoType & mixture | ( | const scalar | ft, |
| const scalar | fu | ||
| ) | const |
Definition at line 70 of file veryInhomogeneousMixture.C.
References fu, stoicRatio(), and dimensioned< Type >::value().
Referenced by veryInhomogeneousMixture< ThermoType >::cellMixture(), veryInhomogeneousMixture< ThermoType >::cellProducts(), veryInhomogeneousMixture< ThermoType >::cellReactants(), veryInhomogeneousMixture< ThermoType >::patchFaceMixture(), veryInhomogeneousMixture< ThermoType >::patchFaceProducts(), and veryInhomogeneousMixture< ThermoType >::patchFaceReactants().
| const ThermoType& cellMixture | ( | const label | celli ) | const [inline]
|
Definition at line 106 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
| const ThermoType& patchFaceMixture | ( | const label | patchi, |
| const label | facei | ||
| ) | const [inline]
|
Definition at line 112 of file veryInhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and veryInhomogeneousMixture< ThermoType >::mixture().
| const ThermoType& cellReactants | ( | const label | celli ) | const [inline]
|
Definition at line 124 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
| const ThermoType& patchFaceReactants | ( | const label | patchi, |
| const label | facei | ||
| ) | const [inline]
|
Definition at line 130 of file veryInhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and veryInhomogeneousMixture< ThermoType >::mixture().
| const ThermoType& cellProducts | ( | const label | celli ) | const [inline]
|
Definition at line 142 of file veryInhomogeneousMixture.H.
References basicMultiComponentMixture::fres(), ft, veryInhomogeneousMixture< ThermoType >::mixture(), and veryInhomogeneousMixture< ThermoType >::stoicRatio().
| const ThermoType& patchFaceProducts | ( | const label | patchi, |
| const label | facei | ||
| ) | const [inline]
|
| void read | ( | const dictionary & | thermoDict ) |
Read dictionary.
Definition at line 95 of file veryInhomogeneousMixture.C.
References dictionary::lookup().