ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/samples/water/ssd.bass
(Generate patch)

Comparing trunk/OOPSE/samples/water/ssd.bass (file contents):
Revision 612 by gezelter, Tue Jul 15 17:11:11 2003 UTC vs.
Revision 837 by tim, Wed Oct 29 00:19:10 2003 UTC

# Line 8 | Line 8 | ensemble = NVE;
8  
9   initialConfig = "./init_ssd.eor";
10  
11 < ensemble = NVE;
11 > ensemble = NPTf;
12   forceField = "DUFF";
13   useReactionField = "false";
14   dielectric = 80.0;
15 + electrostaticCutoffRadius = 9.0;
16 + electrostaticSkinThickness = 1.2;
17  
18   density = 0.0334;
19  
20   targetTemp = 300;
21 + targetPressure = 1.0;
22  
23 + tauThermostat = 1e3;
24 + tauBarostat = 1e4;
25 +
26   dt = 2.0;
27 < runTime = 250000;
27 > runTime = 20000;
28  
29   sampleTime = 1000;
30 < statusTime = 500;
30 > statusTime = 2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines