MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / clearOut

Function clearOut

src/finiteVolume/fvMesh/fvMesh.C:230–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230void Foam::fvMesh::clearOut()
231{
232 clearGeom();
233 surfaceInterpolation::clearOut();
234
235 clearAddressing();
236
237 // Clear mesh motion flux
238 deleteDemandDrivenData(phiPtr_);
239
240 polyMesh::clearOut();
241}
242
243
244// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

Callers 4

removeFvBoundaryFunction · 0.70
fvMesh.CFile · 0.70
updateMeshFunction · 0.70

Calls 3

deleteDemandDrivenDataFunction · 0.85
clearGeomFunction · 0.70
clearAddressingFunction · 0.70

Tested by

no test coverage detected