

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 basicMixture | |
| typedef basicMixture | basicMixtureType |
| The base class of the mixture. More... | |
Public Member Functions | |
| pureMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
| pureMixture (const pureMixture< ThermoType > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| const thermoMixtureType & | cellThermoMixture (const label) const |
| const thermoMixtureType & | patchFaceThermoMixture (const label, const label) const |
| const transportMixtureType & | cellTransportMixture (const label) const |
| const transportMixtureType & | patchFaceTransportMixture (const label, const label) const |
| const transportMixtureType & | cellTransportMixture (const label, const thermoMixtureType &) const |
| const transportMixtureType & | patchFaceTransportMixture (const label, const label, const thermoMixtureType &) const |
| void | read (const dictionary &) |
| Read dictionary. More... | |
| void | operator= (const pureMixture< ThermoType > &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from basicMixture | |
| basicMixture (const dictionary &, const fvMesh &, const word &) | |
| Construct from dictionary, mesh and phase name. More... | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. More... | |
Definition at line 49 of file pureMixture.H.
| typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 57 of file pureMixture.H.
| typedef ThermoType thermoMixtureType |
Mixing type for thermodynamic properties.
Definition at line 60 of file pureMixture.H.
| typedef ThermoType transportMixtureType |
Mixing type for transport properties.
Definition at line 63 of file pureMixture.H.
| pureMixture | ( | const dictionary & | thermoDict, |
| const fvMesh & | mesh, | ||
| const word & | phaseName | ||
| ) |
Construct from dictionary, mesh and phase name.
Definition at line 33 of file pureMixture.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinestatic |
Return the instantiated type name.
Definition at line 87 of file pureMixture.H.
|
inline |
Definition at line 92 of file pureMixture.H.
References pureMixture< ThermoType >::patchFaceThermoMixture().

|
inline |
Definition at line 98 of file pureMixture.H.
Referenced by pureMixture< ThermoType >::cellThermoMixture().

|
inline |
Definition at line 106 of file pureMixture.H.
References pureMixture< ThermoType >::patchFaceTransportMixture().
Referenced by pureMixture< ThermoType >::patchFaceTransportMixture().


|
inline |
Definition at line 112 of file pureMixture.H.
References pureMixture< ThermoType >::cellTransportMixture().
Referenced by pureMixture< ThermoType >::cellTransportMixture().


|
inline |
Definition at line 121 of file pureMixture.H.
References pureMixture< ThermoType >::patchFaceTransportMixture().

|
inline |
Definition at line 130 of file pureMixture.H.
References pureMixture< ThermoType >::operator=(), and pureMixture< ThermoType >::read().

| void read | ( | const dictionary & | thermoDict | ) |
Read dictionary.
Definition at line 47 of file pureMixture.C.
References dictionary::subDict().
Referenced by pureMixture< ThermoType >::patchFaceTransportMixture().


|
delete |
Disallow default bitwise assignment.
Referenced by pureMixture< ThermoType >::patchFaceTransportMixture().
