FreeFOAM The Cross-Platform CFD Toolkit
pureMixture< ThermoType > Class Template Reference

Foam::pureMixture. More...

#include <basicThermophysicalModels/pureMixture.H>


Detailed Description

template<class ThermoType>
class Foam::pureMixture< ThermoType >

Foam::pureMixture.

Source files

Definition at line 50 of file pureMixture.H.

+ Inheritance diagram for pureMixture< ThermoType >:
+ Collaboration diagram for pureMixture< ThermoType >:

List of all members.

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 ThermoTypecellMixture (const label) const
const ThermoTypepatchFaceMixture (const label, const label) const
void read (const dictionary &)
 Read dictionary.
- Public Member Functions inherited from basicMixture
 TypeName ("basicMixture")
 basicMixture (const dictionary &, const fvMesh &)
 Construct from dictionary and mesh.
virtual ~basicMixture ()
 Destructor.

Member Typedef Documentation

The type of thermodynamics this mixture is instantiated for.

Definition at line 65 of file pureMixture.H.


Constructor & Destructor Documentation

pureMixture ( const dictionary thermoDict,
const fvMesh mesh 
)

Construct from dictionary and mesh.

Definition at line 40 of file pureMixture.C.

Definition at line 53 of file pureMixture.C.


Member Function Documentation

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)

Read dictionary.

Definition at line 60 of file pureMixture.C.

References dictionary::lookup().


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