ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/nanoparticleBuilder/nanoparticleBuilder.ggo
Revision: 1077
Committed: Wed Oct 18 19:35:07 2006 UTC (18 years, 9 months ago) by gezelter
Original Path: trunk/src/applications/nanoparticleBuilder/nanoparticleBuilder.ggo
File size: 1264 byte(s)
Log Message:
bug fixes for vacancies

File Contents

# User Rev Content
1 chuckv 653 # Input file for gengetopt --generates cmdline.c and cmdline.h
2     # for parsing command line arguments useing getopt and getoptlong.
3     # gengetopt is available from:
4     # http://www.gnu.org/software/gengetopt/gengetopt.html
5     package "nanoparticleBuilder"
6     version "1.0"
7 gezelter 1077 purpose "Builds spherical random or core-shell nanoparticles and outputs an OOPSE startup file"
8 chuckv 653
9     # Options
10    
11 gezelter 1077 option "output" o "Output file name" string yes
12     option "latticeConstant" - "Lattice spacing in Angstroms for cubic lattice." double yes
13 chuckv 653 option "radius" - "Nanoparticle radius in Angstroms" double yes
14 gezelter 1077 option "shellRadius" - "Radius containing within it only molecules of a specific component. Specified for each component > 1 in the template file." double no multiple
15     option "molFraction" - "Builds a multi-component random alloy nanoparticle. A mole Fraction must be specified for each component > 1 in the template file." double no multiple
16     option "vacancyPercent" - "Percentage of atoms to remove from within vacancy range" double no
17     option "vacancyInnerRadius" - "Radius arround core-shell where vacancies should be located." double no
18     option "vacancyOuterRadius" - "Radius arround core-shell where vacancies should be located." double no