ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/water/tip3p_ice/tp3.md
Revision: 639
Committed: Wed Sep 28 18:47:01 2005 UTC (19 years, 9 months ago) by chrisfen
Original Path: trunk/samples/water/tip3p_ice/tp3.md
File size: 522 byte(s)
Log Message:
fixed some samples

File Contents

# User Rev Content
1 gezelter 2 #include "water.md"
2    
3     nComponents = 1;
4     component{
5     type = "TIP3P";
6     nMol = 1000;
7     }
8    
9     initialConfig = "./tp3.in";
10    
11     ensemble = NVT;
12 chrisfen 627 forceField = "DUFF";
13 chrisfen 639 electrostaticSummationMethod = "none";
14 gezelter 2 dielectric = 80.0;
15     cutoffRadius = 9.0;
16     switchingRadius = 7.7;
17    
18     density = 0.0334;
19    
20     targetTemp = 200;
21     targetPressure = 1.0;
22    
23     tauThermostat = 1e3;
24     tauBarostat = 5e3;
25    
26     dt = 2.0;
27     runTime = 1e3;
28     useInitialTime = "false";
29     useInitialExtendedSystemState = "false";
30    
31     //tempSet = "true";
32     //thermalTime = 10;
33     sampleTime = 100;
34     statusTime = 10;