ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/hydrodynamics/Hydro.ggo
Revision: 1177
Committed: Tue Aug 14 17:40:33 2007 UTC (17 years, 11 months ago) by xsun
Original Path: trunk/src/applications/hydrodynamics/Hydro.ggo
File size: 1926 byte(s)
Log Message:
Bug fixes for non-declared objects

File Contents

# User Rev Content
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     +----------------------------------------------------------------------+
10     | ____ ____ ____ _____ ______ The OpenSource, Object-oriented |
11     | / __ \\/ __ \\/ __ \\/ ___// ____/ Parallel Simulation Engine. |
12     | / / / / / / / /_/ /\\__ \\/ __/ |
13     | / /_/ / /_/ / ____/___/ / /___ Copyright 2004-2006 by the |
14     | \\____/\\____/_/ /____/_____/ University of Notre Dame. |
15     | |
16     | http://www.oopse.org |
17     | |
18     | OOPSE is an OpenScience project. All source code is available for |
19     | any use subject to only one condition: |
20     | |
21     | Any published work resulting from the use of this code must cite the |
22     | following paper: M. A. Meineke, C. F. Vardeman II, T. Lin, |
23     | C. J. Fennell, and J. D. Gezelter, |
24     | J. Comput. Chem. 26, pp. 252-271 (2005). |
25     +----------------------------------------------------------------------+"
26 tim 891
27 gezelter 938
28 tim 891 # Options
29 xsun 1177 option "input" i "input MetaData (md) file" string typestr="filename" yes
30 tim 891 option "output" o "output file prefix" string default="hydro" no
31 xsun 1177 option "model" - "hydrodynamics model (supports RoughShell and BeadModel)" string yes
32 tim 921 option "beads" b "generate the beads only, hydrodynamics will be performed" flag off