Go to the documentation of this file.
38 #ifndef componentVelocityMotionSolver_H
39 #define componentVelocityMotionSolver_H
91 TypeName(
"componentVelocityMotionSolver");
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
virtual void movePoints(const pointField &)
Update local data for geometry changes.
A class for handling words, derived from string.
direction cmpt(const word &cmptName) const
Return the component corresponding to the given component name.
word cmptName_
The component name to solve for.
pointScalarField pointMotionU_
Point motion field.
direction cmpt_
The component to solve for.
TypeName("componentVelocityMotionSolver")
Runtime type information.
Mesh consisting of general polyhedral cells.
Pre-declare SubField and related Field type.
Virtual base class for velocity motion solver.
componentVelocityMotionSolver(const componentVelocityMotionSolver &)
Disallow default bitwise copy construct.
Virtual base class for mesh motion solver.
virtual ~componentVelocityMotionSolver()
Destructor.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
pointScalarField & pointMotionU()
Non-const access to the pointMotionU in order to allow changes.
void operator=(const componentVelocityMotionSolver &)
Disallow default bitwise assignment.