

Public Member Functions | |
| TypeName ("list") | |
| Runtime type information. More... | |
| list (const polyMesh &, const dictionary &) | |
| Construct from mesh and dictionary. More... | |
| list (const list &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~list () |
| Destructor. More... | |
| virtual tmp< pointField > | newPoints () |
| Provide current points for motion. Uses current motion field. More... | |
| virtual void | movePoints (const pointField &) |
| Update local data for geometry changes. More... | |
| virtual void | topoChange (const polyTopoChangeMap &) |
| Update local data for topology changes. 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... | |
| void | operator= (const list &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from pointMeshMover | |
| TypeName ("pointMeshMover") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, pointMeshMover, dictionary,(const polyMesh &mesh, const dictionary &dict),(mesh, dict)) | |
| pointMeshMover (const polyMesh &mesh, const word &type) | |
| Construct from polyMesh and dictionary and type. More... | |
| virtual autoPtr< pointMeshMover > | clone () const |
| Clone function. More... | |
| virtual | ~pointMeshMover () |
| Destructor. More... | |
| const polyMesh & | poly () const |
| Return reference to mesh. More... | |
| virtual void | twoDCorrectPoints (pointField &) const |
| Correct point field for reduced-dimensionality cases. More... | |
| virtual bool | solidBodyMotion () const |
| Is the motion solid body? I.e., are the volumes and area magnitudes. More... | |
| virtual bool | write () const |
| Optionally write motion state information for restart. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from pointMeshMover | |
| static autoPtr< pointMeshMover > | New (const polyMesh &, const dictionary &) |
| Select constructed from polyMesh and dictionary. More... | |
Definition at line 55 of file list_pointMeshMover.H.
| list | ( | const polyMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from mesh and dictionary.
Definition at line 49 of file list_pointMeshMover.C.
References dict, forAllConstIter, mesh, Foam::name(), and pointMeshMover::New().

|
virtual |
Destructor.
Definition at line 79 of file list_pointMeshMover.C.
| TypeName | ( | "list" | ) |
Runtime type information.
|
virtual |
Provide current points for motion. Uses current motion field.
Implements pointMeshMover.
Definition at line 85 of file list_pointMeshMover.C.
References forAllIter, nPoints, and Foam::Zero.
|
virtual |
Update local data for geometry changes.
Implements pointMeshMover.
Definition at line 136 of file list_pointMeshMover.C.
References forAllIter, and points.
|
virtual |
Update local data for topology changes.
Implements pointMeshMover.
Definition at line 106 of file list_pointMeshMover.C.
References forAllIter.
|
virtual |
Update from another mesh using the given map.
Implements pointMeshMover.
Definition at line 115 of file list_pointMeshMover.C.
References forAllIter.
|
virtual |
Update corresponding to the given distribution map.
Implements pointMeshMover.
Definition at line 124 of file list_pointMeshMover.C.
References forAllIter.
|
delete |
Disallow default bitwise assignment.