Thermophysical properties mixing class which applies mass-fraction weighted mixing to thermodynamic properties and mole-fraction weighted mixing to transport properties. More...


Classes | |
| class | thermoMixtureType |
| Mixing type for thermodynamic properties. More... | |
| class | transportMixtureType |
| Mixing type for transport properties. More... | |
Public Member Functions | |
| valueMulticomponentMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| valueMulticomponentMixture (const valueMulticomponentMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~valueMulticomponentMixture () |
| Destructor. 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... | |
Public Member Functions inherited from multicomponentMixture< ThermoType > | |
| multicomponentMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| multicomponentMixture (const multicomponentMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~multicomponentMixture () |
| Destructor. More... | |
| wordList | specieNames () const |
| Return the specie names. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| const PtrList< ThermoType > & | specieThermos () const |
| Return the raw specie thermodynamic data. More... | |
| const ThermoType & | specieThermo (const label speciei) const |
| Return thermo based on index. More... | |
| const List< specieElement > & | specieComposition (const label speciei) const |
| Return composition based on index. More... | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Additional Inherited Members | |
Public Types inherited from multicomponentMixture< ThermoType > | |
| typedef ThermoType | thermoType |
| The type of thermodynamics this mixture is instantiated for. More... | |
Thermophysical properties mixing class which applies mass-fraction weighted mixing to thermodynamic properties and mole-fraction weighted mixing to transport properties.
Definition at line 52 of file valueMulticomponentMixture.H.
| valueMulticomponentMixture | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 107 of file valueMulticomponentMixture.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 228 of file valueMulticomponentMixture.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 235 of file valueMulticomponentMixture.H.
| const Foam::valueMulticomponentMixture< ThermoType >::thermoMixtureType & thermoMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for thermodynamic properties.
Definition at line 247 of file valueMulticomponentMixture.C.
| const Foam::valueMulticomponentMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | Y | ) | const |
Return the mixture for transport properties.
Definition at line 264 of file valueMulticomponentMixture.C.
| const Foam::valueMulticomponentMixture< ThermoType >::transportMixtureType & transportMixture | ( | const scalarFieldListSlice & | Y, |
| const thermoMixtureType & | |||
| ) | const |
Return the mixture for transport properties.
Definition at line 289 of file valueMulticomponentMixture.C.
References Y.