

Public Member Functions | |
| TypeName ("motionSolver") | |
| Runtime type information. More... | |
| motionSolver (fvMesh &mesh, const dictionary &dict) | |
| Construct from fvMesh. More... | |
| motionSolver (const motionSolver &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~motionSolver () | |
| Destructor. More... | |
| const Foam::motionSolver & | motion () const |
| Return the motionSolver. More... | |
| virtual bool | solidBody () const |
| Is this motion solid body? Delegate to the motion solver. More... | |
| virtual bool | update () |
| Update the mesh for both mesh motion and topology change. More... | |
| virtual void | topoChange (const polyTopoChangeMap &) |
| Update corresponding to the given map. More... | |
| virtual void | mapMesh (const polyMeshMap &) |
| Update from another mesh using the given map. More... | |
| virtual void | distribute (const polyDistributionMap &) |
| Update corresponding to the given distribution map. More... | |
| virtual bool | write (const bool write=true) const |
| Write the motion solver state. More... | |
| void | operator= (const motionSolver &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvMeshMover | |
| TypeName ("fvMeshMover") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, fvMeshMover, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
| fvMeshMover (fvMesh &) | |
| Construct from fvMesh. More... | |
| fvMeshMover (const fvMeshMover &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~fvMeshMover () |
| Destructor. More... | |
| fvMesh & | mesh () |
| Return the fvMesh. More... | |
| const fvMesh & | mesh () const |
| Return the fvMesh. More... | |
| virtual bool | dynamic () const |
| Is mesh dynamic, i.e. might it change? More... | |
| void | operator= (const fvMeshMover &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvMeshMover | |
| static autoPtr< fvMeshMover > | New (fvMesh &) |
| Select, construct and return the fvMeshMover. More... | |
Definition at line 52 of file motionSolver_fvMeshMover.H.
| motionSolver | ( | fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from fvMesh.
Definition at line 44 of file motionSolver_fvMeshMover.C.
|
delete |
Disallow default bitwise copy construction.
| ~motionSolver | ( | ) |
Destructor.
Definition at line 58 of file motionSolver_fvMeshMover.C.
| TypeName | ( | "motionSolver" | ) |
Runtime type information.
| const Foam::motionSolver & motion | ( | ) | const |
Return the motionSolver.
Definition at line 64 of file motionSolver_fvMeshMover.C.
Referenced by rigidBodyForces::CofR().

|
virtual |
Is this motion solid body? Delegate to the motion solver.
Reimplemented from fvMeshMover.
Definition at line 70 of file motionSolver_fvMeshMover.C.
|
virtual |
Update the mesh for both mesh motion and topology change.
Implements fvMeshMover.
Definition at line 76 of file motionSolver_fvMeshMover.C.
References mesh, and fvMesh::movePoints().

|
virtual |
Update corresponding to the given map.
Implements fvMeshMover.
Definition at line 85 of file motionSolver_fvMeshMover.C.
|
virtual |
Update from another mesh using the given map.
Implements fvMeshMover.
Definition at line 91 of file motionSolver_fvMeshMover.C.
|
virtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 97 of file motionSolver_fvMeshMover.C.
|
virtual |
Write the motion solver state.
Reimplemented from fvMeshMover.
Definition at line 106 of file motionSolver_fvMeshMover.C.
References Foam::vtkWriteOps::write().

|
delete |
Disallow default bitwise assignment.