| 1 |
tim |
891 |
# 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 "Hydro" |
| 6 |
|
|
version "1.0" |
| 7 |
gezelter |
938 |
purpose |
| 8 |
|
|
" |
| 9 |
gezelter |
1390 |
+-----------------------------------------------------------------------+ |
| 10 |
|
|
| ____ __ ___ ____ | |
| 11 |
|
|
| / __ \\____ ___ ____ / |/ // __ \\ The Open Molecular Dynamics | |
| 12 |
|
|
| / / / / __ \\/ _ \\/ __ \\ / /|_/ // / / / Engine (formerly OOPSE). | |
| 13 |
|
|
| / /_/ / /_/ / __/ / / // / / // /_/ / | |
| 14 |
|
|
| \\____/ .___/\\___/_/ /_//_/ /_//_____/ Copyright 2004-2009 by the | |
| 15 |
|
|
| /_/ University of Notre Dame. | |
| 16 |
|
|
| | |
| 17 |
|
|
| http://www.openmd.net | |
| 18 |
|
|
| | |
| 19 |
|
|
| OpenMD is an OpenScience project. All source code is available for | |
| 20 |
|
|
| any use whatsoever under a BSD-style license. | |
| 21 |
|
|
| | |
| 22 |
|
|
| Support OpenScience! If you use OpenMD or its source code in your | |
| 23 |
|
|
| research, please cite the appropriate papers when you publish your | |
| 24 |
|
|
| work. Good starting points are: | |
| 25 |
|
|
| | |
| 26 |
|
|
| [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). | |
| 27 |
|
|
| [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). | |
| 28 |
|
|
| [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). | |
| 29 |
|
|
| [4] Vardeman & Gezelter, in progress (2009). | |
| 30 |
|
|
+-----------------------------------------------------------------------+" |
| 31 |
tim |
891 |
|
| 32 |
gezelter |
938 |
|
| 33 |
tim |
891 |
# Options |
| 34 |
xsun |
1177 |
option "input" i "input MetaData (md) file" string typestr="filename" yes |
| 35 |
tim |
891 |
option "output" o "output file prefix" string default="hydro" no |
| 36 |
xsun |
1177 |
option "model" - "hydrodynamics model (supports RoughShell and BeadModel)" string yes |
| 37 |
tim |
921 |
option "beads" b "generate the beads only, hydrodynamics will be performed" flag off |