Combustion mixture for inhomogeneous lean, stoichiometric or rich conditions. More...
Public Types | |
| typedef ThermoType | thermoType |
| The type of thermodynamics this mixture is instantiated for. More... | |
| typedef ThermoType | thermoMixtureType |
| Mixing type for thermodynamic properties. More... | |
| typedef ThermoType | transportMixtureType |
| Mixing type for transport properties. More... | |
Public Member Functions | |
| inhomogeneousMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| inhomogeneousMixture (const inhomogeneousMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~inhomogeneousMixture () |
| Destructor. More... | |
| scalar | fres (const scalarFieldListSlice &Y) const |
| Return the residual fraction of fuel in the burnt mixture. More... | |
| const thermoType & | mixture (const scalar ft, const scalar fu) const |
| Return the mixture for the given composition. More... | |
| const thermoMixtureType & | thermoMixture (const scalarFieldListSlice &Y) const |
| Return the mixture for thermodynamic properties. More... | |
| const transportMixtureType & | transportMixture (const scalarFieldListSlice &Y) const |
| Return the mixture for transport properties. More... | |
| const transportMixtureType & | transportMixture (const scalarFieldListSlice &Y, const thermoMixtureType &) const |
| Return the mixture for transport properties. More... | |
| const thermoType & | reactants (const scalarFieldListSlice &) const |
| Return the reactant mixture. More... | |
| const thermoType & | products (const scalarFieldListSlice &) const |
| Return the product mixture. More... | |
| void | reset (PtrList< volScalarField > &Y) const |
| Reset the mixture to an unburnt state not implemented. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| void | operator= (const inhomogeneousMixture< ThermoType > &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
| static wordList | specieNames () |
| Return the specie names. More... | |
Combustion mixture for inhomogeneous lean, stoichiometric or rich conditions.
in which the mixture-fraction ft and fuel mass-fraction fu define the composition.
Definition at line 53 of file inhomogeneousMixture.H.
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 60 of file inhomogeneousMixture.H.
| typedef ThermoType thermoMixtureType |
Mixing type for thermodynamic properties.
Definition at line 63 of file inhomogeneousMixture.H.
| typedef ThermoType transportMixtureType |
Mixing type for transport properties.
Definition at line 66 of file inhomogeneousMixture.H.
| inhomogeneousMixture | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 31 of file inhomogeneousMixture.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 110 of file inhomogeneousMixture.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 117 of file inhomogeneousMixture.H.
|
inlinestatic |
Return the specie names.
Definition at line 123 of file inhomogeneousMixture.H.
| Foam::scalar fres | ( | const scalarFieldListSlice & | Y | ) | const |
Return the residual fraction of fuel in the burnt mixture.
Definition at line 47 of file inhomogeneousMixture.C.
References Foam::max(), and Y.

| const ThermoType & mixture | ( | const scalar | ft, |
| const scalar | fu | ||
| ) | const |
Return the mixture for the given composition.
Definition at line 57 of file inhomogeneousMixture.C.
| const Foam::inhomogeneousMixture< ThermoType >::thermoMixtureType & thermoMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for thermodynamic properties.
Definition at line 83 of file inhomogeneousMixture.C.
References Y.
| const Foam::inhomogeneousMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for transport properties.
Definition at line 94 of file inhomogeneousMixture.C.
References Y.
| const Foam::inhomogeneousMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | Y, |
| const thermoMixtureType & | mixture | ||
| ) | const |
Return the mixture for transport properties.
Definition at line 105 of file inhomogeneousMixture.C.
| const Foam::inhomogeneousMixture< ThermoType >::thermoType & reactants | ( | const scalarFieldListSlice & | Y | ) | const |
| const Foam::inhomogeneousMixture< ThermoType >::thermoType & products | ( | const scalarFieldListSlice & | Y | ) | const |
|
inline |
Reset the mixture to an unburnt state not implemented.
Definition at line 160 of file inhomogeneousMixture.H.
References NotImplemented.
| void read | ( | const dictionary & | dict | ) |
Read dictionary.
Definition at line 138 of file inhomogeneousMixture.C.
References dict, Foam::dimless, and dictionary::subDict().

|
delete |
Disallow default bitwise assignment.