Virtual base class for displacement motion solver. More...
Public Member Functions | |
TypeName ("displacementMotionSolver") | |
Runtime type information. More... | |
displacementMotionSolver (const polyMesh &, const dictionary &, const word &type) | |
Construct from mesh and dictionary. More... | |
displacementMotionSolver (const displacementMotionSolver &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~displacementMotionSolver () |
Destructor. More... | |
pointVectorField & | pointDisplacement () |
Return reference to the point motion displacement field. More... | |
const pointVectorField & | pointDisplacement () const |
Return const reference to the point motion displacement field. More... | |
void | operator= (const displacementMotionSolver &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from points0MotionSolver | |
TypeName ("points0MotionSolver") | |
Runtime type information. More... | |
points0MotionSolver (const polyMesh &, const dictionary &, const word &type) | |
Construct from mesh and dictionary. More... | |
points0MotionSolver (const points0MotionSolver &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~points0MotionSolver () |
Destructor. More... | |
pointField & | points0 () |
Return reference to the reference field. More... | |
const pointField & | points0 () const |
Return reference to the reference field. More... | |
virtual void | movePoints (const pointField &) |
Update local data for geometry changes. More... | |
virtual void | updateMesh (const mapPolyMesh &) |
Update local data for topology changes. More... | |
void | operator= (const points0MotionSolver &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from motionSolver | |
TypeName ("motionSolver") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, motionSolver, dictionary,(const polyMesh &mesh, const dictionary &dict),(mesh, dict)) | |
motionSolver (const polyMesh &mesh, const dictionary &, const word &type) | |
Construct from polyMesh and dictionary and type. More... | |
virtual autoPtr< motionSolver > | clone () const |
Clone function. More... | |
virtual | ~motionSolver () |
Destructor. More... | |
const polyMesh & | mesh () const |
Return reference to mesh. More... | |
const dictionary & | coeffDict () const |
Const access to the coefficients dictionary. More... | |
virtual tmp< pointField > | newPoints () |
Provide new points for motion. Solves for motion. More... | |
virtual tmp< pointField > | curPoints () const =0 |
Provide current points for motion. Uses current motion field. More... | |
virtual void | twoDCorrectPoints (pointField &) const |
virtual void | solve ()=0 |
Solve for motion. More... | |
virtual bool | write () const |
Optionally write motion state information for restart. More... | |
Protected Attributes | |
pointVectorField | pointDisplacement_ |
Point motion field. More... | |
Protected Attributes inherited from points0MotionSolver | |
pointIOField | points0_ |
Starting points. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from motionSolver | |
static autoPtr< motionSolver > | New (const polyMesh &, const dictionary &) |
Select constructed from polyMesh and dictionary. More... | |
Virtual base class for displacement motion solver.
The boundary displacement is set as a boundary condition on the pointDisplacement pointVectorField.
Definition at line 51 of file displacementMotionSolver.H.
displacementMotionSolver | ( | const polyMesh & | mesh, |
const dictionary & | dict, | ||
const word & | type | ||
) |
Construct from mesh and dictionary.
Definition at line 39 of file displacementMotionSolver.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 63 of file displacementMotionSolver.C.
TypeName | ( | "displacementMotionSolver" | ) |
Runtime type information.
|
inline |
Return reference to the point motion displacement field.
Definition at line 90 of file displacementMotionSolver.H.
References displacementMotionSolver::pointDisplacement_.
Referenced by rigidBodyMeshMotionSolver::solve().
|
inline |
Return const reference to the point motion displacement field.
Definition at line 96 of file displacementMotionSolver.H.
References displacementMotionSolver::operator=(), and displacementMotionSolver::pointDisplacement_.
|
delete |
Disallow default bitwise assignment.
Referenced by displacementMotionSolver::pointDisplacement().
|
mutableprotected |
Point motion field.
Definition at line 60 of file displacementMotionSolver.H.
Referenced by rigidBodyMeshMotion::curPoints(), displacementMotionSolver::pointDisplacement(), and rigidBodyMeshMotion::solve().