Go to the documentation of this file.
44 #ifndef displacementInterpolationMotionSolver_H
45 #define displacementInterpolationMotionSolver_H
105 TypeName(
"displacementInterpolation");
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
void operator=(const displacementInterpolationMotionSolver &)
Disallow default bitwise assignment.
A class for managing temporary objects.
List< vectorField > displacements_
Interpolation table. From faceZone to displacements.
List< scalarField > times_
Interpolation table. From faceZone to times.
TypeName("displacementInterpolation")
Runtime type information.
FixedList< labelListList, 3 > rangeToPoints_
Per direction, per range the points that are in it.
Mesh consisting of general polyhedral cells.
FixedList< List< scalarField >, 3 > rangeToWeights_
Per direction, per range the weight of the points relative.
virtual void solve()
Solve for motion.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
void calcInterpolation()
Read settings.
Virtual base class for displacement motion solver.
pointField & points0()
Return reference to the reference field.
FixedList< labelList, 3 > rangeToZone_
Per direction, per range the index of the lower.
~displacementInterpolationMotionSolver()
Destructor.
displacementInterpolationMotionSolver(const displacementInterpolationMotionSolver &)
Disallow default bitwise copy construct.
A 1D vector of objects of type <T> with a fixed size <Size>.
const polyMesh & mesh() const
Return reference to mesh.
Generic GeometricField class.
Mesh motion solver for an fvMesh.