8 #include "TrajectoryReader.h" 9 #include <mcMd/simulation/System.h> 10 #include <mcMd/simulation/Simulation.h> 11 #include <mcMd/chemistry/Molecule.h> 12 #include <simp/species/Species.h> 25 boundaryPtr_(&system.boundary()),
27 simulationPtr_(&system.simulation())
42 int speciesCapacity = 0;
49 for (iSpec = 0; iSpec < nSpecies; ++iSpec) {
51 speciesCapacity = speciesPtr->
capacity();
53 for (iMol = 0; iMol < speciesCapacity; ++iMol) {
System & system() const
Get a reference to the parent System.
TrajectoryReader(System &system)
Constructor.
int nAtom() const
Get number of atoms per molecule for this Species.
virtual void addMolecules()
Add all molecules to system.
A set of interacting Molecules enclosed by a Boundary.
virtual ~TrajectoryReader()
Destructor.
Classes used by all simpatico molecular simulations.
Molecule & getMolecule(int speciesId)
Get a new molecule from a reservoir of unused Molecule objects.
Simulation & simulation() const
Get a reference to the parent Simulation.
void addMolecule(Molecule &molecule)
Add a Molecule to this System.
Utility classes for scientific computation.
int nAtomTotal_
Total number of atoms (all species)
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
int nSpecies() const
Get the number of Species in this Simulation.
int capacity() const
Maximum allowed number of molecules for this Species.
A physical molecule (a set of covalently bonded Atoms).
A Species represents a set of chemically similar molecules.
Species & species(int i)
Get a specific Species by reference.