basicSubGrid Class Reference

Basic sub-grid obstacle flame-wrinkling generation rate coefficient model. Details supplied by J Puttock 2/7/06. More...

Inheritance diagram for basicSubGrid:
Collaboration diagram for basicSubGrid:

Public Member Functions

 TypeName ("basicSubGridG")
 Runtime type information. More...
 
 basicSubGrid (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 basicSubGrid (const basicSubGrid &)
 Disallow default bitwise copy construction. More...
 
virtual ~basicSubGrid ()
 Destructor. More...
 
virtual tmp< volScalarFieldG () const
 Return the flame-wrinkling generation rate. More...
 
virtual tmp< volScalarFieldDb () const
 Return the flame diffusivity. More...
 
virtual bool read (const dictionary &XiGProperties)
 Update properties from given dictionary. More...
 
void operator= (const basicSubGrid &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from XiGModel
 TypeName ("XiGModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su))
 
 XiGModel (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 XiGModel (const XiGModel &)
 Disallow default bitwise copy construction. More...
 
virtual ~XiGModel ()
 Destructor. More...
 
void operator= (const XiGModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiGModel
static autoPtr< XiGModelNew (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Return a reference to the selected XiG model. More...
 
- Protected Attributes inherited from XiGModel
dictionary XiGModelCoeffs_
 
const psiuMulticomponentThermothermo_
 
const compressible::RASModelturbulence_
 
const volScalarFieldSu_
 

Detailed Description

Basic sub-grid obstacle flame-wrinkling generation rate coefficient model. Details supplied by J Puttock 2/7/06.

$ G_{sub} $ denotes the generation coefficient and it is given by

\[ G_{sub} = k_{1} /frac{\vert \dwea{\vec{U}} \vert}{L_{obs}} \frac{/Xi_{{sub}_{eq}}-1}{/Xi_{sub}} \]

and the removal:

\[ - k_{1} /frac{\vert \dwea{\vec{U}} \vert}{L_{sub}} \frac{\Xi_{sub}-1}{\Xi_{sub}} \]

Finally, $ G_{sub} $ is added to generation rate $ G_{in} $ due to the turbulence.

Source files

Definition at line 69 of file basicXiSubG.H.

Constructor & Destructor Documentation

◆ basicSubGrid() [1/2]

basicSubGrid ( const dictionary XiGProperties,
const psiuMulticomponentThermo thermo,
const compressible::RASModel turbulence,
const volScalarField Su 
)

Construct from components.

Definition at line 43 of file basicXiSubG.C.

◆ basicSubGrid() [2/2]

basicSubGrid ( const basicSubGrid )

Disallow default bitwise copy construction.

◆ ~basicSubGrid()

~basicSubGrid ( )
virtual

Destructor.

Definition at line 59 of file basicXiSubG.C.

Member Function Documentation

◆ TypeName()

TypeName ( "basicSubGridG"  )

Runtime type information.

◆ G()

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

Return the flame-wrinkling generation rate.

Implements XiGModel.

Definition at line 65 of file basicXiSubG.C.

References IOobject::db(), Foam::e, forAll, objectRegistry::lookupObject(), Foam::mag(), Foam::pow(), GeometricField< Type, PatchField, GeoMesh >::ref(), and U.

Here is the call graph for this function:

◆ Db()

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

Return the flame diffusivity.

Reimplemented from XiGModel.

Definition at line 90 of file basicXiSubG.C.

References IOobject::db(), objectRegistry::lookupObject(), and rho.

Here is the call graph for this function:

◆ read()

bool read ( const dictionary XiGProperties)
virtual

Update properties from given dictionary.

Implements XiGModel.

Definition at line 103 of file basicXiSubG.C.

References XiGModel::read().

Here is the call graph for this function:

◆ operator=()

void operator= ( const basicSubGrid )
delete

Disallow default bitwise assignment.


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