Go to the documentation of this file.
49 #ifndef displacementMotionSolverMeshMover_H
50 #define displacementMotionSolverMeshMover_H
100 const label nAllowableErrors,
108 TypeName(
"displacementMotionSolver");
135 const label nAllowableErrors,
displacementMotionSolverMeshMover(const dictionary &dict, const List< labelPair > &baffles, pointVectorField &pointDisplacement, const bool dryRun)
virtual ~displacementMotionSolverMeshMover()
Quality-based under-relaxation wrapped around generic displacementMotionSolver.
Utility functions for mesh motion solvers.
virtual void movePoints(const pointField &)
pointVectorField & pointDisplacement()
Generic templated field type.
Given a displacement moves the mesh by scaling the displacement back until there are no more mesh err...
virtual void updateMesh(const mapPolyMesh &)
virtual bool move(const dictionary &, const label nAllowableErrors, labelList &checkFaces)
Virtual base class for mesh movers with externally provided displacement field giving the boundary co...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("displacementMotionSolver")
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.