Foam::homogeneousMixture. More...
#include <reactionThermophysicalModels/homogeneousMixture.H>
Definition at line 50 of file homogeneousMixture.H.
Public Types | |
typedef ThermoType | thermoType |
The type of thermodynamics this mixture is instantiated for.
| |
Public Member Functions | |
homogeneousMixture (const dictionary &, const fvMesh &) | |
Construct from dictionary and mesh.
| |
virtual | ~homogeneousMixture () |
Destructor.
| |
const ThermoType & | mixture (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) const |
const ThermoType & | patchFaceReactants (const label, const label) const |
const ThermoType & | cellProducts (const label) const |
const ThermoType & | patchFaceProducts (const label, const label) const |
void | read (const dictionary &) |
Read dictionary.
|
typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 74 of file homogeneousMixture.H.
homogeneousMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh | ||
) |
Construct from dictionary and mesh.
Definition at line 39 of file homogeneousMixture.C.
virtual ~homogeneousMixture | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 84 of file homogeneousMixture.H.
const ThermoType & mixture | ( | const scalar | b ) | const |
Definition at line 62 of file homogeneousMixture.C.
References b.
Referenced by homogeneousMixture< ThermoType >::cellMixture(), and homogeneousMixture< ThermoType >::patchFaceMixture().
const ThermoType& cellMixture | ( | const label | celli ) | const [inline]
|
Definition at line 92 of file homogeneousMixture.H.
References homogeneousMixture< ThermoType >::mixture().
const ThermoType& patchFaceMixture | ( | const label | patchi, |
const label | facei | ||
) | const [inline]
|
Definition at line 98 of file homogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), and homogeneousMixture< ThermoType >::mixture().
const ThermoType& cellReactants | ( | const | label ) | const [inline]
|
Definition at line 106 of file homogeneousMixture.H.
const ThermoType& patchFaceReactants | ( | const | label, |
const | label | ||
) | const [inline]
|
Definition at line 111 of file homogeneousMixture.H.
const ThermoType& cellProducts | ( | const | label ) | const [inline]
|
Definition at line 116 of file homogeneousMixture.H.
const ThermoType& patchFaceProducts | ( | const | label, |
const | label | ||
) | const [inline]
|
Definition at line 121 of file homogeneousMixture.H.
void read | ( | const dictionary & | thermoDict ) |
Read dictionary.
Definition at line 85 of file homogeneousMixture.C.
References dictionary::lookup().