FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

reactingMixture< ThermoType > Class Template Reference

Foam::reactingMixture. More...

#include <reactionThermophysicalModels/reactingMixture.H>


Detailed Description

template<class ThermoType>
class Foam::reactingMixture< ThermoType >

Foam::reactingMixture.

Source files

Definition at line 51 of file reactingMixture.H.

Inheritance diagram for reactingMixture< ThermoType >:
Collaboration diagram for reactingMixture< ThermoType >:

List of all members.

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.

Member Typedef Documentation

The type of thermo package this mixture is instantiated for.

Reimplemented from multiComponentMixture< ThermoType >.

Definition at line 69 of file reactingMixture.H.


Constructor & Destructor Documentation

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.


Member Function Documentation

void read ( const dictionary &   thermoDict  )

Read dictionary.

Reimplemented from multiComponentMixture< ThermoType >.

Definition at line 62 of file reactingMixture.C.


The documentation for this class was generated from the following files: