Wrapper class for the volumetricBSplinesMotionSolver motion solver. More...


Public Member Functions | |
| TypeName ("volumetricBSplinesMotionSolver") | |
| Runtime type information. More... | |
| displacementMethodvolumetricBSplinesMotionSolver (fvMesh &mesh, const labelList &patchIDs) | |
| Construct from components. More... | |
| virtual | ~displacementMethodvolumetricBSplinesMotionSolver ()=default |
| Destructor. More... | |
| void | setMotionField (const pointVectorField &pointMovement) |
| Set motion filed related to model based on given motion. More... | |
| void | setMotionField (const volVectorField &cellMovement) |
| Set motion filed related to model based on given motion. More... | |
| void | setControlField (const vectorField &controlField) |
| Set control field as a vectorField. For methods working with parameters (RBF etc) More... | |
| void | setControlField (const scalarField &controlField) |
| Set control field as a vectorField. For methods working with parameters (RBF etc) More... | |
| void | boundControlField (vectorField &controlField) |
| Bound control field in certain directions etc. For methods working with parameters (RBF etc) More... | |
Public Member Functions inherited from displacementMethod | |
| TypeName ("displacementMethod") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, displacementMethod, dictionary,(fvMesh &mesh, const labelList &patchIDs),(mesh, patchIDs)) | |
| displacementMethod (fvMesh &mesh, const labelList &patchIDs) | |
| Construct from components. More... | |
| virtual | ~displacementMethod ()=default |
| Destructor. More... | |
| virtual bool | preferPointField () const |
| Whether the motion solver prefers a point of a vol field as input. More... | |
| autoPtr< motionSolver > & | getMotionSolver () |
| Get access to motionSolver. More... | |
| scalar | getMaxDisplacement () const |
| Get max displacement. More... | |
| void | setPatchIDs (const labelList &patchIDs) |
| Set parametertised patch IDs. More... | |
| void | update () |
| Update mesh. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from displacementMethod | |
| static autoPtr< displacementMethod > | New (fvMesh &mesh, const labelList &patchIDs) |
| Return a reference to the selected turbulence model. More... | |
Protected Attributes inherited from displacementMethod | |
| fvMesh & | mesh_ |
| labelList | patchIDs_ |
| IDs of the patches to be moved. More... | |
| autoPtr< motionSolver > | motionPtr_ |
| scalar | maxDisplacement_ |
| bool | preferPointField_ |
| Whether the motion solver prefers a point of a vol field as input. More... | |
Wrapper class for the volumetricBSplinesMotionSolver motion solver.
Definition at line 51 of file displacementMethodvolumetricBSplinesMotionSolver.H.
| displacementMethodvolumetricBSplinesMotionSolver | ( | fvMesh & | mesh, |
| const labelList & | patchIDs | ||
| ) |
Construct from components.
Definition at line 45 of file displacementMethodvolumetricBSplinesMotionSolver.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "volumetricBSplinesMotionSolver" | ) |
Runtime type information.
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 57 of file displacementMethodvolumetricBSplinesMotionSolver.C.
References NotImplemented.
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 66 of file displacementMethodvolumetricBSplinesMotionSolver.C.
References NotImplemented.
|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc)
Implements displacementMethod.
Definition at line 75 of file displacementMethodvolumetricBSplinesMotionSolver.C.
|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc)
Implements displacementMethod.
Definition at line 88 of file displacementMethodvolumetricBSplinesMotionSolver.C.
References NotImplemented.
|
virtual |
Bound control field in certain directions etc. For methods working with parameters (RBF etc)
Reimplemented from displacementMethod.
Definition at line 97 of file displacementMethodvolumetricBSplinesMotionSolver.C.