| 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 |