InertPhaseModel< BasePhaseModel > Class Template Reference

Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat. More...

Inheritance diagram for InertPhaseModel< BasePhaseModel >:
[legend]
Collaboration diagram for InertPhaseModel< BasePhaseModel >:
[legend]

Public Member Functions

 InertPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index)
 
virtual ~InertPhaseModel ()
 Destructor. More...
 
virtual tmp< fvScalarMatrixR (volScalarField &Yi) const
 Return the fuel consumption rate matrix. More...
 
virtual tmp< volScalarFieldQdot () const
 Return the heat release rate. More...
 

Detailed Description

template<class BasePhaseModel>
class Foam::InertPhaseModel< BasePhaseModel >

Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat.

Source files

Definition at line 52 of file InertPhaseModel.H.

Constructor & Destructor Documentation

◆ InertPhaseModel()

InertPhaseModel ( const phaseSystem fluid,
const word phaseName,
const label  index 
)

Definition at line 35 of file InertPhaseModel.C.

◆ ~InertPhaseModel()

~InertPhaseModel ( )
virtual

Destructor.

Definition at line 48 of file InertPhaseModel.C.

Member Function Documentation

◆ R()

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

Return the fuel consumption rate matrix.

Definition at line 57 of file InertPhaseModel.C.

References Foam::dimMass, and Foam::dimTime.

◆ Qdot()

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

Return the heat release rate.

Definition at line 70 of file InertPhaseModel.C.

References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, Foam::name(), and Foam::New().

Here is the call graph for this function:

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