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

inhomogeneousMixture< ThermoType > Class Template Reference

Foam::inhomogeneousMixture. More...

#include <reactionThermophysicalModels/inhomogeneousMixture.H>


Detailed Description

template<class ThermoType>
class Foam::inhomogeneousMixture< ThermoType >

Foam::inhomogeneousMixture.

Source files

Definition at line 50 of file inhomogeneousMixture.H.

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

List of all members.

Public Types

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

Public Member Functions

 inhomogeneousMixture (const dictionary &, const fvMesh &)
 Construct from dictionary and mesh.
virtual  ~inhomogeneousMixture ()
 Destructor.
const dimensionedScalar &  stoicRatio () const
const ThermoType &  mixture (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 80 of file inhomogeneousMixture.H.


Constructor & Destructor Documentation

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

Construct from dictionary and mesh.

Definition at line 40 of file inhomogeneousMixture.C.

virtual ~inhomogeneousMixture (  ) [inline, virtual]

Destructor.

Definition at line 90 of file inhomogeneousMixture.H.


Member Function Documentation

const dimensionedScalar& stoicRatio (  ) const [inline]

Definition at line 96 of file inhomogeneousMixture.H.

const ThermoType& cellMixture ( const label   celli  ) const [inline]
const ThermoType& patchFaceMixture ( const label   patchi,
const label   facei  
) const [inline]
const ThermoType& cellReactants ( const label   celli  ) const [inline]
const ThermoType& patchFaceReactants ( const label   patchi,
const label   facei  
) const [inline]
const ThermoType& cellProducts ( const label   celli  ) const [inline]
const ThermoType& patchFaceProducts ( const label   patchi,
const label   facei  
) const [inline]
void read ( const dictionary &   thermoDict  )

Read dictionary.

Definition at line 94 of file inhomogeneousMixture.C.

References dictionary::lookup().


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