Abstract base class for fvMesh topology changers. More...
Classes | |
class | velocityMotionCorrection |
Helper class to update the velocity boundary conditions. More... | |
Public Member Functions | |
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 | update ()=0 |
Update the mesh for both mesh motion and topology change. More... | |
virtual void | topoChange (const polyTopoChangeMap &)=0 |
Update corresponding to the given map. More... | |
virtual void | mapMesh (const polyMeshMap &)=0 |
Update from another mesh using the given map. More... | |
virtual void | distribute (const polyDistributionMap &)=0 |
Update corresponding to the given distribution map. More... | |
virtual bool | write (const bool write=true) const |
Write the mover state. More... | |
void | operator= (const fvMeshTopoChanger &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
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... | |
Abstract base class for fvMesh topology changers.
These classes apply topology changes to the mesh, e.g. refinement/unrefinement, layer addition/removal, mesh-to-mesh mapping etc.
Definition at line 53 of file fvMeshTopoChanger.H.
|
explicit |
Construct from fvMesh.
Definition at line 40 of file fvMeshTopoChanger.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 59 of file fvMeshTopoChanger.C.
TypeName | ( | "fvMeshTopoChanger" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
fvMeshTopoChanger | , | ||
fvMesh | , | ||
(fvMesh &mesh, const dictionary &dict) | , | ||
(mesh, dict) | |||
) |
|
static |
Select, construct and return the fvMeshTopoChanger.
Definition at line 30 of file fvMeshTopoChangerNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, Foam::libs, fvMeshTopoChanger::mesh(), Foam::nl, and dlLibraryTable::open().
Referenced by list::list(), and fvMesh::postConstruct().
|
static |
Select, construct and return the fvMeshTopoChanger.
Definition at line 78 of file fvMeshTopoChangerNew.C.
References TimePaths::constant(), dict, dictionary::found(), typeIOobject< Type >::headerOk(), Foam::New(), IOobject::NO_WRITE, IOobject::READ_IF_PRESENT, dictionary::subDict(), and fvMesh::time().
|
inline |
Return the fvMesh.
Definition at line 134 of file fvMeshTopoChanger.H.
Referenced by list::list(), fvMeshTopoChanger::New(), and refiner::refiner().
|
inline |
Return the fvMesh.
Definition at line 140 of file fvMeshTopoChanger.H.
|
inlinevirtual |
Is mesh dynamic, i.e. might it change?
Defaults to true, set to false in the fvMeshTopoChangers::none
Reimplemented in none.
Definition at line 147 of file fvMeshTopoChanger.H.
|
pure virtual |
Update the mesh for both mesh motion and topology change.
Implemented in refiner, meshToMesh, none, and list.
|
pure virtual |
Update corresponding to the given map.
Implemented in refiner, meshToMesh, none, and list.
|
pure virtual |
Update from another mesh using the given map.
Implemented in refiner, meshToMesh, none, and list.
|
pure virtual |
Update corresponding to the given distribution map.
Implemented in refiner, meshToMesh, none, and list.
|
inlinevirtual |
Write the mover state.
Reimplemented in refiner.
Definition at line 165 of file fvMeshTopoChanger.H.
|
delete |
Disallow default bitwise assignment.