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) |
| void | setControlField (const scalarField &controlField) |
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) |
| 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 53 of file displacementMethodelasticityMotionSolver.H.
| displacementMethodelasticityMotionSolver | ( | fvMesh & | mesh, |
| const labelList & | patchIDs | ||
| ) |
Construct from components.
Definition at line 52 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 103 of file displacementMethodelasticityMotionSolver.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, Foam::gMax(), Foam::mag(), Foam::max(), Foam::foamVersion::patch, points, and VectorSpace< Vector< scalar >, scalar, 3 >::zero.
|
virtual |
Set motion filed related to model based on given motion.
Implements displacementMethod.
Definition at line 164 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 194 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 203 of file displacementMethodelasticityMotionSolver.C.
References NotImplemented.
|
protected |
Definition at line 61 of file displacementMethodelasticityMotionSolver.H.
|
protected |
Definition at line 63 of file displacementMethodelasticityMotionSolver.H.
|
protected |
Definition at line 65 of file displacementMethodelasticityMotionSolver.H.