125#ifndef Foam_functionObjects_cellDecomposer_H
126#define Foam_functionObjects_cellDecomposer_H
163 bool cacheDecomposition_;
166 autoPtr<tetDecomposer> tetDecompPtr_;
169 autoPtr<mapPolyMesh> mapPtr_;
179 bool mapFieldType()
const;
183 bool writeFieldType()
const;
188 tmp<GeometricField<Type, fvPatchField, volMesh>>
191 const GeometricField<Type, fvPatchField, volMesh>& vf,
196 const bool allowUnmapped
231 virtual bool write();
Generic GeometricField class.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Maps input fields from local mesh to a secondary mesh at runtime.
TypeName("cellDecomposer")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
cellDecomposer(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual ~cellDecomposer()=default
Destructor.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
Mesh data needed to do the Finite Volume discretisation.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Decomposes polyMesh into tets (or pyramids).
A class for managing temporary objects.
A List of wordRe with additional matching capabilities.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
UList< label > labelUList
A UList of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
Forwards and collection of common volume field types.