Public Member Functions | Protected Attributes | List of all members
motionSmootherData Class Reference
Inheritance diagram for motionSmootherData:
Inheritance graph
[legend]
Collaboration diagram for motionSmootherData:
Collaboration graph
[legend]

Public Member Functions

 motionSmootherData (const pointMesh &pMesh)
 
 motionSmootherData (const pointVectorField &displacement)
 
pointVectorFielddisplacement ()
 
const pointVectorFielddisplacement () const
 
const pointScalarFieldscale () const
 
const pointFieldoldPoints () const
 

Protected Attributes

pointVectorField displacement_
 
pointScalarField scale_
 
pointField oldPoints_
 

Detailed Description

Source files

Definition at line 45 of file motionSmootherData.H.

Constructor & Destructor Documentation

◆ motionSmootherData() [1/2]

motionSmootherData ( const pointMesh pMesh)
explicit

Definition at line 26 of file motionSmootherData.C.

◆ motionSmootherData() [2/2]

motionSmootherData ( const pointVectorField displacement)
explicit

Definition at line 60 of file motionSmootherData.C.

Member Function Documentation

◆ displacement() [1/2]

const Foam::pointVectorField & displacement ( )

Definition at line 95 of file motionSmootherData.C.

References motionSmootherData::displacement_.

Referenced by snappySnapDriver::doSnap(), snappySnapDriver::scaleMesh(), and snappySnapDriver::smoothDisplacement().

Here is the caller graph for this function:

◆ displacement() [2/2]

const pointVectorField& displacement ( ) const

◆ scale()

const Foam::pointScalarField & scale ( ) const

Definition at line 107 of file motionSmootherData.C.

◆ oldPoints()

const Foam::pointField & oldPoints ( ) const

Definition at line 113 of file motionSmootherData.C.

Member Data Documentation

◆ displacement_

pointVectorField displacement_
protected

Definition at line 52 of file motionSmootherData.H.

Referenced by motionSmootherData::displacement().

◆ scale_

pointScalarField scale_
protected

Definition at line 55 of file motionSmootherData.H.

◆ oldPoints_

pointField oldPoints_
protected

Definition at line 58 of file motionSmootherData.H.


The documentation for this class was generated from the following files: