Introduction

From OpenRocket wiki
Jump to navigation Jump to search

↑ Back to Contents

The current User's Guide is very much a work in progress, any help would be greatly appreciated!
If you'd like to contribute something, just hit the 'Edit' tab at the top.

1. Introduction


What is OpenRocket?

Welcome!

The OpenRocket logo.

OpenRocket is an opensource model rocket simulation software application. It was originally developed by Sampo Niskanen in 2009 as part of his master thesis at the Helsinki University of Technology. If you want to have a look at his thesis you can download it from OpenRocket's webpage. Being written entirely in Java, OpenRocket is fully cross-platform. Have a look at the next section if you need information about how to open the program on your computer.

OpenRocket is mainly intended to be used by all model-rocketeers who intend to test the performance of a model rocket before actually building and flying it. In fact the software computes accurately the aerodynamic properties of model rockets and simulates their flight, returning a wide range of technical results.

The program can be roughly divided into two sections:

- Rocket design, where you can design the model rocket you intend to build, choosing from a wide range of body components, trapezoidal, elliptical and free-form fins, inner components, and mass objects. During this phase you will see a 2D representation of the rocket you are building and various technical information (size, mass, apogee, max. velocity, max. acceleration, stability, centre of gravity (CG), centre of pressure (CP)) about your rocket, so you can have already a good idea of its performance even before running any simulation.
- Flight simulation, where you can run one or more simulations of your rocket's flight, choosing from one or more motor configurations. Each simulation (calculated using the Runge-Kutta 4 simulator) returns a wide range of data about the rocket's flight. Unfortunately, for the moment a graphical visualisation of the rocket's flight is not available (help needed).

For more information about OpenRocket's features and a few screenshots you can have a look here.

How this guide is organized

Note: since work on the User's Guide is still currently in progress, many sections are still incomplete/empty. This subsection also explains the content of those sections, as it's meant to be a reference when the guide will be completed.

This guide will try to explain, as exhaustively as possible, how to fully exploit all of OpenRocket's features. Hence it will start off at a relatively basic level and then analyse more and more complicated parts of the software. Depending on your level of experience and your learning objectives, you should either start reading from a specific section, or end reading at a specific section.

The next section explains how to install Java on your computer (or find out if it is already installed) and then how to launch OpenRocket. If you have already managed to launch the program, skip this section.

Section 3 gets you started. If you are an experienced user you should be able to get most of what is explained there on your own, but we recommend that most of you read it so that you can fully understand how OpenRocket is organized.

From sections 4 and 5 you will learn how to design some basic rockets and simulate their flights, using OpenRocket. These sections are useful for both experienced and non-experienced model-rocketeers, since they basically show how to use most of the software.

Sections 6 and 7 build on the material explained in sections 4 and 5. These sections are meant for experienced model-rocketeers, since they explain how to use OpenRocket to design more complicated rockets and run simulations with them.

Section 8 is about analysing the rocket you have built and optimising its performance. It is suitable both for experienced and non-experienced users.

Section 9 is about Simulation listeners, i.e.; a way to monitor and interact with flight simulations while they are running. It is suitable for experienced users.

Finally, Section 10 is about some extra features that have not been, until then, explained. Also, you can have a look at Appendix A for a full list of rocket components available in OpenRocket and their uses.

Good reading!


↑ Back to Contents