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


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 | 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 cylindrical &)=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< kernelShape > | New (const fvMesh &mesh, const dictionary &dict) |
| Return a reference to the selected kernelShape model. More... | |
Cylindrical ignition kernel flame-wrinkling correction model.
kernelShape
{
type cylindrical;
thickness 0.001;
cylinderFraction 0.25;
}
Where:
| Property | Description | Required | Default value |
|---|---|---|---|
thickness | Thickness of the 2D mesh | yes | |
cylinderFraction | Kernel cylinder fraction | no | 1 |
Definition at line 84 of file cylindricalKernelShape.H.
| cylindrical | ( | const fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from mesh and dictionary.
Definition at line 55 of file cylindricalKernelShape.C.
References dict, and cylindrical::readCoeffs().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 71 of file cylindricalKernelShape.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Reimplemented from kernelShape.
Definition at line 44 of file cylindricalKernelShape.C.
References dict, dimensioned< Type >::read(), kernelShape::readCoeffs(), and dimensioned< Type >::readIfPresent().
Referenced by cylindrical::cylindrical().


| TypeName | ( | "cylindrical" | ) |
Runtime type information.
|
virtual |
Return ignition kernel dimensionality correction to 3D.
Implements kernelShape.
Definition at line 77 of file cylindricalKernelShape.C.
|
virtual |
Return the area of the ignition kernel.
calculated from the given kernel volume
Implements kernelShape.
Definition at line 83 of file cylindricalKernelShape.C.
References Foam::constant::mathematical::pi(), and Foam::sqrt().

|
delete |
Disallow default bitwise assignment.