

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

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