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

egrMixture< ThermoType > Class Template Reference

Foam::egrMixture. More...

#include <reactionThermophysicalModels/egrMixture.H>


Detailed Description

template<class ThermoType>
class Foam::egrMixture< ThermoType >

Foam::egrMixture.

Source files

Definition at line 50 of file egrMixture.H.

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

List of all members.

Public Types

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

Public Member Functions

 egrMixture (const dictionary &, const fvMesh &)
 Construct from dictionary and mesh.
virtual  ~egrMixture ()
 Destructor.
const dimensionedScalar &  stoicRatio () const
const ThermoType &  mixture (const scalar, const scalar, 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 celli) const
const ThermoType &  patchFaceReactants (const label patchi, const label facei) const
const ThermoType &  cellProducts (const label celli) const
const ThermoType &  patchFaceProducts (const label patchi, const label facei) const
void  read (const dictionary &)
 Read dictionary.

Member Typedef Documentation

The type of thermodynamics this mixture is instantiated for.

Definition at line 83 of file egrMixture.H.


Constructor & Destructor Documentation

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

Construct from dictionary and mesh.

Definition at line 39 of file egrMixture.C.

virtual ~egrMixture (  ) [inline, virtual]

Destructor.

Definition at line 93 of file egrMixture.H.


Member Function Documentation

const dimensionedScalar& stoicRatio (  ) const [inline]

Definition at line 99 of file egrMixture.H.

const ThermoType& cellMixture ( const label   celli  ) const [inline]

Definition at line 111 of file egrMixture.H.

References egrMixture< ThermoType >::mixture().

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

Definition at line 130 of file egrMixture.H.

References egrMixture< ThermoType >::mixture().

const ThermoType& patchFaceReactants ( const label   patchi,
const label   facei  
) const [inline]
const ThermoType& cellProducts ( const label   celli  ) const [inline]

Definition at line 149 of file egrMixture.H.

References egrMixture< ThermoType >::mixture().

const ThermoType& patchFaceProducts ( const label   patchi,
const label   facei  
) const [inline]
void read ( const dictionary &   thermoDict  )

Read dictionary.

Definition at line 100 of file egrMixture.C.

References dictionary::lookup().


The documentation for this class was generated from the following files:
  • src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.H
  • src/thermophysicalModels/reactionThermo/mixtures/egrMixture/egrMixture.C