05-07-2019, 07:11 PM
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.
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.