Base class for ignition kernel flame wrinkling Xi correction.
More...

Public Member Functions | |
| 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... | |
| virtual dimensionedScalar | Dcorr () const =0 |
| Return ignition kernel dimensionality correction to 3D. More... | |
| virtual dimensionedScalar | Ak (const dimensionedScalar &Vk) const =0 |
| Return the area of the ignition kernel. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const kernelShape &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< kernelShape > | New (const fvMesh &mesh, const dictionary &dict) |
| Return a reference to the selected kernelShape model. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict) |
| Update coefficients from given dictionary. More... | |
Base class for ignition kernel flame wrinkling Xi correction.
kernelShape
{
type <type>;
}
Definition at line 59 of file kernelShape.H.
| kernelShape | ( | const fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 59 of file kernelShape.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Reimplemented in spherical, and cylindrical.
Definition at line 39 of file kernelShape.C.
Referenced by cylindrical::readCoeffs(), and spherical::readCoeffs().

| TypeName | ( | "kernelShape" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| kernelShape | , | ||
| dictionary | , | ||
| (const fvMesh &mesh, const dictionary &dict) | , | ||
| (mesh, dict) | |||
| ) |
|
static |
Return a reference to the selected kernelShape model.
Definition at line 30 of file kernelShapeNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::indentOrNl(), Foam::Info, dictionary::lookup(), mesh, Foam::nl, dictionary::optionalTypeDict(), and Foam::type().

|
pure virtual |
Return ignition kernel dimensionality correction to 3D.
Implemented in spherical, planar, and cylindrical.
|
pure virtual |
Return the area of the ignition kernel.
calculated from the given kernel volume
Implemented in spherical, planar, and cylindrical.
| bool read | ( | const dictionary & | XiProperties | ) |
Update properties from the given XiProperties dictionary.
Definition at line 65 of file kernelShape.C.
References dict, dictionary::optionalTypeDict(), dictionary::subDict(), and Foam::type().

|
delete |
Disallow default bitwise assignment.