ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/samples/argon/argon.bass
Revision: 926
Committed: Mon Jan 12 20:37:59 2004 UTC (20 years, 6 months ago) by tim
File size: 295 byte(s)
Log Message:
Dumpwriter only write out the atoms on master nodes

File Contents

# Content
1 #include "lj.mdl"
2
3 nComponents = 1;
4 component{
5 type = "Ar";
6 nMol = 108;
7 }
8
9 initialConfig = "./init_argon.eor";
10
11 forceField = "LJ";
12 targetTemp = 119.8;
13 density = 0.02143659;
14
15 ensemble = "NVE";
16 dt = 1.0;
17 runTime = 1e3;
18
19 sampleTime = 1;
20 statusTime = 1;
21
22 thermalTime = 100.0;
23 tempSet = "false";