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 &combustionProperties, 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< volScalarFieldQdot () const
 Heat release rate [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()

laminar ( const word modelType,
const fvMesh mesh,
const word combustionProperties,
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()

~laminar ( )
virtual

Destructor.

Definition at line 61 of file laminar.C.

Member Function Documentation

◆ tc()

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

Return the chemical time scale.

Definition at line 69 of file laminar.C.

◆ TypeName()

TypeName ( "laminar< Type >"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct combustion rate.

Reimplemented in EDC< Type >, and PaSR< Type >.

Definition at line 76 of file laminar.C.

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

Here is the call graph for this function:

◆ R()

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

Fuel consumption rate matrix.

Reimplemented in EDC< Type >, and PaSR< Type >.

Definition at line 119 of file laminar.C.

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

Here is the call graph for this function:

◆ Qdot()

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

Heat release rate [kg/m/s3].

Reimplemented in EDC< Type >, and PaSR< Type >.

Definition at line 139 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:

◆ read()

bool read ( )
virtual

Update properties from given dictionary.

Reimplemented in EDC< Type >, and PaSR< Type >.

Definition at line 169 of file laminar.C.

References Foam::blockMeshTools::read().

Here is the call graph for this function:

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