| 96 | |
| 97 | |
| 98 | bool 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 | |
| 111 | void Foam::solidParticle::hitProcessorPatch |
no outgoing calls
no test coverage detected