ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/builders/runMe
(Generate patch)

Comparing branches/development/samples/builders/runMe (file contents):
Revision 1700 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1701 by kstocke1, Thu Apr 5 19:37:58 2012 UTC

# Line 112 | Line 112
112   #
113   ../../bin/nanoparticleBuilder -o vacancy_alloy.md --radius=30.0 --latticeConstant=4.09 --molFraction=0.4 --vacancyPercent=80 bimetallic.md
114   ../../bin/thermalizer -o vacancy_alloy-900K.md -t 900 vacancy_alloy.md
115 + #
116 + #Example 9:
117 + # Builds a spherically-capped nanorod (FCC) from the <MetaData> block in gold.md
118 + # using a nanorod radius of 20 Angstroms, a length of 50 Angstroms and a lattice constant of 4.08
119 + # angstroms. Places the output (which can be used to start an OpenMD job) in
120 + # gold_fccrod.md
121 + #
122 + # Note that builders will rewrite the number of molecules in each component
123 + # to match the number of lattice sites.
124 + #
125 + ../../bin/nanorodBuilder -o gold_fccrod.md --radius=20.0 --length=50.0 --latticeConstant=4.08 gold.md
126 + #
127 + #Example 10:
128 + # Builds a pentagonal nanorod from the <MetaData> block in gold.md
129 + # using a nanorod radius of 15 Angstroms, a length of 64 Angstroms and a lattice constant of 4.08
130 + # angstroms. Places the output (which can be used to start an OpenMD job) in
131 + # gold_pentrod.md
132 + #
133 + # Note that builders will rewrite the number of molecules in each component
134 + # to match the number of lattice sites.
135 + #
136 + ../../bin/nanorod_pentBuilder -o gold_pentrod.md --radius=15.0 --length=64.0 --latticeConstant=4.08 gold.md

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines