ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/heatflux/samples/builders/bimetallic.md
Revision: 1670
Committed: Fri Jan 27 19:07:19 2012 UTC (13 years, 10 months ago) by chuckv
File size: 374 byte(s)
Log Message:
Adding experimental branch for calculation of the heatflux based on old version of OpenMD.
This will need to be ported to the development branch later.

File Contents

# Content
1 <OpenMD version=1>
2 <MetaData>
3 #include "metals.md"
4
5 component{
6 type = "Au";
7 nMol = 1;
8 }
9 component{
10 type = "Ag";
11 nMol=1;
12 }
13
14 forceField = "EAM";
15 forceFieldVariant = "VC";
16 targetTemp = 1000.0;
17
18 ensemble = "NVE";
19 dt = 1.0;
20 runTime = 1000.0;
21
22 usePeriodicBoundaryConditions = "false";
23
24 sampleTime = 50.0;
25
26 thermalTime = 100.0;
27 tempSet = "false";
28 </MetaData>
29 </OpenMD>