Wrapper class for the volumetricBSplinesMotionSolver motion solver. More...
#include <displacementMethodvolumetricBSplinesMotionSolver.H>


Public Member Functions | |
| TypeName ("volumetricBSplinesMotionSolver") | |
| Runtime type information. | |
| displacementMethodvolumetricBSplinesMotionSolver (fvMesh &mesh, const labelList &patchIDs) | |
| Construct from components. | |
| virtual | ~displacementMethodvolumetricBSplinesMotionSolver ()=default |
| Destructor. | |
| void | setMotionField (const pointVectorField &pointMovement) |
| Set motion filed related to model based on given motion. | |
| void | setMotionField (const volVectorField &cellMovement) |
| Set motion filed related to model based on given motion. | |
| void | setControlField (const vectorField &controlField) |
| Set control field as a vectorField. For methods working with parameters (RBF etc). | |
| void | setControlField (const scalarField &controlField) |
| Set control field as a vectorField. For methods working with parameters (RBF etc). | |
| void | boundControlField (vectorField &controlField) |
| Bound control field in certain directions etc. For methods working with parameters (RBF etc). | |
| Public Member Functions inherited from displacementMethod | |
| TypeName ("displacementMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, displacementMethod, dictionary,(fvMesh &mesh, const labelList &patchIDs),(mesh, patchIDs)) | |
| displacementMethod (fvMesh &mesh, const labelList &patchIDs) | |
| Construct from components. | |
| virtual | ~displacementMethod ()=default |
| Destructor. | |
| virtual bool | preferPointField () const |
| Whether the motion solver prefers a point of a vol field as input. | |
| autoPtr< motionSolver > & | getMotionSolver () |
| Get access to motionSolver. | |
| scalar | getMaxDisplacement () const |
| Get max displacement. | |
| void | setPatchIDs (const labelList &patchIDs) |
| Set parametertised patch IDs. | |
| void | update () |
| Update mesh. | |
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. | |
| Protected Attributes inherited from displacementMethod | |
| fvMesh & | mesh_ |
| labelList | patchIDs_ |
| IDs of the patches to be moved. | |
| autoPtr< motionSolver > | motionPtr_ |
| scalar | maxDisplacement_ |
| bool | preferPointField_ |
| Whether the motion solver prefers a point of a vol field as input. | |
Wrapper class for the volumetricBSplinesMotionSolver motion solver.
Definition at line 51 of file displacementMethodvolumetricBSplinesMotionSolver.H.
Construct from components.
Definition at line 43 of file displacementMethodvolumetricBSplinesMotionSolver.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "volumetricBSplinesMotionSolver" | ) |
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 56 of file displacementMethodvolumetricBSplinesMotionSolver.C.
References NotImplemented.
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 65 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 74 of file displacementMethodvolumetricBSplinesMotionSolver.C.
References displacementMethod::motionPtr_, and Foam::refCast().

|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc).
Implements displacementMethod.
Definition at line 87 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 96 of file displacementMethodvolumetricBSplinesMotionSolver.C.
References displacementMethod::motionPtr_, and Foam::refCast().
