Go to the documentation of this file.
43 #ifndef externalDisplacementMeshMover_H
44 #define externalDisplacementMeshMover_H
105 TypeName(
"externalDisplacementMeshMover");
147 const bool dryRun =
false
191 const label nAllowableErrors,
List< label > labelList
A List of labels.
vectorField pointField
pointField is a vectorField.
static labelList getFixedValueBCs(const pointVectorField &)
A class for handling words, derived from Foam::string.
static autoPtr< externalDisplacementMeshMover > New(const word &type, const dictionary &dict, const List< labelPair > &baffles, pointVectorField &pointDisplacement, const bool dryRun=false)
Mesh consisting of general polyhedral cells.
pointVectorField & pointDisplacement()
virtual void updateMesh(const mapPolyMesh &)
Generic templated field type.
virtual void movePoints(const pointField &)
Virtual base class for mesh movers with externally provided displacement field giving the boundary co...
const pointVectorField & pointDisplacement() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
List< labelPair > baffles_
Mesh representing a set of points created from polyMesh.
virtual ~externalDisplacementMeshMover()
static autoPtr< indirectPrimitivePatch > getPatch(const polyMesh &, const labelList &)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const pointMesh & pMesh() const
declareRunTimeSelectionTable(autoPtr, externalDisplacementMeshMover, dictionary,(const dictionary &dict, const List< labelPair > &baffles, pointVectorField &pointDisplacement, const bool dryRun),(dict, baffles, pointDisplacement, dryRun))
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
fileName::Type type(const fileName &name, const bool followLink=true)
TypeName("externalDisplacementMeshMover")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.
pointVectorField & pointDisplacement_
virtual bool move(const dictionary &, const label nAllowableErrors, labelList &checkFaces)=0
const polyMesh & mesh() const