Foam::reactingMixture. More...
#include <reactionThermophysicalModels/reactingMixture.H>
Definition at line 51 of file reactingMixture.H.
Public Types | |
typedef ThermoType | thermoType |
The type of thermo package this mixture is instantiated for.
| |
Public Member Functions | |
reactingMixture (const dictionary &, const fvMesh &) | |
Construct from dictionary and mesh.
| |
virtual | ~reactingMixture () |
Destructor.
| |
void | read (const dictionary &) |
Read dictionary.
|
typedef ThermoType thermoType |
The type of thermo package this mixture is instantiated for.
Reimplemented from multiComponentMixture< ThermoType >.
Definition at line 69 of file reactingMixture.H.
reactingMixture | ( | const dictionary & | thermoDict, |
const fvMesh & | mesh | ||
) |
Construct from dictionary and mesh.
Definition at line 33 of file reactingMixture.C.
References clear().
virtual ~reactingMixture | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 79 of file reactingMixture.H.
void read | ( | const dictionary & | thermoDict ) |
Read dictionary.
Reimplemented from multiComponentMixture< ThermoType >.
Definition at line 62 of file reactingMixture.C.