pureMixture< ThermoType > Class Template Reference

Foam::pureMixture. More...

Public Types

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

Public Member Functions

 pureMixture (const dictionary &, const fvMesh &, const word &)
 Construct from dictionary, mesh and phase name. More...
 
const ThermoType & mixture () const
 
const ThermoType & cellMixture (const label) const
 
const ThermoType & patchFaceMixture (const label, const label) const
 
const ThermoType & cellVolMixture (const scalar, const scalar, const label) const
 
const ThermoType & patchFaceVolMixture (const scalar, const scalar, const label, const label) const
 
void read (const dictionary &)
 Read dictionary. More...
 

Static Public Member Functions

static word typeName ()
 Return the instantiated type name. More...
 

Detailed Description

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

Foam::pureMixture.

Source files

Definition at line 50 of file InterfaceCompositionModel.H.

Member Typedef Documentation

◆ thermoType

typedef ThermoType thermoType

The type of thermodynamics this mixture is instantiated for.

Definition at line 66 of file pureMixture.H.

Constructor & Destructor Documentation

◆ pureMixture()

pureMixture ( const dictionary thermoDict,
const fvMesh mesh,
const word phaseName 
)

Construct from dictionary, mesh and phase name.

Definition at line 35 of file pureMixture.C.

Member Function Documentation

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 78 of file pureMixture.H.

◆ mixture()

const ThermoType& mixture ( ) const
inline

Definition at line 83 of file pureMixture.H.

◆ cellMixture()

const ThermoType& cellMixture ( const  label) const
inline

Definition at line 88 of file pureMixture.H.

Referenced by InterfaceCompositionModel< Thermo, OtherThermo >::getLocalThermo().

Here is the caller graph for this function:

◆ patchFaceMixture()

const ThermoType& patchFaceMixture ( const  label,
const  label 
) const
inline

Definition at line 94 of file pureMixture.H.

◆ cellVolMixture()

const ThermoType& cellVolMixture ( const  scalar,
const  scalar,
const  label 
) const
inline

Definition at line 103 of file pureMixture.H.

◆ patchFaceVolMixture()

const ThermoType& patchFaceVolMixture ( const  scalar,
const  scalar,
const  label,
const  label 
) const
inline

Definition at line 113 of file pureMixture.H.

◆ read()

void read ( const dictionary thermoDict)

Read dictionary.

Definition at line 49 of file pureMixture.C.

References thermoDict.


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