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

Comparing:
trunk/src/io/Globals.hpp (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/io/Globals.hpp (file contents), Revision 1613 by gezelter, Thu Aug 18 20:18:19 2011 UTC

# Line 1 | Line 1
1   /*
2 < * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
2 > * Copyright (c) 2005, 2010 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
5   * non-exclusive, royalty free, license to use, modify and
# Line 90 | Line 90 | namespace OpenMD {
90      DeclareParameter(OrthoBoxTolerance, RealType);
91      DeclareParameter(Minimizer, std::string);
92      DeclareParameter(MinimizerMaxIter, RealType);
93 <    DeclareParameter(MinimizerWriteFrq, int);
93 >    DeclareParameter(MinimizerWriteFreq, int);
94      DeclareParameter(MinimizerStepSize, RealType);
95      DeclareParameter(MinimizerFTol, RealType);
96      DeclareParameter(MinimizerGTol, RealType);
# Line 112 | Line 112 | namespace OpenMD {
112      DeclareParameter(ElectrostaticScreeningMethod, std::string);
113      DeclareParameter(DampingAlpha, RealType);
114      DeclareParameter(Dielectric, RealType);
115 +    DeclareParameter(CutoffMethod, std::string);
116      DeclareParameter(CutoffPolicy, std::string);
117      DeclareParameter(SwitchingFunctionType, std::string);
118      DeclareParameter(CompressDumpFile, bool);
# Line 121 | Line 122 | namespace OpenMD {
122      DeclareParameter(HydroPropFile, std::string);
123      DeclareParameter(Viscosity, RealType);
124      DeclareParameter(BeadSize, RealType);  
124    DeclareParameter(ThermalConductivity, RealType);
125    DeclareParameter(ThermalLength, RealType);
125      DeclareParameter(UseSphericalBoundaryConditions, bool);
126      DeclareParameter(FrozenBufferRadius, RealType);
127      DeclareParameter(LangevinBufferRadius, RealType);
# Line 143 | Line 142 | namespace OpenMD {
142      DeclareParameter(RNEMD_targetFlux, RealType);
143      DeclareParameter(UseRestraints, bool);
144      DeclareParameter(Restraint_file, std::string);
145 +    DeclareParameter(HULL_Method, std::string);
146 +    DeclareParameter(Alpha, RealType);
147 +    DeclareAlterableParameter(MDfileVersion, int);
148      
149    public:
150      bool addComponent(Component* comp);
# Line 160 | Line 162 | namespace OpenMD {
162      int getNRestraintStamps() {return restraints_.size();}
163      std::vector<RestraintStamp*> getRestraintStamps() {return restraints_;}
164      RestraintStamp* getRestraintStampAt(int index) {return restraints_.at(index);}    
163
164    //std::string getRestraint_file(){
165      
166      virtual void validate();
167    private:

Comparing:
trunk/src/io/Globals.hpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/io/Globals.hpp (property svn:keywords), Revision 1613 by gezelter, Thu Aug 18 20:18:19 2011 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines