Based on the original Rocket Workbench on SourceForge in CVS at: https://sourceforge.net/projects/rocketworkbench
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
267 B

datafile = "H.dat"
format = (
column = 2,
time = (col = 1, units = "s"),
thrust = (col = 2, units = "lbf"),
comments = "#"
)
motor = (propellant_mass = (val = 117.,
units = "g"),
total_mass = (val = 200.,
units = "g")
)