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


Public Member Functions | |
| TypeName ("laplacianMotionSolver") | |
| Runtime type information. More... | |
| displacementMethodlaplacianMotionSolver (fvMesh &mesh, const labelList &patchIDs) | |
| Construct from components. More... | |
| virtual | ~displacementMethodlaplacianMotionSolver ()=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... | |
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 void | boundControlField (vectorField &controlField) |
| Bound control field in certain directions etc. For methods working with parameters (RBF etc) does nothing by default. More... | |
| autoPtr< motionSolver > & | getMotionSolver () |
| Get access to motionSolver. More... | |
| scalar | getMaxDisplacement () const |
| Get max displacement. More... | |
| void | update () |
| Update mesh. More... | |
Protected Attributes | |
| pointVectorField & | pointMotionU_ |
| volVectorField & | cellMotionU_ |
| bool | resetFields_ |
Protected Attributes inherited from displacementMethod | |
| fvMesh & | mesh_ |
| const labelList & | patchIDs_ |
| IDs of the patches to be moved. More... | |
| autoPtr< motionSolver > | motionPtr_ |
| scalar | maxDisplacement_ |
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... | |
Wrapper class for the velocityLaplacian motion solver.
Definition at line 49 of file displacementMethodlaplacianMotionSolver.H.
| displacementMethodlaplacianMotionSolver | ( | fvMesh & | mesh, |
| const labelList & | patchIDs | ||
| ) |
Construct from components.
Definition at line 45 of file displacementMethodlaplacianMotionSolver.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "laplacianMotionSolver" | ) |
Runtime type information.
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 94 of file displacementMethodlaplacianMotionSolver.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::gMax(), Foam::mag(), and Foam::max().

|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 140 of file displacementMethodlaplacianMotionSolver.C.
References NotImplemented.
|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc)
Implements displacementMethod.
Definition at line 170 of file displacementMethodlaplacianMotionSolver.C.
References NotImplemented.
|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc)
Implements displacementMethod.
Definition at line 179 of file displacementMethodlaplacianMotionSolver.C.
References NotImplemented.
|
protected |
Definition at line 57 of file displacementMethodlaplacianMotionSolver.H.
|
protected |
Definition at line 59 of file displacementMethodlaplacianMotionSolver.H.
|
protected |
Definition at line 61 of file displacementMethodlaplacianMotionSolver.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.