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 | |
| zonalMixture (const dictionary &) | |
| Construct from a dictionary. More... | |
| zonalMixture (const zonalMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| const hashedWordList & | zones () const |
| Return the table of zones. More... | |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| const PtrList< ThermoType > & | zoneThermos () const |
| Return the raw zone thermodynamic data. More... | |
| const ThermoType & | zoneThermo (const label zonei) const |
| Return thermo based on index. More... | |
| const thermoMixtureType & | thermoMixture (const label zonei) const |
| Return the mixture for thermodynamic properties. More... | |
| const transportMixtureType & | transportMixture (const label zonei) const |
| Return the mixture for transport properties. More... | |
| const transportMixtureType & | transportMixture (const label zonei, const thermoMixtureType &) const |
| Return the mixture for transport properties. More... | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Definition at line 50 of file zonalMixture.H.
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 57 of file zonalMixture.H.
| typedef ThermoType thermoMixtureType |
Mixing type for thermodynamic properties.
Definition at line 60 of file zonalMixture.H.
| typedef ThermoType transportMixtureType |
Mixing type for transport properties.
Definition at line 63 of file zonalMixture.H.
| zonalMixture | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 32 of file zonalMixture.C.
References dict, and zonalMixture< ThermoType >::read().

|
delete |
Disallow default bitwise copy construction.
Return the instantiated type name.
Definition at line 94 of file zonalMixture.H.
References Foam::typeName().

|
inline |
Return the table of zones.
Definition at line 100 of file zonalMixture.H.
| void read | ( | const dictionary & | dict | ) |
Read dictionary.
Definition at line 43 of file zonalMixture.C.
References dict, forAll, and dictionary::subDict().
Referenced by zonalMixture< ThermoType >::zonalMixture().


|
inline |
Return the raw zone thermodynamic data.
Definition at line 109 of file zonalMixture.H.
|
inline |
Return thermo based on index.
Definition at line 115 of file zonalMixture.H.
|
inline |
Return the mixture for thermodynamic properties.
Definition at line 121 of file zonalMixture.H.
|
inline |
Return the mixture for transport properties.
Definition at line 130 of file zonalMixture.H.
|
inline |
Return the mixture for transport properties.
Definition at line 139 of file zonalMixture.H.