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 &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...
 

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

Construct from components.

Definition at line 33 of file noCombustion.C.

~noCombustion ( )
virtual

Destructor.

Definition at line 46 of file noCombustion.C.

Member Function Documentation

TypeName ( "noCombustion< CombThermoType >"  )

Runtime type information.

void correct ( )
virtual

Correct combustion rate.

Definition at line 53 of file noCombustion.C.

References noCombustion< CombThermoType >::R().

Here is the call graph for this function:

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

Fuel consumption rate matrix.

Definition at line 62 of file noCombustion.C.

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

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

Here is the caller graph for this function:

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

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.

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

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

Definition at line 103 of file noCombustion.C.

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

bool read ( )
virtual

Update properties from given dictionary.

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