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. | |
![]() | |
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 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.
|
inlinevirtual |
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().
|
inline |
Definition at line 92 of file homogeneousMixture.H.
References homogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 98 of file homogeneousMixture.H.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), homogeneousMixture< ThermoType >::mixture(), and patchi.
|
inline |
Definition at line 106 of file homogeneousMixture.H.
|
inline |
Definition at line 111 of file homogeneousMixture.H.
|
inline |
Definition at line 116 of file homogeneousMixture.H.
|
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().