ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/hydrodynamics/Hydro.ggo
Revision: 892
Committed: Thu Feb 23 23:16:43 2006 UTC (19 years, 5 months ago) by tim
Original Path: trunk/src/applications/hydrodynamics/Hydro.ggo
File size: 815 byte(s)
Log Message:
Bead Model is working

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    
8     # Options
9     option "input" i "input dump file" string typestr="filename" yes
10     option "output" o "output file prefix" string default="hydro" no
11     option "viscosity" - "viscosity of solvent" double yes
12 tim 892 option "temperature" - "temperature of the system" double yes
13 tim 891 option "sigma" - "diameter of beads(use with rough shell model)" double no
14     option "model" - "hydrodynamics model (support RoughShell and BeadModel)" string yes
15