some common (but generally not important) errors in thrustcurves, and not enter thrustcurves that will cause simulation failures into the database. (1) Permits thrustcurves to start at time 0 with a nonzero thrust. Previous code inserted a datapoint with time 0 and thrust 0; this caused thrust interpolation code to fail while running a simulation. If the first datapoint is at a time greater than 0 it does enter a (0, 0) datapoint, as this is the correct documented behavior for RASP files. (2) Permits thrustcurves to end with a nonzero thrust. Similarly to the previous case, the old code entered a new datapoint at the same time as the previous end of thrust with thrust 0, which would break thrust interpolation. (3) Thrustcurves that have a zero-thrust datapoint and a non-zero thrust datapoint at time 0 have the first datapoint removed. (4) Thrustcurves with more serious errors -- mainly multiple thrusts at a single time -- aren't entered into the database, as they will break thrust interpolation and there is no obvious way to guess which of the datapoints is correct, or to see how to average them.
OpenRocket
Build Status -
Overview
OpenRocket is a free, fully featured model rocket simulator that allows you to design and simulate your rockets before actually building and flying them.
The main features include:
- Six-degree-of-freedom flight simulation
- Automatic design optimization
- Realtime simulated altitude, velocity and acceleration display
- Staging and clustering support
- Cross-platform (Java-based)
Read more about it on the OpenRocket Wiki.
License
OpenRocket is an Open Source project licensed under the GNU GPL. This means that the software is free to use for whatever purposes, and the source code is also available for studying and extending.
Contributing
OpenRocket needs help to become even better. Implementing features, writing documentation and creating example designs are just a few ways of helping. If you are interested in helping make OpenRocket the best rocket simulator out there, please click here for information on how to get involved!
Description
Languages
Java
80.3%
Csound
13.9%
Racket
4.6%
Cython
1.1%