Templated unburnt gas 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 Types inherited from uInhomogeneousMixture | |
| enum | species { FU } |
| Specie indices. More... | |
Public Member Functions | |
| UInhomogeneousMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| UInhomogeneousMixture (const UInhomogeneousMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| const ThermoType & | specieThermo (const label speciei) const |
| 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... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| void | operator= (const UInhomogeneousMixture< ThermoType > &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from uInhomogeneousMixture | |
| ClassName ("uInhomogeneous") | |
| Runtime type information. More... | |
| uInhomogeneousMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| uInhomogeneousMixture (const uInhomogeneousMixture &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual const word & | mixtureType () const |
| Return the mixture type name. More... | |
| const speciesTable & | species () const |
| Return the table of species. More... | |
| const boolList & | speciesActive () const |
| Access the specie active flags. More... | |
| boolList & | speciesActive () |
| Access the specie active flags. More... | |
| scalar | stoicRatio () const |
| Return the stoichiometric air/fuel ratio. More... | |
| scalar | Phi (const scalarFieldListSlice &Yu) const |
| Return the fuel-oxidant equivalence ratio. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| void | operator= (const uInhomogeneousMixture &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from uMixture | |
| uMixture () | |
| Construct. More... | |
| uMixture (const uMixture &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~uMixture () |
| Destructor. More... | |
| void | operator= (const uMixture &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Additional Inherited Members | |
Protected Attributes inherited from uInhomogeneousMixture | |
| speciesTable | species_ |
| Table of specie names. More... | |
| scalar | stoicRatio_ |
| Stoichiometric air/fuel ratio. More... | |
| boolList | active_ |
| List of specie active flags. More... | |
Templated unburnt gas combustion mixture for inhomogeneous lean, stoichiometric or rich conditions.
in which the fuel mass-fraction fu defines the composition.
Definition at line 55 of file UInhomogeneousMixture.H.
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 64 of file UInhomogeneousMixture.H.
| typedef ThermoType thermoMixtureType |
Mixing type for thermodynamic properties.
Definition at line 67 of file UInhomogeneousMixture.H.
| typedef ThermoType transportMixtureType |
Mixing type for transport properties.
Definition at line 70 of file UInhomogeneousMixture.H.
| UInhomogeneousMixture | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 31 of file UInhomogeneousMixture.C.
|
delete |
Disallow default bitwise copy construction.
Return the instantiated type name.
Definition at line 113 of file UInhomogeneousMixture.H.
References Foam::typeName().

|
inline |
Definition at line 120 of file UInhomogeneousMixture.H.
| const Foam::UInhomogeneousMixture< ThermoType >::thermoMixtureType & thermoMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for thermodynamic properties.
Definition at line 69 of file UInhomogeneousMixture.C.
References Y.
| const Foam::UInhomogeneousMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for transport properties.
Definition at line 80 of file UInhomogeneousMixture.C.
References Y.
| const Foam::UInhomogeneousMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | , |
| const thermoMixtureType & | mixture | ||
| ) | const |
Return the mixture for transport properties.
Definition at line 91 of file UInhomogeneousMixture.C.
| void read | ( | const dictionary & | dict | ) |
Read dictionary.
Definition at line 102 of file UInhomogeneousMixture.C.
References dict, uInhomogeneousMixture::read(), and dictionary::subDict().

|
delete |
Disallow default bitwise assignment.