Model of a single particle.
Class for encapsulating multiple Particle objects..
Definition ParticleContainer.h:17
XYZWriter(const std::string &basename, const std::string &dirname)
Creates a new XYZWriter with the given basename for future file outputs in the specified directory.
void writeParticles(const ParticleContainer &particles, int iteration, int total) override
Writes the type, mass, position, velocity and force of a ParticleContainer to a XYZ file....