36#ifndef motionSmootherData_H
37#define motionSmootherData_H
pointVectorField & displacement()
Reference to displacement field.
pointField oldPoints_
Starting mesh position.
const pointScalarField & scale() const
Reference to scale field.
pointScalarField scale_
Scale factor for displacement.
const pointField & oldPoints() const
Starting mesh position.
motionSmootherData(const pointMesh &pMesh)
Construct read.
pointVectorField displacement_
Displacement field.
Mesh representing a set of points created from polyMesh.
GeometricField< scalar, pointPatchField, pointMesh > pointScalarField
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorField pointField
pointField is a vectorField.