Loading...
Searching...
No Matches
relaxation Class Reference

Consumption rate per unit of flame area obtained from a relaxation equation. More...

#include <relaxation.H>

Inheritance diagram for relaxation:
Collaboration diagram for relaxation:

Public Member Functions

 TypeName ("relaxation")
 Runtime type information.
 relaxation (const word modelType, const dictionary &dictCoeffs, const fvMesh &mesh, const combustionModel &combModel)
 Construct from dictionary and psiReactionThermo.
virtual ~relaxation ()
virtual void correct (const volScalarField &sigma)
 Correct omega.
virtual bool read (const dictionary &dictProperties)
 Update properties from given dictionary.
Public Member Functions inherited from reactionRateFlameArea
 TypeName ("reactionRateFlameArea")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel),(modelType, dict, mesh, combModel))
 reactionRateFlameArea (const word &modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
 Construct from components.
virtual ~reactionRateFlameArea ()
const volScalarFieldomega () const
 Access functions.

Additional Inherited Members

Static Public Member Functions inherited from reactionRateFlameArea
static autoPtr< reactionRateFlameArea > New (const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel)
Protected Attributes inherited from reactionRateFlameArea
dictionary coeffDict_
 Dictionary.
const fvMeshmesh_
 Mesh reference.
const combustionModelcombModel_
 Combustion model owner.
word fuel_
 Fuel name.
volScalarField omega_
 Fuel consumption rate per unit of flame area.

Detailed Description

Consumption rate per unit of flame area obtained from a relaxation equation.

Source files

Definition at line 49 of file relaxation.H.

Constructor & Destructor Documentation

◆ relaxation()

relaxation ( const word modelType,
const dictionary & dictCoeffs,
const fvMesh & mesh,
const combustionModel & combModel )

Construct from dictionary and psiReactionThermo.

Definition at line 45 of file relaxation.C.

References dict, reactionRateFlameArea::fuel_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, and mesh.

◆ ~relaxation()

~relaxation ( )
virtual

Definition at line 62 of file relaxation.C.

Member Function Documentation

◆ TypeName()

TypeName ( "relaxation" )

Runtime type information.

References mesh, and sigma().

Here is the call graph for this function:

◆ correct()

◆ read()

bool read ( const dictionary & dictProperties)
virtual

Update properties from given dictionary.

Reimplemented from reactionRateFlameArea.

Definition at line 136 of file relaxation.C.

References reactionRateFlameArea::coeffDict_, dict, reactionRateFlameArea::fuel_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, and reactionRateFlameArea::read().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.H
  • src/combustionModels/FSD/reactionRateFlameAreaModels/relaxation/relaxation.C