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. | |
![]() | |
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 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.
|
inlinevirtual |
Destructor.
Definition at line 90 of file inhomogeneousMixture.H.
|
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, and stoicRatio().
Referenced by inhomogeneousMixture< ThermoType >::cellMixture(), inhomogeneousMixture< ThermoType >::cellProducts(), inhomogeneousMixture< ThermoType >::cellReactants(), inhomogeneousMixture< ThermoType >::patchFaceMixture(), inhomogeneousMixture< ThermoType >::patchFaceProducts(), and inhomogeneousMixture< ThermoType >::patchFaceReactants().
|
inline |
Definition at line 103 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 109 of file inhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), inhomogeneousMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 121 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 127 of file inhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), inhomogeneousMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 139 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 145 of file inhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), inhomogeneousMixture< ThermoType >::mixture(), and patchi.
void read | ( | const dictionary & | thermoDict | ) |
Read dictionary.
Definition at line 94 of file inhomogeneousMixture.C.
References dictionary::lookup().