ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/sysBuild.ggo
Revision: 598
Committed: Mon Jul 14 21:35:45 2003 UTC (21 years, 2 months ago) by chuckv
File size: 1252 byte(s)
Log Message:
added a nanoSysBuilder that takes different cmd line arguments.

File Contents

# User Rev Content
1 chuckv 598 package "sysbuilder"
2     version "1.0"
3    
4     # Options
5     option "nanoparticle" n "Build nanoparticle model" flag off
6     option "vacancies" v "Build nanoparticle with vacancies %." double no
7     option "vacancyradius" - "Radius(A) between core-shell interface to build vacancies." double no
8     option "core" - "Core model name. For a single component particle, the model for the particle." string no
9     option "shell" - "Shell model name." string no
10     option "randomparticle" - "Create an random configuration mole fraction %." double no
11     option "bilayer" - "Tries to build a basic bilayer with the specified number of lipids in the input bass file. The bilayer will be surrounded by the number of solvent molecules specified in the bass file. -note: combined with -r the simulation will start the lipids randomly oriented in a sea of water." flag off
12     option "lipid" - "Lipid model in BASS file" string no
13     option "water" - "Water model in BASS file" string no
14     option "random" r "Build randomly oriented lipids in a sea of water" flag off
15     option "include" I "File name that should be included at the top of the output bass file." string no multiple
16     option "output" o "Output file name" string no