mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Particle interactionLists : added comment
This commit is contained in:
@ -86,7 +86,8 @@ void Foam::InteractionLists<ParticleType>::buildInteractionLists()
|
|||||||
// referred cells that they interact with.
|
// referred cells that they interact with.
|
||||||
PackedBoolList cellInRangeOfCoupledPatch(mesh_.nCells(), false);
|
PackedBoolList cellInRangeOfCoupledPatch(mesh_.nCells(), false);
|
||||||
|
|
||||||
// IAndT: index and transform
|
// IAndT: index (=local cell index) and transform (from
|
||||||
|
// globalIndexAndTransform)
|
||||||
DynamicList<labelPair> cellIAndTToExchange;
|
DynamicList<labelPair> cellIAndTToExchange;
|
||||||
|
|
||||||
DynamicList<treeBoundBox> cellBbsToExchange;
|
DynamicList<treeBoundBox> cellBbsToExchange;
|
||||||
|
|||||||
Reference in New Issue
Block a user