ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/samples/water/ssd-ion/ssdCl.md
Revision: 2489
Committed: Tue Dec 6 16:49:59 2005 UTC (18 years, 7 months ago) by tim
File size: 654 byte(s)
Log Message:
remove deprecated keywords from samples

File Contents

# User Rev Content
1 chrisfen 2174 #include "water.md"
2    
3 chrisfen 2216 molecule{
4     name = "Cl-";
5 tim 2489
6 chrisfen 2216 atom[0]{
7     type = "Cl-";
8     position(0.0, 0.0, 0.0);
9     }
10     }
11    
12     molecule{
13     name = "Na+";
14 tim 2489
15 chrisfen 2216 atom[0]{
16     type = "Na+";
17     position(0.0, 0.0, 0.0);
18     }
19     }
20    
21 tim 2489
22 chrisfen 2174 component{
23     type = "SSD_E";
24     nMol = 500;
25     }
26     component{
27     type = "Cl-";
28     nMol = 1;
29     }
30    
31     initialConfig = "./ssdCl.in";
32    
33     ensemble = NVT;
34     forceField = "DUFF";
35 chrisfen 2338 electrostaticSummationMethod = "none";
36 chrisfen 2174 dielectric = 80.0;
37     cutoffRadius = 10.5;
38     switchingRadius = 8.925;
39    
40     targetTemp = 298;
41     targetPressure = 1.0;
42    
43     tauThermostat = 1e3;
44     tauBarostat = 1e4;
45    
46     dt = 2.0;
47     runTime = 5e3;
48    
49     //tempSet = "true";
50     //thermalTime = 200;
51     sampleTime = 100;
52     statusTime = 10;