Go to the documentation of this file.
64 decompositionModel::canonicalName,
68 (fallback ? IOobject::READ_IF_PRESENT : IOobject::MUST_READ),
112 return *decomposerPtr_;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for handling words, derived from Foam::string.
A class for handling file names.
decompositionMethod & decomposer() const
Return demand-driven decomposition method.
const word & name() const
MeshObject wrapper of decompositionMethod.
Mesh consisting of general polyhedral cells.
static const decompositionModel & New(const polyMesh &mesh, const fileName &decompDictFile="", const dictionary *fallback=nullptr)
static const word canonicalName
const polyMesh & mesh() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base class for domain decomposition.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Global function forwards to reuseTmpDimensionedField::New.
static autoPtr< decompositionMethod > New(const dictionary &decompDict, const word ®ionName="")
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
decompositionModel(const polyMesh &mesh, const fileName &decompDictFile="", const dictionary *fallback=nullptr)
defineTypeNameAndDebug(combustionModel, 0)