#include <motionSmootherData.H>


Public Member Functions | |
| motionSmootherData (const pointMesh &pMesh) | |
| Construct read. | |
| motionSmootherData (const pointVectorField &displacement) | |
| Construct from pointDisplacement. | |
| pointVectorField & | displacement () |
| Reference to displacement field. | |
| const pointVectorField & | displacement () const |
| Reference to displacement field. | |
| const pointScalarField & | scale () const |
| Reference to scale field. | |
| const pointField & | oldPoints () const |
| Starting mesh position. | |
Protected Attributes | |
| pointVectorField | displacement_ |
| Displacement field. | |
| pointScalarField | scale_ |
| Scale factor for displacement. | |
| pointField | oldPoints_ |
| Starting mesh position. | |
Definition at line 45 of file motionSmootherData.H.
|
explicit |
Construct read.
Definition at line 25 of file motionSmootherData.C.
References Foam::dimless, displacement_, oldPoints_, points, scale_, and timeName.
Referenced by motionSmoother::motionSmoother(), and motionSmoother::motionSmoother().

|
explicit |
Construct from pointDisplacement.
Definition at line 59 of file motionSmootherData.C.
References Foam::dimless, displacement(), displacement_, mesh, oldPoints_, points, scale_, and timeName.

| Foam::pointVectorField & displacement | ( | ) |
Reference to displacement field.
Definition at line 95 of file motionSmootherData.C.
References displacement_.
Referenced by motionSmoother::ClassName(), snappySnapDriver::doSnap(), motionSmoother::motionSmoother(), motionSmootherData(), snappySnapDriver::scaleMesh(), and snappySnapDriver::smoothDisplacement().

| const Foam::pointVectorField & displacement | ( | ) | const |
Reference to displacement field.
Definition at line 101 of file motionSmootherData.C.
References displacement_.
| const Foam::pointScalarField & scale | ( | ) | const |
| const Foam::pointField & oldPoints | ( | ) | const |
|
protected |
Displacement field.
Definition at line 54 of file motionSmootherData.H.
Referenced by displacement(), displacement(), motionSmootherData(), and motionSmootherData().
|
protected |
Scale factor for displacement.
Definition at line 59 of file motionSmootherData.H.
Referenced by motionSmootherData(), motionSmootherData(), and scale().
|
protected |
Starting mesh position.
Definition at line 64 of file motionSmootherData.H.
Referenced by motionSmootherData(), motionSmootherData(), and oldPoints().