ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/hydrodynamics/Hydro.ggo
Revision: 1985
Committed: Tue Apr 15 21:26:45 2014 UTC (11 years, 4 months ago) by gezelter
File size: 2594 byte(s)
Log Message:
Dates updated

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

Properties

Name Value
svn:keywords Author Id Revision Date