MercuryDPM
Beta
|
Defines a pair of periodic walls that are angled around the origin. More...
#include <AngledPeriodicBoundary.h>
Defines a pair of periodic walls that are angled around the origin.
The particles are in {x: normal_left*(x-origin)>0 && normal_right*(x-origin)<0, with normal* being the unit normal vector of the walls. If a particle moves outside these boundaries, it will be shifted.
Definition at line 35 of file AngledPeriodicBoundary.h.