cylindrical Class Reference

Cylindrical ignition kernel flame-wrinkling correction model. More...

Inheritance diagram for cylindrical:
Collaboration diagram for cylindrical:

Public Member Functions

 TypeName ("cylindrical")
 Runtime type information. More...
 
 cylindrical (const fvMesh &mesh, const dictionary &dict)
 Construct from mesh and dictionary. More...
 
 cylindrical (const cylindrical &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~cylindrical ()
 Destructor. More...
 
virtual dimensionedScalar Ak (const dimensionedScalar &Vk) const
 Return the area of the ignition kernel. More...
 
void operator= (const cylindrical &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from XiCorrModel
 TypeName ("XiCorrModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, XiCorrModel, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 XiCorrModel (const fvMesh &mesh, const dictionary &dict)
 Construct from mesh and dictionary. More...
 
 XiCorrModel (const XiCorrModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~XiCorrModel ()
 Destructor. More...
 
virtual void XiCorr (volScalarField &Xi, const volScalarField &b, const volScalarField &mgb) const
 
virtual void topoChange (const polyTopoChangeMap &)
 Update topology using the given map. More...
 
virtual void mapMesh (const polyMeshMap &)
 Update from another mesh using the given map. More...
 
virtual void distribute (const polyDistributionMap &)
 Redistribute or update using the given distribution map. More...
 
virtual bool movePoints ()
 Update for mesh motion. More...
 
bool read (const dictionary &XiProperties)
 Update properties from the given XiProperties dictionary. More...
 
void operator= (const XiCorrModel &)=delete
 Disallow default bitwise assignment. More...
 

Protected Member Functions

virtual bool readCoeffs (const dictionary &dict)
 Update coefficients from given dictionary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiCorrModel
static autoPtr< XiCorrModelNew (const fvMesh &mesh, const dictionary &dict)
 Return a reference to the selected XiCorrModel model. More...
 

Detailed Description

Cylindrical ignition kernel flame-wrinkling correction model.

Usage
Example usage:
XiCorr
{
    type            cylindrical;
    cellZone        all;
    thickness       0.001;
    cylinderFraction 0.25;
}

Where:

Property Description Required Default value
cellZone Correction cellZone yes
thickness Thickness of the 2D mesh yes
cylinderFraction Kernel cylinder fraction no 1
bMin Min b below which no correction no 0.01
Source files

Definition at line 97 of file cylindricalXiCorr.H.

Constructor & Destructor Documentation

◆ cylindrical() [1/2]

cylindrical ( const fvMesh mesh,
const dictionary dict 
)

Construct from mesh and dictionary.

Definition at line 54 of file cylindricalXiCorr.C.

References dict, and cylindrical::readCoeffs().

Here is the call graph for this function:

◆ cylindrical() [2/2]

cylindrical ( const cylindrical )
delete

Disallow default bitwise copy construction.

◆ ~cylindrical()

~cylindrical ( )
virtual

Destructor.

Definition at line 70 of file cylindricalXiCorr.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Reimplemented from XiCorrModel.

Definition at line 43 of file cylindricalXiCorr.C.

References dict, dimensioned< Type >::read(), XiCorrModel::readCoeffs(), and dimensioned< Type >::readIfPresent().

Referenced by cylindrical::cylindrical().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName()

TypeName ( "cylindrical"  )

Runtime type information.

◆ Ak()

Foam::dimensionedScalar Ak ( const dimensionedScalar Vk) const
virtual

Return the area of the ignition kernel.

calculated from the given kernel volume

Implements XiCorrModel.

Definition at line 76 of file cylindricalXiCorr.C.

References Foam::constant::mathematical::pi(), and Foam::sqrt().

Here is the call graph for this function:

◆ operator=()

void operator= ( const cylindrical )
delete

Disallow default bitwise assignment.


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