63#ifndef displacementLayeredMotionMotionSolver_H
64#define displacementLayeredMotionMotionSolver_H
83class displacementLayeredMotionMotionSolver
98 const label cellZoneI,
104 const label cellZoneI,
111 const label cellZoneI,
112 const bitSet& isZonePoint,
132 const label cellZoneI,
138 displacementLayeredMotionMotionSolver
140 const displacementLayeredMotionMotionSolver&
144 void operator=(
const displacementLayeredMotionMotionSolver&) =
delete;
150 TypeName(
"displacementLayeredMotion");
156 displacementLayeredMotionMotionSolver
164 displacementLayeredMotionMotionSolver
183 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A HashTable of pointers to objects of type <T> with a label key.
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
A cylindrical coordinate system (r-theta-z). The coordinate system angle theta is always in radians.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
~displacementLayeredMotionMotionSolver()=default
Destructor.
TypeName("displacementLayeredMotion")
Runtime type information.
virtual void updateMesh(const mapPolyMesh &mpm)
Update topology.
virtual void solve()
Solve for motion.
pointVectorField & pointDisplacement() noexcept
Return reference to the point motion displacement field.
displacementMotionSolver(const displacementMotionSolver &)=delete
No copy construct.
A subset of mesh faces organised as a primitive patch.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const polyMesh & mesh() const
Return reference to mesh.
pointField & points0() noexcept
Return reference to the reference ('0') pointField.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
scalar distance(const vector &p1, const vector &p2)
List< label > labelList
A List of labels.
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorIOField pointIOField
pointIOField is a vectorIOField.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< vector > vectorField
Specialisation of Field<T> for vector.
Field< label > labelField
Specialisation of Field<T> for label.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.