38 #ifndef componentVelocityMotionSolver_H 39 #define componentVelocityMotionSolver_H 84 TypeName(
"componentVelocityMotionSolver");
A list of keyword definitions, which are a keyword followed by any number of values (e...
Virtual base class for mesh motion solver.
virtual ~componentVelocityMotionSolver()
Destructor.
void operator=(const componentVelocityMotionSolver &)=delete
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Virtual base class for velocity motion solver.
TypeName("componentVelocityMotionSolver")
Runtime type information.
A class for handling words, derived from string.
componentVelocityMotionSolver(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
word cmptName_
The component name to solve for.
pointScalarField pointMotionU_
Point motion field.
pointScalarField & pointMotionU()
Non-const access to the pointMotionU in order to allow changes.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
direction cmpt_
The component to solve for.
Mesh consisting of general polyhedral cells.