Public Member Functions | Private Member Functions
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 &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< 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...
 

Private Member Functions

 noCombustion (const noCombustion &)
 Disallow copy construct. More...
 
void operator= (const noCombustion &)
 Disallow default bitwise assignment. 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() [1/2]

noCombustion ( const noCombustion< CombThermoType > &  )
private

Disallow copy construct.

◆ noCombustion() [2/2]

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

Construct from components.

Definition at line 33 of file noCombustion.C.

◆ ~noCombustion()

~noCombustion
virtual

Destructor.

Definition at line 46 of file noCombustion.C.

Member Function Documentation

◆ operator=()

void operator= ( const noCombustion< CombThermoType > &  )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "noCombustion< CombThermoType >"  )

Runtime type information.

◆ correct()

void correct
virtual

Correct combustion rate.

Definition at line 53 of file noCombustion.C.

◆ R()

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

Fuel consumption rate matrix.

Definition at line 62 of file noCombustion.C.

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

◆ dQ()

Heat release rate calculated from fuel consumption rate matrix.

Definition at line 77 of file noCombustion.C.

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

◆ Sh()

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

Definition at line 104 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 130 of file noCombustion.C.

References Foam::read().

Here is the call graph for this function:

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