49#ifndef displacementMotionSolverMeshMover_H
50#define displacementMotionSolverMeshMover_H
68 public externalDisplacementMeshMover
100 const label nAllowableErrors,
108 TypeName(
"displacementMotionSolver");
135 const label nAllowableErrors,
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
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,...
displacementMotionSolverMeshMover(const dictionary &dict, const List< labelPair > &baffles, pointVectorField &pointDisplacement, const bool dryRun)
Construct from a polyMesh and an IOdictionary.
virtual ~displacementMotionSolverMeshMover()
Destructor.
virtual bool move(const dictionary &, const label nAllowableErrors, labelList &checkFaces)
Move mesh using current pointDisplacement boundary values.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
TypeName("displacementMotionSolver")
Runtime type information.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
Utility functions for mesh motion solvers.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Given a displacement moves the mesh by scaling the displacement back until there are no more mesh err...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
GeometricField< scalar, pointPatchField, pointMesh > pointScalarField
List< label > labelList
A List of labels.
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.