ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/water/ssd/ssd.md
Revision: 2727
Committed: Fri Apr 21 19:32:07 2006 UTC (18 years, 3 months ago) by chrisfen
File size: 400 byte(s)
Log Message:
Removed sqrt splines and shape stuff (doesn't work, so why was it in there?).  Changed some of the water samples to use shifted_force.  Probably should set the defaults to use the damped version now that we sped it up.

File Contents

# User Rev Content
1 gezelter 1490 #include "water.md"
2    
3 tim 2489
4 gezelter 1490 component{
5     type = "SSD";
6     nMol = 256;
7     }
8    
9     initialConfig = "./ssd.in";
10    
11 gezelter 1705 ensemble = NVE;
12 chrisfen 2326 forceField = "DUFF";
13 chrisfen 2338 electrostaticSummationMethod = "none";
14 gezelter 1490 cutoffRadius = 9.0;
15 chrisfen 2727 switchingRadius = 7.65;
16 gezelter 1490
17     targetTemp = 300;
18     targetPressure = 1.0;
19    
20     tauThermostat = 1e3;
21     tauBarostat = 1e4;
22    
23     dt = 2.0;
24 chrisfen 2727 runTime = 1e4;
25 gezelter 1490
26 chrisfen 2152 //tempSet = "true";
27     //thermalTime = 200;
28 chrisfen 2727 sampleTime = 100;
29 gezelter 2258 statusTime = 10;