ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/hydrodynamics/Hydro.ggo
Revision: 1442
Committed: Mon May 10 17:28:26 2010 UTC (15 years, 4 months ago) by gezelter
File size: 2322 byte(s)
Log Message:
Adding property set to svn entries

File Contents

# Content
1 # 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 purpose
8 "
9 +-----------------------------------------------------------------------+
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
32
33 # Options
34 option "input" i "input MetaData (md) file" string typestr="filename" yes
35 option "output" o "output file prefix" string default="hydro" no
36 option "model" - "hydrodynamics model (supports RoughShell and BeadModel)" string yes
37 option "beads" b "generate the beads only, hydrodynamics will be performed" flag off

Properties

Name Value
svn:keywords Author Id Revision Date