How does the property test for neighbours work?
#2
The neighbor test returns the number of matching neighbors within the defined search radius.

So if your condition is 'less or equal', it will send out particles which have zero neighbors (0 <= 1) immediately. Is that what you want? Or the opposite? Set the condition to 'greater or equal' and particles won't be sent until a neighbor is found.
  Reply


Messages In This Thread
RE: How does the property test for neighbours work? - by tyFlow - 05-07-2019, 07:11 PM

Forum Jump: