Foam::veryInhomogeneousMixture. More...
#include <reactionThermophysicalModels/veryInhomogeneousMixture.H>
Foam::veryInhomogeneousMixture.
Definition at line 50 of file veryInhomogeneousMixture.H.
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. | |
![]() | |
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 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.
|
inlinevirtual |
Destructor.
Definition at line 93 of file veryInhomogeneousMixture.H.
|
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, and stoicRatio().
Referenced by veryInhomogeneousMixture< ThermoType >::cellMixture(), veryInhomogeneousMixture< ThermoType >::cellProducts(), veryInhomogeneousMixture< ThermoType >::cellReactants(), veryInhomogeneousMixture< ThermoType >::patchFaceMixture(), veryInhomogeneousMixture< ThermoType >::patchFaceProducts(), and veryInhomogeneousMixture< ThermoType >::patchFaceReactants().
|
inline |
Definition at line 106 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 112 of file veryInhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), veryInhomogeneousMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 124 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 130 of file veryInhomogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), veryInhomogeneousMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 142 of file veryInhomogeneousMixture.H.
References basicMultiComponentMixture::fres(), ft, veryInhomogeneousMixture< ThermoType >::mixture(), and veryInhomogeneousMixture< ThermoType >::stoicRatio().
|
inline |
void read | ( | const dictionary & | thermoDict | ) |
Read dictionary.
Definition at line 95 of file veryInhomogeneousMixture.C.
References dictionary::lookup().