45#ifndef APPLICATIONS_STATICPROPS_TRANSLATIONALORDERPARAMZ_HPP
46#define APPLICATIONS_STATICPROPS_TRANSLATIONALORDERPARAMZ_HPP
48#include "applications/staticProps/RadialDistrFunc.hpp"
71 const std::string& sele1,
const std::string& sele2,
72 double rCut,
int nrbins,
int nzbins, RealType len,
73 RealType zlen,
int axis = 2);
75 int getNRBins() {
return nRBins_; }
76 RealType getLength() {
return len_; }
77 int getNZBins() {
return nZBins_; }
80 virtual void preProcess();
81 virtual void initializeHistogram();
82 virtual void processHistogram();
84 virtual void postProcess();
85 virtual void writeRdf();
95 std::vector<std::vector<int>> histogram_;
96 std::vector<std::vector<RealType>> avgGofr_;
97 std::vector<RealType> Tz_;
98 std::vector<RealType> zBox_;
101 std::string axisLabel_;
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!"
TranslationalOrder ParameterZ.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.