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

Function autoMap

src/lagrangian/basic/particle/particle.C:1081–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079
1080
1081void Foam::particle::autoMap
1082(
1083 const vector& position,
1084 const mapPolyMesh& mapper
1085)
1086{
1087 locate
1088 (
1089 position,
1090 nullptr,
1091 mapper.reverseCellMap()[celli_],
1092 true,
1093 "Particle mapped to a location outside of the mesh."
1094 );
1095}
1096
1097
1098// * * * * * * * * * * * * * * Friend Operators * * * * * * * * * * * * * * //

Callers 6

ThermoCloud.CFile · 0.50
KinematicCloud.CFile · 0.50
ReactingCloud.CFile · 0.50
DSMCCloud.CFile · 0.50
FreeStream.CFile · 0.50

Calls 1

locateFunction · 0.85

Tested by

no test coverage detected