OpenFOAM logo
Open Source CFD Toolkit

multiComponentMixture Class Template Reference

Inheritance diagram for multiComponentMixture:

Inheritance graph
[legend]
Collaboration diagram for multiComponentMixture:

Collaboration graph
[legend]
List of all members.

template<class ThermoType>
class Foam::multiComponentMixture< ThermoType >


Public Types

typedef ThermoType thermoType
 The type of thermodynamics this mixture is instantiated for.

Public Member Functions

 multiComponentMixture (const dictionary &, const wordList &specieNames, const HashPtrTable< ThermoType > &specieThermoData, const fvMesh &)
 Construct from dictionary, specie names, thermo database and mesh.
 multiComponentMixture (const dictionary &, const fvMesh &)
 Construct from dictionary and mesh.
const ThermoType & cellMixture (const label celli) const
const ThermoType & patchFaceMixture (const label patchi, const label facei) const
const PtrList< ThermoType > & speciesData () const
 Return the raw specie thermodynamic data.
void read (const dictionary &)
 Read dictionary.

Member Typedef Documentation

typedef ThermoType thermoType
 

The type of thermodynamics this mixture is instantiated for.

Definition at line 89 of file multiComponentMixture.H.


Constructor & Destructor Documentation

multiComponentMixture const dictionary ,
const wordList specieNames,
const HashPtrTable< ThermoType > &  specieThermoData,
const fvMesh
 

Construct from dictionary, specie names, thermo database and mesh.

multiComponentMixture const dictionary ,
const fvMesh
 

Construct from dictionary and mesh.


Member Function Documentation

const ThermoType& cellMixture const label  celli  )  const
 

const ThermoType& patchFaceMixture const label  patchi,
const label  facei
const
 

void read const dictionary  ) 
 

Read dictionary.

Reimplemented in reactingMixture.

const PtrList<ThermoType>& speciesData  )  const [inline]
 

Return the raw specie thermodynamic data.

Definition at line 118 of file multiComponentMixture.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org