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


Public Member Functions | |
| TypeName ("elasticityMotionSolver") | |
| Runtime type information. More... | |
| displacementMethodelasticityMotionSolver (fvMesh &mesh, const labelList &patchIDs) | |
| Construct from components. More... | |
| virtual | ~displacementMethodelasticityMotionSolver ()=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 elasticityMotionSolver motion solver.
Definition at line 49 of file displacementMethodelasticityMotionSolver.H.
| displacementMethodelasticityMotionSolver | ( | fvMesh & | mesh, |
| const labelList & | patchIDs | ||
| ) |
Construct from components.
Definition at line 46 of file displacementMethodelasticityMotionSolver.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "elasticityMotionSolver" | ) |
Runtime type information.
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 97 of file displacementMethodelasticityMotionSolver.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, Foam::gMax(), Foam::mag(), Foam::max(), Foam::foamVersion::patch, and points.

|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 158 of file displacementMethodelasticityMotionSolver.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, Foam::gMax(), Foam::mag(), and Foam::max().

|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc)
Implements displacementMethod.
Definition at line 188 of file displacementMethodelasticityMotionSolver.C.
References NotImplemented.
|
virtual |
Set control field as a vectorField. For methods working with parameters (RBF etc)
Implements displacementMethod.
Definition at line 197 of file displacementMethodelasticityMotionSolver.C.
References NotImplemented.
|
protected |
Definition at line 57 of file displacementMethodelasticityMotionSolver.H.
|
protected |
Definition at line 59 of file displacementMethodelasticityMotionSolver.H.
|
protected |
Definition at line 61 of file displacementMethodelasticityMotionSolver.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.