ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopse-1.0/samples/zcons/zconsFixed.md
Revision: 1447
Committed: Fri Jul 30 21:01:35 2004 UTC (19 years, 11 months ago) by gezelter
File size: 512 byte(s)
Log Message:
Initial import of OOPSE sources into cvs tree

File Contents

# User Rev Content
1 gezelter 1447 #include "water.md"
2    
3     nComponents = 1;
4     component{
5     type = "SSD";
6     nMol = 256;
7     }
8    
9     initialConfig = "./zconsFixed.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     }
22    
23     cutoffRadius = 9.0;
24     switchingRadius = 7.8;
25    
26     useReactionField = "false";
27    
28     dielectric = 80.0;
29    
30     density = 0.0334;
31    
32     targetTemp = 300;
33     targetPressure = 1.0;
34    
35     dt = 1;
36     tauBarostat = 1E5;
37     tauThermostat = 1E3;
38    
39     runTime = 1e4;
40     tempSet = false;
41     sampleTime = 100;