ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/samples/lipid/5x5.bass
Revision: 1388
Committed: Fri Jul 23 18:40:25 2004 UTC (19 years, 11 months ago) by tim
File size: 416 byte(s)
Log Message:
change init file name in lipid directory

File Contents

# Content
1 #include "water.mdl"
2 #include "lipid.mdl"
3
4 nComponents = 2;
5 component{
6 type = "simpleLipid_16";
7 nMol = 25;
8 }
9
10 component{
11 type = "SSD_water";
12 nMol = 1386;
13 }
14
15 forceField = "DUFF";
16 ensemble = NVE;
17
18 initialConfig = "5x5.in";
19
20 boxX = 34.503000;
21 boxY = 39.432000;
22 boxZ = 39.432000;
23
24 targetTemp = 300;
25
26 dt = 3.0;
27 runTime = 1000.0;
28 sampleTime = 100.0;
29
30 cutoffRadius = 9.0;
31 switchingRadius = 7.8;
32
33 dielectric = 80.0;