Public Member Functions | Protected Member Functions | List of all members
laminar< Type > Class Template Reference

Laminar combustion model. More...

Inheritance diagram for laminar< Type >:
Inheritance graph
[legend]
Collaboration diagram for laminar< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("laminar")
 Runtime type information. More...
 
 laminar (const word &modelType, const fvMesh &mesh, const word &phaseName)
 Construct from components. More...
 
virtual ~laminar ()
 Destructor. More...
 
virtual void correct ()
 Correct combustion rate. More...
 
virtual tmp< fvScalarMatrixR (volScalarField &Y) const
 Fuel consumption rate matrix. More...
 
virtual tmp< volScalarFielddQ () const
 Heat release rate calculated from fuel consumption rate matrix. More...
 
virtual tmp< volScalarFieldSh () const
 Return source for enthalpy equation [kg/m/s3]. More...
 
virtual bool read ()
 Update properties from given dictionary. More...
 

Protected Member Functions

tmp< volScalarFieldtc () const
 Return the chemical time scale. More...
 

Detailed Description

template<class Type>
class Foam::combustionModels::laminar< Type >

Laminar combustion model.

Source files

Definition at line 49 of file laminar.H.

Constructor & Destructor Documentation

laminar ( const word modelType,
const fvMesh mesh,
const word phaseName 
)

Construct from components.

Definition at line 34 of file laminar.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

~laminar ( )
virtual

Destructor.

Definition at line 60 of file laminar.C.

Member Function Documentation

Foam::tmp< Foam::volScalarField > tc ( ) const
protected

Return the chemical time scale.

Definition at line 68 of file laminar.C.

TypeName ( "laminar< Type >"  )

Runtime type information.

void correct ( )
virtual

Correct combustion rate.

Reimplemented in PaSR< Type >.

Definition at line 75 of file laminar.C.

References found, lookup(), mesh, Foam::min(), and readScalar.

Here is the call graph for this function:

Foam::tmp< Foam::fvScalarMatrix > R ( volScalarField Y) const
virtual

Fuel consumption rate matrix.

Reimplemented in PaSR< Type >.

Definition at line 118 of file laminar.C.

References Foam::dimMass, Foam::dimTime, IOobject::member(), tmp< T >::ref(), Foam::fvc::Su(), and thermo.

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > dQ ( ) const
virtual

Heat release rate calculated from fuel consumption rate matrix.

Reimplemented in PaSR< Type >.

Definition at line 138 of file laminar.C.

References Foam::dimEnergy, Foam::dimTime, mesh, tmp< T >::ref(), and timeName.

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > Sh ( ) const
virtual

Return source for enthalpy equation [kg/m/s3].

Reimplemented in PaSR< Type >.

Definition at line 169 of file laminar.C.

References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, tmp< T >::ref(), and timeName.

Here is the call graph for this function:

bool read ( )
virtual

Update properties from given dictionary.

Reimplemented in PaSR< Type >.

Definition at line 199 of file laminar.C.

References Foam::read().

Here is the call graph for this function:


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