Class PeriodicBox
Defined in File Boundary.h
Inheritance Relationships
Base Type
public Module
(Class Module)
Class Documentation
-
class PeriodicBox : public Module
Rectangular box with periodic boundaries.
If a particle passes on of the sides it is placed at the opposite side and its initial (source) position changed accordingly. This implements periodic boundaries, that keep the particle inside the box and instead move the source away periodically. Particles can overshoot (be outside of the box during the step) since the step size is not limited by this module.
Public Functions
-
PeriodicBox()
Default constructor
-
PeriodicBox(Vector3d origin, Vector3d size)
Constructor
- Parameters:
origin – vector corresponding to the lower box corner
size – vector corresponding to the box sizes along each direction
-
virtual std::string getDescription() const
-
void setDescription(const std::string &description)
-
inline size_t addReference() const
-
inline size_t removeReference() const
-
inline int removeReferenceNoDelete() const
-
inline size_t getReferenceCount() const
Protected Attributes
-
mutable size_t _referenceCount
-
PeriodicBox()