40#ifndef componentDisplacementMotionSolver_H
41#define componentDisplacementMotionSolver_H
57class componentDisplacementMotionSolver
86 componentDisplacementMotionSolver
88 const componentDisplacementMotionSolver&
92 void operator=(
const componentDisplacementMotionSolver&) =
delete;
98 TypeName(
"componentDisplacementMotionSolver");
104 componentDisplacementMotionSolver
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
word cmptName_
The component name to solve for.
scalarField points0_
Reference point field for this component.
pointScalarField pointDisplacement_
Point motion field.
scalarField & points0()
Return reference to the reference field.
const scalarField & points0() const
Return reference to the reference field.
TypeName("componentDisplacementMotionSolver")
Runtime type information.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual ~componentDisplacementMotionSolver()
Destructor.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
direction cmpt_
The component to solve for.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
motionSolver(const polyMesh &mesh)
Construct from polyMesh.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
GeometricField< scalar, pointPatchField, pointMesh > pointScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.