ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/RNEMDStats.hpp
(Generate patch)

Comparing trunk/src/applications/staticProps/RNEMDStats.hpp (file contents):
Revision 1888 by gezelter, Tue Jun 18 17:52:37 2013 UTC vs.
Revision 1953 by gezelter, Thu Dec 5 18:19:26 2013 UTC

# Line 64 | Line 64 | namespace OpenMD {
64    class RNEMDR : public ShellStatistics {
65      
66    public:
67 <    RNEMDR(SimInfo* info, const std::string& filename, const std::string& sele, int nzbins);    
67 >    RNEMDR(SimInfo* info, const std::string& filename, const std::string& sele, int nrbins);    
68      void processFrame(int frame);
69      void processStuntDouble(StuntDouble* sd, int bin);
70  
# Line 73 | Line 73 | namespace OpenMD {
73      OutputData* angularVelocity;
74      OutputData* density;
75    };
76 +
77 +  class RNEMDRTheta : public ShellStatistics {
78 +    
79 +  public:
80 +    RNEMDRTheta(SimInfo* info, const std::string& filename, const std::string& sele, int nrbins, int nanglebins);    
81 +    void processFrame(int frame);
82 +    void processStuntDouble(StuntDouble* sd, int bin);
83 +    std::pair<int,int> getBins(Vector3d pos);
84 +    void writeOutput();
85 +    
86 +  protected:
87 +    OutputData* temperature;
88 +    OutputData* angularVelocity;
89 +    OutputData* density;
90 +    int nAngleBins_;
91 +    Vector3d fluxVector_;
92 +  };
93    
94   }
95   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines