45#ifndef APPLICATIONS_STATICPROPS_KIRKWOOD_HPP
46#define APPLICATIONS_STATICPROPS_KIRKWOOD_HPP
48#include "applications/staticProps/RadialDistrFunc.hpp"
55 const std::string& sele1,
const std::string& sele2, RealType len,
58 int getNRBins() {
return nRBins_; }
60 RealType getLength() {
return len_; }
63 virtual void preProcess();
64 virtual void initializeHistogram();
66 virtual void processHistogram();
67 virtual void writeRdf();
73 std::vector<RealType> histogram_;
74 std::vector<RealType> avgKirkwood_;
80 const std::string& sele1,
const std::string& sele2,
81 RealType len,
int nrbins);
Radial Distribution Function.
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
"Don't move, or you're dead! Stand up! Captain, we've got them!"
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.