git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12924 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
29
tools/moltemplate/examples/misc_examples/menger_sponge/README_setup.sh
Executable file
29
tools/moltemplate/examples/misc_examples/menger_sponge/README_setup.sh
Executable file
@ -0,0 +1,29 @@
|
||||
# Use these commands to generate the LAMMPS input script and data file
|
||||
# (and other auxilliary files):
|
||||
|
||||
|
||||
# Create LAMMPS input files this way:
|
||||
cd moltemplate_files
|
||||
|
||||
# run moltemplate
|
||||
|
||||
moltemplate.sh -atomstyle full system.lt
|
||||
|
||||
# This will generate various files with names ending in *.in* and *.data.
|
||||
# These files are the input files directly read by LAMMPS. Move them to
|
||||
# the parent directory (or wherever you plan to run the simulation).
|
||||
|
||||
mv -f system.in* system.data ../
|
||||
|
||||
# We will also need the "Al99.eam.alloy" file:
|
||||
#cp -f Al99.eam.alloy ../
|
||||
# This file was downloaded from:
|
||||
# http://www.ctcms.nist.gov/~cbecker/Download/Al-YM/Al99.eam.alloy
|
||||
|
||||
|
||||
# Optional:
|
||||
# The "./output_ttree/" directory is full of temporary files generated by
|
||||
# moltemplate. They can be useful for debugging, but are usually thrown away.
|
||||
rm -rf output_ttree/
|
||||
|
||||
cd ../
|
||||
Reference in New Issue
Block a user