Templated unburnt gas 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 | |
| UHomogeneousMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| UHomogeneousMixture (const UHomogeneousMixture< 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 UHomogeneousMixture< ThermoType > &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from uHomogeneousMixture | |
| ClassName ("uHomogeneous") | |
| Runtime type information. More... | |
| uHomogeneousMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| uHomogeneousMixture (const uHomogeneousMixture &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~uHomogeneousMixture () |
| Destructor. 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 | Phi (const scalarFieldListSlice &Yu) const |
| Return the fuel-oxidant equivalence ratio. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| void | operator= (const uHomogeneousMixture &)=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 uHomogeneousMixture | |
| scalar | Phi_ |
| Return the fuel-oxidant equivalence ratio. More... | |
Templated unburnt gas mixture for homogeneous lean, stoichiometric or rich conditions.
Definition at line 53 of file UHomogeneousMixture.H.
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 62 of file UHomogeneousMixture.H.
| typedef ThermoType thermoMixtureType |
Mixing type for thermodynamic properties.
Definition at line 65 of file UHomogeneousMixture.H.
| typedef ThermoType transportMixtureType |
Mixing type for transport properties.
Definition at line 68 of file UHomogeneousMixture.H.
| UHomogeneousMixture | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 31 of file UHomogeneousMixture.C.
|
delete |
Disallow default bitwise copy construction.
Return the instantiated type name.
Definition at line 93 of file UHomogeneousMixture.H.
References Foam::typeName().

|
inline |
Definition at line 100 of file UHomogeneousMixture.H.
|
inline |
Return the mixture for thermodynamic properties.
Definition at line 106 of file UHomogeneousMixture.H.
|
inline |
Return the mixture for transport properties.
Definition at line 115 of file UHomogeneousMixture.H.
|
inline |
Return the mixture for transport properties.
Definition at line 124 of file UHomogeneousMixture.H.
| void read | ( | const dictionary & | dict | ) |
Read dictionary.
Definition at line 44 of file UHomogeneousMixture.C.
References dict, uHomogeneousMixture::read(), and dictionary::subDict().

|
delete |
Disallow default bitwise assignment.