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

Public Member Functions | |
| 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 dimensionedScalar | Ak (const dimensionedScalar &Vk) const =0 |
| Return the area of the ignition kernel. 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... | |
Static Public Member Functions | |
| static autoPtr< XiCorrModel > | New (const fvMesh &mesh, const dictionary &dict) |
| Return a reference to the selected XiCorrModel 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.
XiCorr
{
type <type>;
cellZone all;
bMin 0.05;
}
Where:
| Property | Description | Required | Default value |
|---|---|---|---|
cellZone | Correction cellZone | yes | |
bMin | Min b below which no correction | no | 0.01 |
Definition at line 84 of file XiCorrModel.H.
| XiCorrModel | ( | const fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from mesh and dictionary.
Definition at line 49 of file XiCorrModel.C.
References dict, and XiCorrModel::readCoeffs().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 64 of file XiCorrModel.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Reimplemented in spherical, and cylindrical.
Definition at line 40 of file XiCorrModel.C.
References dict, and dimensioned< Type >::readIfPresent().
Referenced by cylindrical::readCoeffs(), spherical::readCoeffs(), and XiCorrModel::XiCorrModel().


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

|
pure virtual |
Return the area of the ignition kernel.
calculated from the given kernel volume
Implemented in spherical, planar, and cylindrical.
|
virtual |
Definition at line 70 of file XiCorrModel.C.
References b, cells, Foam::dimVolume, Foam::endl(), Foam::gSum(), Foam::Info, Foam::max(), DimensionedField< Type, GeoMesh, PrimitiveField >::mesh(), Foam::min(), Foam::reduce(), and dimensioned< Type >::value().

|
virtual |
Update topology using the given map.
Definition at line 115 of file XiCorrModel.C.
|
virtual |
Update from another mesh using the given map.
Definition at line 124 of file XiCorrModel.C.
|
virtual |
Redistribute or update using the given distribution map.
Definition at line 130 of file XiCorrModel.C.
|
virtual |
Update for mesh motion.
Definition at line 139 of file XiCorrModel.C.
| bool read | ( | const dictionary & | XiProperties | ) |
Update properties from the given XiProperties dictionary.
Definition at line 146 of file XiCorrModel.C.
References dict, dictionary::optionalSubDict(), dictionary::subDict(), and Foam::type().

|
delete |
Disallow default bitwise assignment.