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 770 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 945 by gezelter, Tue Apr 25 02:09:01 2006 UTC

# Line 75 | Line 75 | class Globals : public DataHolder {
75    DeclareParameter(Dielectric, double);
76    DeclareParameter(TempSet, bool);
77    DeclareParameter(ThermalTime, double);
78  DeclareParameter(MixingRule, std::string);
78    DeclareParameter(UsePeriodicBoundaryConditions, bool);
79    DeclareParameter(TargetPressure, double);
80    DeclareParameter(TauThermostat, double);
# Line 118 | Line 117 | class Globals : public DataHolder {
117    DeclareParameter(OutputForceVector, bool);
118    DeclareParameter(SkinThickness, double);
119    DeclareParameter(StatFileFormat, std::string);    
120 <
120 >  DeclareParameter(HydroPropFile, std::string);
121 >  DeclareParameter(Viscosity, double);
122 >  DeclareParameter(BeadSize, double);  
123 >  DeclareParameter(UseSphericalBoundaryConditions, bool);
124 >  DeclareParameter(FrozenBufferRadius, double);
125 >  DeclareParameter(LangevinBufferRadius, double);
126 >  
127    public:
128      bool addComponent(Component* comp);
129      bool addZConsStamp(ZConsStamp* zcons);
# Line 133 | Line 138 | class Globals : public DataHolder {
138  
139      virtual void validate();
140    private:
141 +    
142      std::vector<Component*> components_;
143      std::vector<ZConsStamp*> zconstraints_;    
144      std::map<std::string, MoleculeStamp*> moleculeStamps_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines