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

homogeneousMixture< ThermoType > Class Template Reference

Foam::homogeneousMixture. More...

#include <reactionThermophysicalModels/homogeneousMixture.H>


Detailed Description

template<class ThermoType>
class Foam::homogeneousMixture< ThermoType >

Foam::homogeneousMixture.

Source files

Definition at line 50 of file homogeneousMixture.H.

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

List of all members.

Public Types

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

Public Member Functions

 homogeneousMixture (const dictionary &, const fvMesh &)
 Construct from dictionary and mesh.
virtual  ~homogeneousMixture ()
 Destructor.
const ThermoType &  mixture (const scalar) const
const ThermoType &  cellMixture (const label celli) const
const ThermoType &  patchFaceMixture (const label patchi, const label facei) const
const ThermoType &  cellReactants (const label) const
const ThermoType &  patchFaceReactants (const label, const label) const
const ThermoType &  cellProducts (const label) const
const ThermoType &  patchFaceProducts (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 74 of file homogeneousMixture.H.


Constructor & Destructor Documentation

homogeneousMixture ( const dictionary &   thermoDict,
const fvMesh &   mesh  
)

Construct from dictionary and mesh.

Definition at line 39 of file homogeneousMixture.C.

virtual ~homogeneousMixture (  ) [inline, virtual]

Destructor.

Definition at line 84 of file homogeneousMixture.H.


Member Function Documentation

const ThermoType & mixture ( const scalar   b  ) const
const ThermoType& cellMixture ( const label   celli  ) const [inline]

Definition at line 92 of file homogeneousMixture.H.

References homogeneousMixture< ThermoType >::mixture().

const ThermoType& patchFaceMixture ( const label   patchi,
const label   facei  
) const [inline]
const ThermoType& cellReactants ( const   label  ) const [inline]

Definition at line 106 of file homogeneousMixture.H.

const ThermoType& patchFaceReactants ( const   label,
const   label  
) const [inline]

Definition at line 111 of file homogeneousMixture.H.

const ThermoType& cellProducts ( const   label  ) const [inline]

Definition at line 116 of file homogeneousMixture.H.

const ThermoType& patchFaceProducts ( const   label,
const   label  
) const [inline]

Definition at line 121 of file homogeneousMixture.H.

void read ( const dictionary &   thermoDict  )

Read dictionary.

Definition at line 85 of file homogeneousMixture.C.

References dictionary::lookup().


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