#include <basicThermophysicalModels/pureMixture.H>
Definition at line 50 of file pureMixture.H.
Public Types | |
typedef ThermoType | thermoType |
The type of thermodynamics this mixture is instantiated for.
| |
Public Member Functions | |
TypeName ("pureMixture") | |
Runtime type information.
| |
pureMixture (const dictionary &, const fvMesh &) | |
Construct from dictionary and mesh.
| |
~pureMixture () | |
const ThermoType & | cellMixture (const label) const |
const ThermoType & | patchFaceMixture (const label, const label) const |
void | read (const dictionary &) |
Read dictionary.
|
typedef ThermoType thermoType |
The type of thermodynamics this mixture is instantiated for.
Definition at line 65 of file pureMixture.H.
pureMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh | ||
) |
Construct from dictionary and mesh.
Definition at line 40 of file pureMixture.C.
~pureMixture | ( | ) |
Definition at line 53 of file pureMixture.C.
TypeName | ( | "pureMixture< ThermoType >" | ) |
Runtime type information.
const ThermoType& cellMixture | ( | const | label ) | const [inline]
|
Definition at line 85 of file pureMixture.H.
const ThermoType& patchFaceMixture | ( | const | label, |
const | label | ||
) | const [inline]
|
Definition at line 91 of file pureMixture.H.
void read | ( | const dictionary & | thermoDict ) |