ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/water/spce/spce.md
(Generate patch)

Comparing trunk/OOPSE-3.0/samples/water/spce/spce.md (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 2489 by tim, Tue Dec 6 16:49:59 2005 UTC

# Line 1 | Line 1
1   #include "water.md"
2  
3 < nComponents = 1;
3 >
4   component{
5    type = "SPCE";
6    nMol = 256;
# Line 9 | Line 9 | forceField = "WATER";
9   initialConfig = "./spce.in";
10  
11   ensemble = NVE;
12 < forceField = "WATER";
13 < useReactionField = "false";
12 > forceField = "DUFF";
13 > electrostaticSummationMethod = "none";
14 > //electrostaticScreeningMethod = "damped";
15   dielectric = 80.0;
16 + dampingAlpha = 0.15;
17   cutoffRadius = 9.0;
18 < switchingRadius = 7.7;
18 > //switchingRadius = 9.0;
19 > switchingFunctionType = "fifth_order_polynomial";
20  
21   targetTemp = 300;
22   targetPressure = 1.0;
# Line 22 | Line 25 | runTime = 1e4;
25   tauBarostat = 1e4;
26  
27   dt = 2.0;
28 < runTime = 1e4;
28 > runTime = 1e3;
29   useInitialTime = "false";
30   useInitialExtendedSystemState = "false";
31  
32   //tempSet = "true";
33   //thermalTime = 10;
34 < sampleTime = 1000;
35 < statusTime = 100;
34 > sampleTime = 100;
35 > statusTime = 2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines