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 *
15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
|
|
Propellant
|
|
+oxidant 686 Oxygene
|
|
+fuel 673 Octane
|
|
+o/f 2.55 O/F ratio
|
|
|
|
|
|
Parameter
|
|
+chamber_pressure 500 psi The chamber pressure
|
|
+thrust 30000 N The thrust we are looking for
|
|
+L* 45 in The characteristic chamber length
|
|
+Dc/Dt 2.34 Chamber diameter / Throat diameter
|
|
+theta 20 deg Convergent half angle
|
|
+r_rt 1.5
|