Public Member Functions | List of all members
noCombustion< CombThermoType > Class Template Reference

Dummy combustion model for 'no combustion'. More...

Inheritance diagram for noCombustion< CombThermoType >:
Inheritance graph
[legend]
Collaboration diagram for noCombustion< CombThermoType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("noCombustion")
 Runtime type information. More...
 
 noCombustion (const word &modelType, const fvMesh &mesh, const word &combustionProperties, const word &phaseName)
 Construct from components. More...
 
virtual ~noCombustion ()
 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...
 

Detailed Description

template<class CombThermoType>
class Foam::combustionModels::noCombustion< CombThermoType >

Dummy combustion model for 'no combustion'.

Source files

Definition at line 49 of file noCombustion.H.

Constructor & Destructor Documentation

◆ noCombustion()

noCombustion ( const word modelType,
const fvMesh mesh,
const word combustionProperties,
const word phaseName 
)

Construct from components.

Definition at line 33 of file noCombustion.C.

◆ ~noCombustion()

~noCombustion ( )
virtual

Destructor.

Definition at line 47 of file noCombustion.C.

Member Function Documentation

◆ TypeName()

TypeName ( "noCombustion< CombThermoType >"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct combustion rate.

Definition at line 54 of file noCombustion.C.

References noCombustion< CombThermoType >::R().

Here is the call graph for this function:

◆ R()

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

Fuel consumption rate matrix.

Definition at line 61 of file noCombustion.C.

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

Referenced by noCombustion< CombThermoType >::correct().

Here is the caller graph for this function:

◆ Qdot()

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

Heat release rate [kg/m/s3].

Definition at line 76 of file noCombustion.C.

References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, mesh, and timeName.

◆ read()

bool read ( )
virtual

Update properties from given dictionary.

Definition at line 101 of file noCombustion.C.

References Foam::blockMeshTools::read().

Here is the call graph for this function:

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