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

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 ThermoType &  cellMixture (const label) const
const ThermoType &  patchFaceMixture (const label, const label) const
void  read (const dictionary &)
 Read dictionary.

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.

~pureMixture (  )

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:
  • src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H
  • src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.C