Public Member Functions | |
motionSmootherData (const pointMesh &) | |
Construct read. More... | |
motionSmootherData (const pointVectorField &) | |
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 47 of file motionSmootherData.H.
motionSmootherData | ( | const pointMesh & | pMesh | ) |
Construct read.
Definition at line 31 of file motionSmootherData.C.
motionSmootherData | ( | const pointVectorField & | displacement | ) |
Construct from pointDisplacement.
Definition at line 65 of file motionSmootherData.C.
Foam::pointVectorField & displacement | ( | ) |
Reference to displacement field.
Definition at line 100 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 106 of file motionSmootherData.C.
References motionSmootherData::displacement_.
const Foam::pointScalarField & scale | ( | ) | const |
Reference to scale field.
Definition at line 112 of file motionSmootherData.C.
References motionSmootherData::scale_.
const Foam::pointField & oldPoints | ( | ) | const |
Starting mesh position.
Definition at line 118 of file motionSmootherData.C.
References motionSmootherData::oldPoints_.
|
protected |
Displacement field.
Definition at line 54 of file motionSmootherData.H.
Referenced by motionSmootherData::displacement().
|
protected |
Scale factor for displacement.
Definition at line 57 of file motionSmootherData.H.
Referenced by motionSmootherData::scale().
|
protected |
Starting mesh position.
Definition at line 60 of file motionSmootherData.H.
Referenced by motionSmootherData::oldPoints().