OpenFOAM logo
Open Source CFD Toolkit

combustionMixture Class Reference

Inheritance diagram for combustionMixture:

Inheritance graph
[legend]
Collaboration diagram for combustionMixture:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 combustionMixture (const dictionary &, const wordList &specieNames, const fvMesh &)
 Construct from dictionary and mesh.
PtrList< volScalarField > & Y ()
 Return the mass-fraction fields.
const PtrList< volScalarField > & Y () const
 Return the const mass-fraction fields.
volScalarFieldY (const label i)
 Return the mass-fraction field for a specie given by index.
const volScalarFieldY (const label i) const
 Return the const mass-fraction field for a specie given by index.
volScalarFieldY (const word &specieName)
 Return the mass-fraction field for a specie given by name.
const volScalarFieldY (const word &specieName) const
 Return the const mass-fraction field for a specie given by name.
bool contains (const word &specieName) const
 does the mixture include this specie
scalar fres (const scalar ft, const scalar stoicRatio) const
tmp< volScalarFieldfres (const volScalarField &ft, const dimensionedScalar &stoicRatio) const

Protected Attributes

speciesTable species_
 The table of species.
PtrList< volScalarFieldY_
 Species mass fractions.

Constructor & Destructor Documentation

combustionMixture const dictionary ,
const wordList specieNames,
const fvMesh
 

Construct from dictionary and mesh.


Member Function Documentation

bool contains const word specieName  )  const [inline]
 

does the mixture include this specie

Definition at line 124 of file combustionMixture.H.

tmp<volScalarField> fres const volScalarField ft,
const dimensionedScalar stoicRatio
const [inline]
 

Definition at line 135 of file combustionMixture.H.

scalar fres const scalar  ft,
const scalar  stoicRatio
const [inline]
 

Definition at line 129 of file combustionMixture.H.

References Foam::dimensionedScalar, Foam::max(), and Foam::volScalarField.

Here is the call graph for this function:

const volScalarField& Y const word specieName  )  const [inline]
 

Return the const mass-fraction field for a specie given by name.

Definition at line 118 of file combustionMixture.H.

References speciesTable::contains().

Here is the call graph for this function:

volScalarField& Y const word specieName  )  [inline]
 

Return the mass-fraction field for a specie given by name.

Definition at line 112 of file combustionMixture.H.

const volScalarField& Y const label  i  )  const [inline]
 

Return the const mass-fraction field for a specie given by index.

Definition at line 106 of file combustionMixture.H.

volScalarField& Y const label  i  )  [inline]
 

Return the mass-fraction field for a specie given by index.

Definition at line 100 of file combustionMixture.H.

const PtrList<volScalarField>& Y  )  const [inline]
 

Return the const mass-fraction fields.

Definition at line 94 of file combustionMixture.H.

PtrList<volScalarField>& Y  )  [inline]
 

Return the mass-fraction fields.

Definition at line 88 of file combustionMixture.H.


Member Data Documentation

speciesTable species_ [protected]
 

The table of species.

Definition at line 66 of file combustionMixture.H.

PtrList<volScalarField> Y_ [protected]
 

Species mass fractions.

Definition at line 69 of file combustionMixture.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org