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

Method valid

src/meshTools/cellDist/wallPoint/wallPointI.H:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132template<class TrackingData>
133inline bool Foam::wallPoint::valid(TrackingData& td) const
134{
135 return distSqr_ > -SMALL;
136}
137
138
139// Checks for cyclic faces

Callers 2

patchDataWave.CFile · 0.45
patchWave.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected