Go to the documentation of this file.
38 #ifndef displacementMotionSolver_H
39 #define displacementMotionSolver_H
85 TypeName(
"displacementMotionSolver");
116 const word& solverTypeName,
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static autoPtr< displacementMotionSolver > New(const word &solverTypeName, const polyMesh &, const IOdictionary &, const pointVectorField &pointDisplacement, const pointIOField &points0)
Select constructed from polyMesh, dictionary and components.
A class for handling words, derived from string.
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
Mesh consisting of general polyhedral cells.
const pointVectorField & pointDisplacement() const
Return const reference to the point motion displacement field.
virtual ~displacementMotionSolver()
Destructor.
const pointField & points0() const
Return reference to the reference field.
Pre-declare SubField and related Field type.
pointVectorField pointDisplacement_
Point motion field.
pointIOField points0_
Starting points.
Virtual base class for displacement motion solver.
declareRunTimeSelectionTable(autoPtr, displacementMotionSolver, displacement,(const polyMesh &mesh, const IOdictionary &dict, const pointVectorField &pointDisplacement, const pointIOField &points0),(mesh, dict, pointDisplacement, points0))
pointField & points0()
Return reference to the reference field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Virtual base class for mesh motion solver.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
void operator=(const displacementMotionSolver &)
Disallow default bitwise assignment.
displacementMotionSolver(const displacementMotionSolver &)
Disallow default bitwise copy construct.
const polyMesh & mesh() const
Return reference to mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
static IOobject points0IO(const polyMesh &mesh)
Return IO object for points0.
TypeName("displacementMotionSolver")
Runtime type information.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.