The inhomogeneous mixture contains species ("ft", "b"). More...
Public Types | |
typedef ThermoType | thermoType |
![]() | |
typedef basicCombustionMixture | basicMixtureType |
![]() | |
typedef basicSpecieMixture | basicMixtureType |
![]() | |
typedef basicMultiComponentMixture | basicMixtureType |
![]() | |
typedef basicMixture | basicMixtureType |
Public Member Functions | |
inhomogeneousMixture (const dictionary &thermoDict, const fvMesh &mesh, const word &phaseName) | |
virtual | ~inhomogeneousMixture ()=default |
const dimensionedScalar & | stoicRatio () const |
const ThermoType & | mixture (const scalar, const scalar) const |
const ThermoType & | cellMixture (const label celli) const |
const ThermoType & | cellVolMixture (const scalar p, const scalar T, const label celli) const |
const ThermoType & | patchFaceMixture (const label patchi, const label facei) const |
const ThermoType & | patchFaceVolMixture (const scalar p, const scalar T, 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 &) |
const ThermoType & | getLocalThermo (const label speciei) const |
![]() | |
TypeName ("basicCombustionMixture") | |
basicCombustionMixture (const dictionary &thermoDict, const wordList &specieNames, const fvMesh &mesh, const word &phaseName) | |
virtual | ~basicCombustionMixture ()=default |
scalar | fres (const scalar ft, const scalar stoicRatio) const |
tmp< volScalarField > | fres (const volScalarField &ft, const dimensionedScalar &stoicRatio) const |
![]() | |
TypeName ("basicSpecieMixture") | |
basicSpecieMixture (const dictionary &thermoDict, const wordList &specieNames, const fvMesh &mesh, const word &phaseName) | |
virtual | ~basicSpecieMixture ()=default |
virtual scalar | W (const label speciei) const =0 |
virtual scalar | Hc (const label speciei) const =0 |
virtual scalar | Cp (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | Cv (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | HE (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | Ha (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | Hs (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | S (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | Es (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | G (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | A (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | mu (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | kappa (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | alphah (const label speciei, const scalar p, const scalar T) const =0 |
virtual scalar | rho (const label speciei, const scalar p, const scalar T) const =0 |
virtual autoPtr< speciesCompositionTable > | specieComposition () const |
![]() | |
TypeName ("basicMultiComponentMixture") | |
basicMultiComponentMixture (const dictionary &thermoDict, const wordList &specieNames, const fvMesh &mesh, const word &phaseName) | |
virtual | ~basicMultiComponentMixture ()=default |
const speciesTable & | species () const |
bool | contains (const word &specieName) const |
bool | active (label speciei) const |
const List< bool > & | active () const |
void | setActive (label speciei) |
void | setInactive (label speciei) |
PtrList< volScalarField > & | Y () |
const PtrList< volScalarField > & | Y () const |
volScalarField & | Y (const label i) |
const volScalarField & | Y (const label i) const |
volScalarField & | Y (const word &specieName) |
const volScalarField & | Y (const word &specieName) const |
![]() | |
basicMixture (const dictionary &, const fvMesh &, const word &) | |
Static Public Member Functions | |
static word | typeName () |
Additional Inherited Members | |
![]() | |
speciesTable | species_ |
List< bool > | active_ |
PtrList< volScalarField > | Y_ |
The inhomogeneous mixture contains species ("ft", "b").
Definition at line 51 of file inhomogeneousMixture.H.
typedef ThermoType thermoType |
Definition at line 81 of file inhomogeneousMixture.H.
inhomogeneousMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh, | ||
const word & | phaseName | ||
) |
Definition at line 28 of file inhomogeneousMixture.C.
|
virtualdefault |
|
inlinestatic |
Definition at line 102 of file inhomogeneousMixture.H.
|
inline |
Definition at line 107 of file inhomogeneousMixture.H.
const ThermoType & mixture | ( | const scalar | ft, |
const scalar | b | ||
) | const |
Definition at line 59 of file inhomogeneousMixture.C.
References Foam::constant::physicoChemical::b, and dimensioned::value().
Referenced by inhomogeneousMixture< ThermoType >::cellMixture(), inhomogeneousMixture< ThermoType >::cellProducts(), inhomogeneousMixture< ThermoType >::cellReactants(), inhomogeneousMixture< ThermoType >::cellVolMixture(), inhomogeneousMixture< ThermoType >::patchFaceMixture(), inhomogeneousMixture< ThermoType >::patchFaceProducts(), inhomogeneousMixture< ThermoType >::patchFaceReactants(), and inhomogeneousMixture< ThermoType >::patchFaceVolMixture().
|
inline |
Definition at line 114 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 120 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 130 of file inhomogeneousMixture.H.
References GeometricField::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 143 of file inhomogeneousMixture.H.
References GeometricField::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 157 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 163 of file inhomogeneousMixture.H.
References GeometricField::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 175 of file inhomogeneousMixture.H.
References inhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 181 of file inhomogeneousMixture.H.
References GeometricField::boundaryField(), and inhomogeneousMixture< ThermoType >::mixture().
void read | ( | const dictionary & | thermoDict | ) |
Definition at line 84 of file inhomogeneousMixture.C.
References thermoDict.
const ThermoType & getLocalThermo | ( | const label | speciei | ) | const |
Definition at line 96 of file inhomogeneousMixture.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.