smoothingRadius property

double smoothingRadius
getter/setter pair

Distance below which two particles are considered to be neighbors. It should be adjusted so there are about 15-20 neighbor particles within this radius. @default 1

Implementation

double smoothingRadius = 1;