The very inhomogeneous mixture contains species ("ft", "fu", "b"). More...
Public Types | |
typedef ThermoType | thermoType |
![]() | |
typedef basicCombustionMixture | basicMixtureType |
![]() | |
typedef basicSpecieMixture | basicMixtureType |
![]() | |
typedef basicMultiComponentMixture | basicMixtureType |
![]() | |
typedef basicMixture | basicMixtureType |
Public Member Functions | |
veryInhomogeneousMixture (const dictionary &thermoDict, const fvMesh &mesh, const word &phaseName) | |
virtual | ~veryInhomogeneousMixture ()=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 very inhomogeneous mixture contains species ("ft", "fu", "b").
Definition at line 51 of file veryInhomogeneousMixture.H.
typedef ThermoType thermoType |
Definition at line 84 of file veryInhomogeneousMixture.H.
veryInhomogeneousMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh, | ||
const word & | phaseName | ||
) |
Definition at line 28 of file veryInhomogeneousMixture.C.
|
virtualdefault |
|
inlinestatic |
Definition at line 105 of file veryInhomogeneousMixture.H.
|
inline |
Definition at line 110 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 60 of file veryInhomogeneousMixture.C.
Referenced by veryInhomogeneousMixture< ThermoType >::cellMixture(), veryInhomogeneousMixture< ThermoType >::cellProducts(), veryInhomogeneousMixture< ThermoType >::cellReactants(), veryInhomogeneousMixture< ThermoType >::cellVolMixture(), veryInhomogeneousMixture< ThermoType >::patchFaceMixture(), veryInhomogeneousMixture< ThermoType >::patchFaceProducts(), veryInhomogeneousMixture< ThermoType >::patchFaceReactants(), and veryInhomogeneousMixture< ThermoType >::patchFaceVolMixture().
|
inline |
Definition at line 117 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 123 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 133 of file veryInhomogeneousMixture.H.
References GeometricField::boundaryField(), and veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 146 of file veryInhomogeneousMixture.H.
References GeometricField::boundaryField(), and veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 161 of file veryInhomogeneousMixture.H.
References veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 167 of file veryInhomogeneousMixture.H.
References GeometricField::boundaryField(), and veryInhomogeneousMixture< ThermoType >::mixture().
|
inline |
Definition at line 179 of file veryInhomogeneousMixture.H.
References basicCombustionMixture::fres(), veryInhomogeneousMixture< ThermoType >::mixture(), and veryInhomogeneousMixture< ThermoType >::stoicRatio().
|
inline |
Definition at line 186 of file veryInhomogeneousMixture.H.
References GeometricField::boundaryField(), basicCombustionMixture::fres(), veryInhomogeneousMixture< ThermoType >::mixture(), and veryInhomogeneousMixture< ThermoType >::stoicRatio().
void read | ( | const dictionary & | thermoDict | ) |
Definition at line 85 of file veryInhomogeneousMixture.C.
References thermoDict.
const ThermoType & getLocalThermo | ( | const label | speciei | ) | const |
Definition at line 97 of file veryInhomogeneousMixture.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.