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

Function removeFvBoundary

src/finiteVolume/fvMesh/fvMesh.C:478–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477
478void Foam::fvMesh::removeFvBoundary()
479{
480 if (debug)
481 {
482 InfoInFunction << "Removing boundary patches." << endl;
483 }
484
485 // Remove fvBoundaryMesh data first.
486 boundary_.clear();
487 boundary_.setSize(0);
488 polyMesh::removeBoundary();
489
490 clearOut();
491}
492
493
494Foam::polyMesh::readUpdateState Foam::fvMesh::readUpdate()

Callers

nothing calls this directly

Calls 4

removeBoundaryFunction · 0.85
clearOutFunction · 0.70
clearMethod · 0.45
setSizeMethod · 0.45

Tested by

no test coverage detected