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

Function hitPatch

src/lagrangian/solidParticle/solidParticle.C:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98bool Foam::solidParticle::hitPatch
99(
100 const polyPatch&,
101 trackingData&,
102 const label,
103 const scalar,
104 const tetIndices&
105)
106{
107 return false;
108}
109
110
111void Foam::solidParticle::hitProcessorPatch

Callers 3

KinematicParcel.CFile · 0.50
DSMCParcel.CFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected