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

Method patch

src/lagrangian/basic/particle/particleI.H:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198inline Foam::label Foam::particle::patch() const
199{
200 return mesh_.boundaryMesh().whichPatch(facei_);
201}
202
203
204inline Foam::vector Foam::particle::position() const

Callers 15

BC.CFile · 0.80
mainFunction · 0.80
PDRMesh.CFile · 0.80
writeSurfFieldsFunction · 0.80
ensightField.CFile · 0.80
writeFluentFieldFunction · 0.80
forAllConstIterFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
forAllFunction · 0.80
fieldHeaderFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64