Go to the documentation of this file.
34 #ifndef decompositionModel_H
35 #define decompositionModel_H
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling file names.
static autoPtr< decompositionMethod > New(const dictionary &decompositionDict)
Return a reference to the selected decomposition method.
static IOobject selectIO(const IOobject &, const fileName &)
Helper: return IOobject with optionally absolute path provided.
autoPtr< decompositionMethod > decomposerPtr_
virtual void updateMesh(const mapPolyMesh &)
MeshObject wrapper of decompositionMethod.
Mesh consisting of general polyhedral cells.
decompositionModel(const polyMesh &, const fileName &="")
Construct from typeName or optional path to controlDictionary.
const polyMesh & mesh() const
decompositionMethod & decomposer() const
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for decomposition.
static const decompositionModel & New(const polyMesh &mesh, const fileName &decompDictFile="")
Read (optionallly from absolute path) & register on mesh.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
ClassName("decompositionModel")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
virtual bool movePoints()