38 #ifndef componentDisplacementMotionSolver_H 39 #define componentDisplacementMotionSolver_H 49 class polyTopoChangeMap;
87 TypeName(
"componentDisplacementMotionSolver");
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalarField & points0()
Return reference to the reference field.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Virtual base class for mesh motion solver.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
word cmptName_
The component name to solve for.
const word & name() const
Return name.
pointScalarField pointDisplacement_
Point motion field.
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.
componentDisplacementMotionSolver(const word &name, const polyMesh &, const dictionary &, const word &type)
Construct from polyMesh and dictionary and type.
Mesh consisting of general polyhedral cells.
Virtual base class for displacement motion solver.
Class containing mesh-to-mesh mapping information.
scalarField points0_
Reference point field for this component.
void operator=(const componentDisplacementMotionSolver &)=delete
Disallow default bitwise assignment.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("componentDisplacementMotionSolver")
Runtime type information.
virtual ~componentDisplacementMotionSolver()
Destructor.