Prototype fvMeshTopoChanger without any added functionality. More...
Public Member Functions | |
TypeName ("raw") | |
Runtime type information. More... | |
raw (fvMesh &mesh, const dictionary &dict) | |
Construct from fvMesh and dictionary. More... | |
raw (const raw &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~raw () |
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 raw &)=delete |
Disallow default bitwise assignment. More... | |
![]() | |
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 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... | |
Prototype fvMeshTopoChanger without any added functionality.
Can be used as the starting point for any polyTopoChanger based topo-changer.
Note: run without FOAM_SETNAN. Temporary has unitialised patch data when faces are created out of nothing.
Definition at line 57 of file fvMeshTopoChangersRaw.H.
raw | ( | fvMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from fvMesh and dictionary.
Definition at line 45 of file fvMeshTopoChangersRaw.C.
|
virtual |
Destructor.
Definition at line 54 of file fvMeshTopoChangersRaw.C.
TypeName | ( | "raw" | ) |
Runtime type information.
|
virtual |
Update the mesh for both mesh motion and topology change.
Implements fvMeshTopoChanger.
Definition at line 60 of file fvMeshTopoChangersRaw.C.
References Foam::endl(), Foam::faceMap(), forAll, Foam::Info, and autoPtr< T >::valid().
|
virtual |
Update corresponding to the given map.
Implements fvMeshTopoChanger.
Definition at line 165 of file fvMeshTopoChangersRaw.C.
|
virtual |
Update from another mesh using the given map.
Implements fvMeshTopoChanger.
Definition at line 169 of file fvMeshTopoChangersRaw.C.
|
virtual |
Update corresponding to the given distribution map.
Implements fvMeshTopoChanger.
Definition at line 173 of file fvMeshTopoChangersRaw.C.
|
delete |
Disallow default bitwise assignment.