Public Member Functions | List of all members
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 >:
Inheritance graph
[legend]
Collaboration diagram for InertPhaseModel< BasePhaseModel >:
Collaboration graph
[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 50 of file InertPhaseModel.H.

Constructor & Destructor Documentation

◆ InertPhaseModel()

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

◆ ~InertPhaseModel()

virtual ~InertPhaseModel ( )
virtual

Destructor.

Member Function Documentation

◆ R()

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

Return the fuel consumption rate matrix.

◆ Qdot()

virtual tmp<volScalarField> Qdot ( ) const
virtual

Return the heat release rate.


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