ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/samples/zcons/zconsMoving.md
Revision: 1438
Committed: Thu Jul 29 19:36:58 2004 UTC (21 years ago) by tim
File size: 529 byte(s)
Log Message:
add Makefile.in into zcons

File Contents

# User Rev Content
1 tim 1438 #include "water.md"
2 tim 1437
3     nComponents = 1;
4     component{
5 tim 1438 type = "SSD";
6 tim 1437 nMol = 256;
7     }
8    
9     initialConfig = "./zconsMoving.in";
10    
11     ensemble = NVE;
12     forceField = "DUFF";
13    
14     zconsTime = 1;
15     zconsTol = 0.01;
16    
17     nZconstraints = 1;
18     zConstraint[0]{
19     molIndex =0;
20     kRatio = 0.5;
21     zPos = 7.80;
22     }
23    
24    
25     cutoffRadius = 9.0;
26     switchingRadius = 7.8;
27    
28     useReactionField = "false";
29    
30     dielectric = 80.0;
31    
32     density = 0.0334;
33    
34     targetTemp = 300;
35     targetPressure = 1.0;
36    
37     dt = 1;
38     tauBarostat = 1E5;
39     tauThermostat = 1E3;
40    
41     runTime = 1e4;
42     tempSet = false;
43     sampleTime = 100;