Wrapper class so that a pointMeshMover can be instantiated to move an fvMesh. More...


Public Member Functions | |
| TypeName (Foam::pointMeshMover::typeName_()) | |
| Runtime type information. More... | |
| pointMeshMover (fvMesh &mesh, const dictionary &dict) | |
| Construct from fvMesh. More... | |
| pointMeshMover (const pointMeshMover &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~pointMeshMover () | |
| Destructor. More... | |
| const Foam::pointMeshMover & | mover () const |
| Return the pointMeshMover. More... | |
| virtual bool | solidBodyMotion () 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 pointMeshMover &)=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... | |
Wrapper class so that a pointMeshMover can be instantiated to move an fvMesh.
Definition at line 51 of file pointMeshMover_fvMeshMover.H.
| pointMeshMover | ( | fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from fvMesh.
Definition at line 52 of file pointMeshMover_fvMeshMover.C.
|
delete |
Disallow default bitwise copy construction.
| ~pointMeshMover | ( | ) |
Destructor.
Definition at line 76 of file pointMeshMover_fvMeshMover.C.
| TypeName | ( | Foam::pointMeshMover::typeName_() | ) |
Runtime type information.
| const Foam::pointMeshMover & mover | ( | ) | const |
Return the pointMeshMover.
Definition at line 82 of file pointMeshMover_fvMeshMover.C.
Referenced by rigidBodyForces::CofR(), and rigidBodySectionalForcesBase::motion().

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

|
virtual |
Update corresponding to the given map.
Implements fvMeshMover.
Definition at line 104 of file pointMeshMover_fvMeshMover.C.
|
virtual |
Update from another mesh using the given map.
Implements fvMeshMover.
Definition at line 113 of file pointMeshMover_fvMeshMover.C.
|
virtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 119 of file pointMeshMover_fvMeshMover.C.
|
virtual |
Write the motion solver state.
Reimplemented from fvMeshMover.
Definition at line 128 of file pointMeshMover_fvMeshMover.C.
References Foam::vtkWriteOps::write().

|
delete |
Disallow default bitwise assignment.