Wrapper class for the elasticityMotionSolver motion solver. More...
Public Member Functions | |
TypeName ("elasticityMotionSolver") | |
displacementMethodelasticityMotionSolver (fvMesh &mesh, const labelList &patchIDs) | |
virtual | ~displacementMethodelasticityMotionSolver ()=default |
void | setMotionField (const pointVectorField &pointMovement) |
void | setMotionField (const volVectorField &cellMovement) |
void | setControlField (const vectorField &controlField) |
void | setControlField (const scalarField &controlField) |
![]() | |
TypeName ("displacementMethod") | |
declareRunTimeSelectionTable (autoPtr, displacementMethod, dictionary,(fvMesh &mesh, const labelList &patchIDs),(mesh, patchIDs)) | |
displacementMethod (fvMesh &mesh, const labelList &patchIDs) | |
virtual | ~displacementMethod ()=default |
virtual void | boundControlField (vectorField &controlField) |
autoPtr< motionSolver > & | getMotionSolver () |
scalar | getMaxDisplacement () const |
void | update () |
Protected Attributes | |
pointVectorField & | pointMotionU_ |
volVectorField & | cellMotionU_ |
bool | resetFields_ |
![]() | |
fvMesh & | mesh_ |
const labelList & | patchIDs_ |
autoPtr< motionSolver > | motionPtr_ |
scalar | maxDisplacement_ |
Additional Inherited Members | |
![]() | |
static autoPtr< displacementMethod > | New (fvMesh &mesh, const labelList &patchIDs) |
Wrapper class for the elasticityMotionSolver motion solver.
Definition at line 49 of file displacementMethodelasticityMotionSolver.H.
displacementMethodelasticityMotionSolver | ( | fvMesh & | mesh, |
const labelList & | patchIDs | ||
) |
Definition at line 46 of file displacementMethodelasticityMotionSolver.C.
|
virtualdefault |
TypeName | ( | "elasticityMotionSolver" | ) |
|
virtual |
Implements displacementMethod.
Definition at line 97 of file displacementMethodelasticityMotionSolver.C.
References GeometricField::boundaryField(), forAll, Foam::gMax(), Foam::mag(), Foam::max(), Foam::foamVersion::patch, points, and VectorSpace< Vector< scalar >, scalar, 3 >::zero.
|
virtual |
Implements displacementMethod.
Definition at line 158 of file displacementMethodelasticityMotionSolver.C.
References GeometricField::boundaryField(), forAll, Foam::gMax(), Foam::mag(), and Foam::max().
|
virtual |
Implements displacementMethod.
Definition at line 188 of file displacementMethodelasticityMotionSolver.C.
References NotImplemented.
|
virtual |
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.