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

Comparing trunk/samples/builders/runMe (file contents):
Revision 1066 by gezelter, Tue Oct 10 15:55:34 2006 UTC vs.
Revision 1067 by gezelter, Tue Oct 10 18:34:12 2006 UTC

# Line 11 | Line 11
11   # "builder" programs to make that process a bit less painful.
12   #
13   # Example 1:
14 + # Builds an FCC lattice from the <MetaData> block in one_component.md
15 + # Uses 5 unit cells in each direction, a density of 1.0 g / cm^3, and
16 + # places the output (which can be used to start an OOPSE job) in
17 + # FCC.md
18 + #
19 + # Note that builders will rewrite the number of molecules in each component
20 + # to match the number of lattice sites.
21 + #
22 + ../../bin/simpleBuilder -o FCC.md --nx=5 --ny=5 --nz=5 --density=1.0 one_component.md
23 + #
24 + # Example 2:
25   # Builds an FCC lattice from the <MetaData> block in three_component.md
26   # uses 4 unit cells in each direction, a density of 1.0 g / cm^3, and
27   # molFractions of 0.4, 0.4, and 0.2 for the three components.  Places

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines