Go to the documentation of this file.
34 #ifndef motionSmootherData_H
35 #define motionSmootherData_H
pointScalarField scale_
Scale factor for displacement.
pointVectorField displacement_
Displacement field.
motionSmootherData(const pointMesh &)
Construct read.
const pointField & oldPoints() const
Starting mesh position.
const pointScalarField & scale() const
Reference to scale field.
Pre-declare SubField and related Field type.
Mesh representing a set of points created from polyMesh.
pointField oldPoints_
Starting mesh position.
pointVectorField & displacement()
Reference to displacement field.
Generic GeometricField class.