MdPointParticle
SimulationBuilder > MD > MdParticles
MdPointParticle is a class that inherits from MdParticle?. It is designed to treat individual spherical beads (monomers) that posses no connectivity.
Synopsis
#include <glotzilla++.h> //Create an instance MdPointParticle *p = new MdPointParticle; //Set parameters p -> SetPosition(1.0,1.0,1.0); p -> SetVelocity(2.0,2.0,2.0); //Add the particle to the system AddParticle(p);
Tutorials