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

Method flip

src/mesh/snappyHexMesh/meshRefinement/patchFaceOrientationI.H:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55inline void Foam::patchFaceOrientation::flip()
56{
57 if (flipStatus_ == orientedSurface::NOFLIP)
58 {
59 flipStatus_ = orientedSurface::FLIP;
60 }
61 else if (flipStatus_ == orientedSurface::FLIP)
62 {
63 flipStatus_ = orientedSurface::NOFLIP;
64 }
65}
66
67
68template<class TrackingData>

Callers 5

updateEdgeMethod · 0.45
updateFaceMethod · 0.45
consistentOrientationFunction · 0.45
updateEdgeMethod · 0.45
updateFaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected