R. J. Dev. Kwan eb05416991 Initial commit of "Rocket Workbench".
Taken from sources in CVS at:
    https://sourceforge.net/projects/rocketworkbench/

Sources extracted in two steps:
1. Pull entire project tree into a subdir "rwb" via "rsync":
    rsync -a a.cvs.sourceforge.net::cvsroot/rocketworkbench/ rwb/.
2. Export sources:
    export CVSROOT=$(pwd)/rwb
    SUBDIRS="analyser cpropep cpropep-web CVSROOT data libcompat libcpropep libnum libsimulation libthermo prop rocketworkbench rockflight"
    mkdir rwbx; cd rwbx
    cvs export -D now ${SUBDIRS}

After this (and some backups for safety), the directory content was
added to a Git repo:
    git init .
    git add *
2021-01-20 15:50:36 -08:00

82 lines
2.0 KiB
Groff

.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CPROPEP 1 "June 30, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
cpropep \- Propellant Evaluation Program
.SH SYNOPSIS
.B cpropep
.RI [ -voe ] -f infile
.br
.B cpropep
.RI [ -pqtuh ]
.br
.SH DESCRIPTION
.B cpropep
is a propellant evaluation program based on the chemical
equilibrium algorithm presented by GORDON and McBRIDE in NASA
report RP-1311
.PP
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
.SH OPTIONS
A summary of options is included below.
.TP
.B cpropep
Shows summary of options.
.TP
.B \-h
Show summary of options.
.TP
.B \-i
Show version of program.
.TP
.B \-f infile
Perform an analysis of the propellant data contained within file 'infile'.
.TP
.B \-v num
Output verbosity, 0 - 10
.TP
.B \-o outfile
Output file. If not specified stdout is used.
.TP
.B \-e
Error file. If not specified stdout is used.
.TP
.B \-p
Print the propellant list.
.TP
.B \-q num
Print information about propellant number
.B num
.TP
.B \-t
Print combustion product list.
.TP
.B \-u num
Print information about product number
.B num
.SH SEE ALSO
.\" .BR baz (1).
.br
.SH AUTHOR
This manual page was written by Geoff O'Callaghan <geoff@starbiz.com.au>,
for the Debian GNU/Linux system (but may be used by others).