spherical Class Reference

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

Inheritance diagram for spherical:
Collaboration diagram for spherical:

Public Member Functions

 TypeName ("spherical")
 Runtime type information. More...
 
 spherical (const fvMesh &mesh, const dictionary &dict)
 Construct from mesh and dictionary. More...
 
 spherical (const spherical &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~spherical ()
 Destructor. More...
 
virtual dimensionedScalar Dcorr () const
 Return ignition kernel dimensionality correction to 3D. More...
 
virtual dimensionedScalar Ak (const dimensionedScalar &Vk) const
 Return the area of the ignition kernel. More...
 
void operator= (const spherical &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from kernelShape
 TypeName ("kernelShape")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, kernelShape, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 kernelShape (const fvMesh &mesh, const dictionary &dict)
 Construct from mesh and dictionary. More...
 
 kernelShape (const kernelShape &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~kernelShape ()
 Destructor. More...
 
bool read (const dictionary &XiProperties)
 Update properties from the given XiProperties dictionary. More...
 
void operator= (const kernelShape &)=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 kernelShape
static autoPtr< kernelShapeNew (const fvMesh &mesh, const dictionary &dict)
 Return a reference to the selected kernelShape model. More...
 

Detailed Description

Spherical ignition kernel flame-wrinkling correction model.

Usage
Example usage:
kernelShape
{
    type            spherical;
    sphereFraction  1;
}

Where:

Property Description Required Default value
sphereFraction Kernel sphere fraction no 1
Source files

Definition at line 77 of file sphericalKernelShape.H.

Constructor & Destructor Documentation

◆ spherical() [1/2]

spherical ( const fvMesh mesh,
const dictionary dict 
)

Construct from mesh and dictionary.

Definition at line 54 of file sphericalKernelShape.C.

References dict, and spherical::readCoeffs().

Here is the call graph for this function:

◆ spherical() [2/2]

spherical ( const spherical )
delete

Disallow default bitwise copy construction.

◆ ~spherical()

~spherical ( )
virtual

Destructor.

Definition at line 69 of file sphericalKernelShape.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Reimplemented from kernelShape.

Definition at line 44 of file sphericalKernelShape.C.

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

Referenced by spherical::spherical().

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

◆ TypeName()

TypeName ( "spherical"  )

Runtime type information.

◆ Dcorr()

Foam::dimensionedScalar Dcorr ( ) const
virtual

Return ignition kernel dimensionality correction to 3D.

Implements kernelShape.

Definition at line 75 of file sphericalKernelShape.C.

◆ Ak()

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

Return the area of the ignition kernel.

calculated from the given kernel volume

Implements kernelShape.

Definition at line 81 of file sphericalKernelShape.C.

References Foam::constant::mathematical::pi(), Foam::pow(), and Foam::sqr().

Here is the call graph for this function:

◆ operator=()

void operator= ( const spherical )
delete

Disallow default bitwise assignment.


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