cuspaceflight / firefish

CFD simulation software for Martlet 3
Apache License 2.0
5 stars 4 forks source link

Motor file parsing #14

Closed jb803 closed 8 years ago

jb803 commented 8 years ago

The rough design team will specify a commercial motor to use for the simulation. We need to know the mass of the motor, its centre of gravity and the force produced at a given time after ignition. This is all found in the .rse files available on http://www.thrustcurve.org/ (e.g. http://www.thrustcurve.org/simfilesearch.jsp?id=1800 ).

Unfortunately the format is a bit nasty so it would be great if someone could write something to parse a .rse file and spit out a csv file of the form: 'time,thrust,mass,cg'

rjw57 commented 8 years ago

I added a comment on #15 about a way this might be added to the cusfsim package.

rjw57 commented 8 years ago

@JMW95 and I are going to meet up to try and pair-program the :hankey: out of this.