ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/SimInfo.hpp
(Generate patch)

Comparing trunk/src/brains/SimInfo.hpp (file contents):
Revision 555 by chuckv, Mon May 30 14:01:52 2005 UTC vs.
Revision 764 by gezelter, Mon Nov 21 22:59:21 2005 UTC

# Line 299 | Line 299 | namespace oopse{
299        return i != molecules_.end() ? i->second : NULL;
300      }
301  
302    /** Calculate the maximum cutoff radius based on the atom types */
303    double calcMaxCutoffRadius();
304
302      double getRcut() {
303        return rcut_;
304      }
305  
306      double getRsw() {
307        return rsw_;
308 +    }
309 +
310 +    double getList() {
311 +      return rlist_;
312      }
313          
314      std::string getFinalConfigFileName() {
# Line 438 | Line 439 | namespace oopse{
439      /** Figure out the radius of cutoff, radius of switching function and pass them to fortran */
440      void setupCutoff();
441  
442 +    /** Figure out which coulombic correction method to use and pass to fortran */
443 +    void setupElectrostaticSummationMethod( int isError );
444 +
445 +    /** Figure out which polynomial type to use for the switching function */
446 +    void setupSwitchingFunction();
447 +
448      /** Calculates the number of degress of freedom in the whole system */
449      void calcNdf();
450      void calcNdfRaw();
# Line 516 | Line 523 | namespace oopse{
523          
524      double rcut_;       /**< cutoff radius*/
525      double rsw_;        /**< radius of switching function*/
526 +    double rlist_;      /**< neighbor list radius */
527  
528      bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
529  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines