Raketenolli
Well-Known Member
Sometimes I want to quickly simulate a rocket with just the basic parameters (diameter, mass, a bunch of motors) and not bother with installing software, updating old or incomplete motor databases or designing the entire rocket in detail. This might already exist, but as a small software project I decided to build "WALTS", the Web Altitude Simulator, which offers similar features to wRASP with the same outdated, un-designed look (but that can be fixed!).
It pulls the motor list from Thrustcurve.org and then individual data files each time you select a different one in one of the dropdowns. Then the data is stored in the browser's localStorage on your computer so requests to Thrustcurve.org are infrequent. So yes, the motor database might again be "outdated" or "incomplete", but I think Thrustcurve.org is by far the best we have.
It is available at http://oliver-arend.de/walts/ The code is at https://github.com/raketenolli/walts
In theory you could also run it on your computer, but modern browser's don't like several Javascript files served from the local filesystem. If you understand that last sentence, I'm sure you can make it work ;-)
Let me know what you think!
Oliver
It pulls the motor list from Thrustcurve.org and then individual data files each time you select a different one in one of the dropdowns. Then the data is stored in the browser's localStorage on your computer so requests to Thrustcurve.org are infrequent. So yes, the motor database might again be "outdated" or "incomplete", but I think Thrustcurve.org is by far the best we have.
It is available at http://oliver-arend.de/walts/ The code is at https://github.com/raketenolli/walts
In theory you could also run it on your computer, but modern browser's don't like several Javascript files served from the local filesystem. If you understand that last sentence, I'm sure you can make it work ;-)
Let me know what you think!
Oliver