ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/samples/argon/argonNVT.bass
Revision: 1405
Committed: Fri Jul 23 20:09:01 2004 UTC (21 years ago) by tim
File size: 317 byte(s)
Log Message:
rename NVT.bass to argonNVT.bass

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 = "NVT";
16 tauThermostat = 1e3;
17 dt = 1.0;
18 runTime = 1e4;
19
20 sampleTime = 10;
21 statusTime = 1;
22
23 thermalTime = 100.0;
24 tempSet = "false";