Specialization of the basicSpecieMixture for combustion. More...
Public Types | |
typedef basicCombustionMixture | basicMixtureType |
![]() | |
typedef basicSpecieMixture | basicMixtureType |
![]() | |
typedef basicMultiComponentMixture | basicMixtureType |
![]() | |
typedef basicMixture | basicMixtureType |
Public Member Functions | |
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 &) | |
Additional Inherited Members | |
![]() | |
speciesTable | species_ |
List< bool > | active_ |
PtrList< volScalarField > | Y_ |
Specialization of the basicSpecieMixture for combustion.
Definition at line 49 of file basicCombustionMixture.H.
Definition at line 61 of file basicCombustionMixture.H.
basicCombustionMixture | ( | const dictionary & | thermoDict, |
const wordList & | specieNames, | ||
const fvMesh & | mesh, | ||
const word & | phaseName | ||
) |
Definition at line 34 of file basicCombustionMixture.C.
|
virtualdefault |
TypeName | ( | "basicCombustionMixture" | ) |
|
inline |
Definition at line 22 of file basicCombustionMixtureI.H.
References Foam::max().
Referenced by veryInhomogeneousMixture< ThermoType >::cellProducts(), and veryInhomogeneousMixture< ThermoType >::patchFaceProducts().
|
inline |
Definition at line 32 of file basicCombustionMixtureI.H.
References Foam::max(), and dimensioned::value().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.