JoePfeiffer 495ef34970 Merge old findMotor() and findMotors() methods in ThrustCurveMotorSetDatabase.java
Turns out the motor digest hash function can have collisions.  Since the digest is stored in the .ork file we don't want to rewrite it as that will cause *lots* of spurious "thrust curves don't match" warnings, and I really don't want to get into looking up by some sort of new digest if it exists else old digest.

Since some motor description fields are also stored in the .ork file, I'm effectively using these as a key to resolve collisions.  Now that I need to pass them in to the findMotor() method, I'm merging it with findMotors() (which searches based on motor descriptions)

New combined method returns all motors that match digest and description;
If there are none returns all motors that match digest;
If there are none returns all motors that match description (may be empty)

Passing a digest and no other description emulates the behavior of the old findMotor() (but it may return more than one motor).
Passing description elements and no digest duplicates the behavior of the old findMotors()
2020-11-17 15:02:58 -07:00
2020-04-24 20:01:53 -07:00
2020-06-01 08:49:08 +09:00

OpenRocket

Build Status SourceSpy Dashboard

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.

Installers

OpenRocket maintains an installer for installing the software and Java runtime. You can find the installer for Windows at the link below. Installers for macOS and Linux are coming and will be added to this page when ready.

OpenRocket 15.03 Installer (Windows)

Release Notes

Release notes for all releases of OpenRocket are available at the following link.

OpenRocket Release Notes

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!

Contributors

  • Sampo Niskanen, main developer
  • Doug Pedrick, support for RockSim designs, printing
  • Kevin Ruland, Android version
  • Bill Kuker, 3D visualization
  • Richard Graham, geodetic computations
  • Jason Blood, freeform fin set import
  • Boris du Reau, internationalization

Translators

  • Tripoli France
  • Tripoli Spain
  • Stefan Lobas / ERIG
  • Mauro Biasutti
  • Sky Dart Team
  • Vladimir Beran
  • Polish Rocketry Society / Łukasz & Alex Kazanski
Description
Model-rocketry aerodynamics and trajectory simulation software
Readme 388 MiB
Languages
Java 80.3%
Csound 13.9%
Racket 4.6%
Cython 1.1%