Combustion mixture for homogeneous 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 | |
| homogeneousMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| homogeneousMixture (const homogeneousMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~homogeneousMixture () |
| Destructor. More... | |
| scalar | fres (const scalarFieldListSlice &Y) const |
| Return the residual fraction of fuel in the burnt mixture. More... | |
| const thermoType & | mixture (const scalar) const |
| Return the mixture for the given composition. More... | |
| const thermoMixtureType & | thermoMixture (const scalarFieldListSlice &) const |
| Return the mixture for thermodynamic properties. More... | |
| const transportMixtureType & | transportMixture (const scalarFieldListSlice &) const |
| Return the mixture for transport properties. More... | |
| const transportMixtureType & | transportMixture (const scalarFieldListSlice &, 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 homogeneousMixture< 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 homogeneous lean, stoichiometric or rich conditions.
in which the regress variable b defines the composition.
Definition at line 52 of file homogeneousMixture.H.
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 59 of file homogeneousMixture.H.
| typedef ThermoType thermoMixtureType |
Mixing type for thermodynamic properties.
Definition at line 62 of file homogeneousMixture.H.
| typedef ThermoType transportMixtureType |
Mixing type for transport properties.
Definition at line 65 of file homogeneousMixture.H.
| homogeneousMixture | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 31 of file homogeneousMixture.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 100 of file homogeneousMixture.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 107 of file homogeneousMixture.H.
|
inlinestatic |
Return the specie names.
Definition at line 113 of file homogeneousMixture.H.
|
inline |
Return the residual fraction of fuel in the burnt mixture.
Definition at line 119 of file homogeneousMixture.H.
| const ThermoType & mixture | ( | const scalar | b | ) | const |
Return the mixture for the given composition.
Definition at line 45 of file homogeneousMixture.C.
References b.
| const Foam::homogeneousMixture< ThermoType >::thermoMixtureType & thermoMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for thermodynamic properties.
Definition at line 70 of file homogeneousMixture.C.
References Foam::saturationModels::B, and Y.
| const Foam::homogeneousMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for transport properties.
Definition at line 81 of file homogeneousMixture.C.
References Foam::saturationModels::B, and Y.
| const Foam::homogeneousMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | , |
| const thermoMixtureType & | mixture | ||
| ) | const |
Return the mixture for transport properties.
Definition at line 92 of file homogeneousMixture.C.
| const Foam::homogeneousMixture< ThermoType >::thermoType & reactants | ( | const scalarFieldListSlice & | Y | ) | const |
Return the reactant mixture.
Definition at line 104 of file homogeneousMixture.C.
| const Foam::homogeneousMixture< ThermoType >::thermoType & products | ( | const scalarFieldListSlice & | Y | ) | const |
Return the product mixture.
Definition at line 115 of file homogeneousMixture.C.
|
inline |
Reset the mixture to an unburnt state not implemented.
Definition at line 153 of file homogeneousMixture.H.
References NotImplemented.
| void read | ( | const dictionary & | dict | ) |
Read dictionary.
Definition at line 125 of file homogeneousMixture.C.
References dict, and dictionary::subDict().

|
delete |
Disallow default bitwise assignment.