Public Member Functions | |
UpdateableMeshObject (regIOobject &io, const Mesh &mesh) | |
virtual void | topoChange (const polyTopoChangeMap &map)=0 |
Update topology using the given map. More... | |
virtual void | mapMesh (const polyMeshMap &map)=0 |
Update from another mesh using the given map. More... | |
![]() | |
DistributeableMeshObject (regIOobject &io, const Mesh &mesh) | |
virtual void | distribute (const polyDistributionMap &map)=0 |
Redistribute or update using the given distribution map. More... | |
![]() | |
MoveableMeshObject (regIOobject &io, const Mesh &mesh) | |
virtual bool | movePoints ()=0 |
Update for mesh motion. More... | |
![]() | |
GeometricMeshObject (regIOobject &io, const Mesh &mesh) | |
![]() | |
TopologicalMeshObject (regIOobject &io, const Mesh &mesh) | |
virtual | ~TopologicalMeshObject ()=default |
Virtual destructor to make class polymorphic. More... | |
Definition at line 144 of file MeshObjects.H.
|
inline |
Definition at line 150 of file MeshObjects.H.
|
pure virtual |
Update topology using the given map.
Implemented in anisotropic, MaxwellStefan< BasicThermophysicalTransportModel >, MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, Fickian< BasicThermophysicalTransportModel >, Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >, cellEdgeAddressingList, pointMesh, twoDPointCorrector, parcelClouds, volPointInterpolation, pointConstraints, wallDist, nearWallDist, fvModels, and fvConstraints.
Referenced by polyMesh::addPatch().
|
pure virtual |
Update from another mesh using the given map.
Implemented in anisotropic, MaxwellStefan< BasicThermophysicalTransportModel >, MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, Fickian< BasicThermophysicalTransportModel >, Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >, cellEdgeAddressingList, pointMesh, twoDPointCorrector, parcelClouds, volPointInterpolation, pointConstraints, wallDist, nearWallDist, fvModels, and fvConstraints.