Definition at line 33 of file radialdistribution.h.
Public Member Functions | |
virtual void | acquire (const Cluster &cluster) |
RadialDistributionFunction (const ConfigurationDatabase &conf) | |
virtual void | write (int numAtoms, string base_name) |
Private Attributes | |
double | m_pi |
|
General constructor.
Definition at line 33 of file radialdistribution.cpp. References ConfigurationDatabase::doubleValue(), ConfigurationDatabase::intValue(), m_pi, and BaseHistogram::m_pullingInterval. Here is the call graph for this function: |
|
Take sample readings from a cluster to build a histogram of the radial distribution function.
Implements BaseHistogram. Definition at line 39 of file radialdistribution.cpp. References BaseHistogram::m_bins, BaseHistogram::m_histogramBin, BaseHistogram::m_max, BaseHistogram::m_min, BaseHistogram::m_numberHistogramsTaken, Cluster::size(), Coordinate::x, Coordinate::y, and Coordinate::z. Referenced by MDLJ_Simulation::run(), and MCLJ_Simulation::run(). Here is the call graph for this function: |
|
Writes out the radial distribution function values.
Implements BaseHistogram. Definition at line 79 of file radialdistribution.cpp. References BaseHistogram::m_bins, BaseHistogram::m_histogramBin, BaseHistogram::m_max, BaseHistogram::m_min, BaseHistogram::m_numberHistogramsTaken, m_pi, and Cluster::PRECISION. Referenced by MDLJ_Simulation::run(), and MCLJ_Simulation::run(). |
|
Definition at line 55 of file radialdistribution.h. Referenced by RadialDistributionFunction(), and write(). |