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 770 by gezelter, Fri Sep 19 14:55:41 2003 UTC vs.
Revision 926 by tim, Mon Jan 12 20:37:59 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines