50#ifndef displacementInterpolationMotionSolver_H
51#define displacementInterpolationMotionSolver_H
64class displacementInterpolationMotionSolver
96 void calcInterpolation();
99 displacementInterpolationMotionSolver
101 const displacementInterpolationMotionSolver&
105 void operator=(
const displacementInterpolationMotionSolver&) =
delete;
111 TypeName(
"displacementInterpolation");
117 displacementInterpolationMotionSolver
124 displacementInterpolationMotionSolver
A 1D vector of objects of type <T> with a fixed length <N>.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
TypeName("displacementInterpolation")
Runtime type information.
~displacementInterpolationMotionSolver()=default
Destructor.
virtual void solve()
Solve for motion.
pointVectorField & pointDisplacement() noexcept
Return reference to the point motion displacement field.
displacementMotionSolver(const displacementMotionSolver &)=delete
No copy construct.
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.
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorIOField pointIOField
pointIOField is a vectorIOField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.