Go to the documentation of this file.
38 #ifndef velocityMotionSolver_H
39 #define velocityMotionSolver_H
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A class for handling words, derived from string.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
velocityMotionSolver(const velocityMotionSolver &)
Disallow default bitwise copy construct.
Virtual base class for velocity motion solver.
Mesh consisting of general polyhedral cells.
const pointVectorField & pointMotionU() const
Return const reference to the point motion velocity field.
Pre-declare SubField and related Field type.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
pointVectorField pointMotionU_
Point motion field.
TypeName("velocityMotionSolver")
Runtime type information.
virtual ~velocityMotionSolver()
Destructor.
Virtual base class for mesh motion solver.
pointVectorField & pointMotionU()
Return reference to the point motion velocity field.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
void operator=(const velocityMotionSolver &)
Disallow default bitwise assignment.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.