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