Sequence of mesh topology changes applied in order. More...
Public Member Functions | |
TypeName ("list") | |
Runtime type information. More... | |
list (fvMesh &mesh, const dictionary &dict) | |
Construct from fvMesh and dictionary. More... | |
list (const list &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~list () |
Destructor. 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... | |
void | operator= (const list &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvMeshTopoChanger | |
TypeName ("fvMeshTopoChanger") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, fvMeshTopoChanger, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
fvMeshTopoChanger (fvMesh &) | |
Construct from fvMesh. More... | |
fvMeshTopoChanger (const fvMeshTopoChanger &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~fvMeshTopoChanger () |
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... | |
virtual bool | write (const bool write=true) const |
Write the mover state. More... | |
void | operator= (const fvMeshTopoChanger &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvMeshTopoChanger | |
static autoPtr< fvMeshTopoChanger > | New (fvMesh &, const dictionary &dict) |
Select, construct and return the fvMeshTopoChanger. More... | |
static autoPtr< fvMeshTopoChanger > | New (fvMesh &) |
Select, construct and return the fvMeshTopoChanger. More... | |
Sequence of mesh topology changes applied in order.
Definition at line 51 of file fvMeshTopoChangersList.H.
list | ( | fvMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from fvMesh and dictionary.
Definition at line 45 of file fvMeshTopoChangersList.C.
References dict, forAllConstIter, fvMeshTopoChanger::mesh(), Foam::name(), and fvMeshTopoChanger::New().
|
virtual |
Destructor.
Definition at line 70 of file fvMeshTopoChangersList.C.
TypeName | ( | "list" | ) |
Runtime type information.
|
virtual |
Update the mesh for both mesh motion and topology change.
Implements fvMeshTopoChanger.
Definition at line 76 of file fvMeshTopoChangersList.C.
References forAllIter.
|
virtual |
Update corresponding to the given map.
Implements fvMeshTopoChanger.
Definition at line 90 of file fvMeshTopoChangersList.C.
References forAllIter.
|
virtual |
Update from another mesh using the given map.
Implements fvMeshTopoChanger.
Definition at line 99 of file fvMeshTopoChangersList.C.
References forAllIter.
|
virtual |
Update corresponding to the given distribution map.
Implements fvMeshTopoChanger.
Definition at line 108 of file fvMeshTopoChangersList.C.
References forAllIter.
|
delete |
Disallow default bitwise assignment.