Go to the documentation of this file.
41 #ifndef externalDisplacementMeshMover_H
42 #define externalDisplacementMeshMover_H
100 TypeName(
"externalDisplacementMeshMover");
183 const label nAllowableErrors,
static labelList getFixedValueBCs(const pointVectorField &)
Extract fixed-value patchfields.
A class for handling words, derived from string.
Mesh consisting of general polyhedral cells.
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
externalDisplacementMeshMover(const externalDisplacementMeshMover &)
Disallow default bitwise copy construct.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
static autoPtr< externalDisplacementMeshMover > New(const word &type, const dictionary &dict, const List< labelPair > &baffles, pointVectorField &pointDisplacement)
Return a reference to the selected meshMover model.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
Virtual base class for mesh movers with externally provided displacement field giving the boundary co...
const pointVectorField & pointDisplacement() const
Return const reference to the point motion displacement field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
List< labelPair > baffles_
Baffles in the mesh.
Mesh representing a set of points created from polyMesh.
virtual ~externalDisplacementMeshMover()
Destructor.
static autoPtr< indirectPrimitivePatch > getPatch(const polyMesh &, const labelList &)
Construct patch on selected patches.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const pointMesh & pMesh() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("externalDisplacementMeshMover")
Runtime type information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
declareRunTimeSelectionTable(autoPtr, externalDisplacementMeshMover, dictionary,(const dictionary &dict, const List< labelPair > &baffles, pointVectorField &pointDisplacement),(dict, baffles, pointDisplacement))
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
pointVectorField & pointDisplacement_
Reference to point motion field.
virtual bool move(const dictionary &, const label nAllowableErrors, labelList &checkFaces)=0
Move mesh using current pointDisplacement boundary values.
void operator=(const externalDisplacementMeshMover &)
Disallow default bitwise assignment.
const polyMesh & mesh() const