Git Product home page Git Product logo

openburn-old's Introduction

OpenBurn

OpenBurn is an open-source solid rocket engine simulation and design platform designed from the ground up for the amateur rocketry community. OpenBurn is based on C++/Qt5, and has support across all major platforms (Windows, OSX, Linux).

Features

  • OpenBurn is intuitive and easy to use for designing any solid rocket motor.
  • Motor cross section (grain geometry and nozzle) updates in real time as you design
  • Grain regression and chamber pressure are calculated for a steady-state chamber based on Saint Robert's law r = aP^n.
  • OpenBurn will additionally calculate thrust and total impulse for the motor using the isentropic flow models, accounting for two-phase flow, skin friction, and divergent shape losses in the nozzle expansion cone.
  • Support for many different units
  • Animated cross section view of the motor burn
  • Mass flux at any point in the chamber

OpenBurn Design

OpenBurn main screen

OpenBurn Simulation

OpenBurn results screen

Planned/In-Progress Features

  • Every major 2D port (core) geometry
  • A 2D geometric-based regression model allowing for any arbitrary 2D grain shape.
  • An internal chemical equilibrium solver for shifting or frozen equilibrium, so the user can easily calculate necessary propellant constants such as C*, rho, gamma, T0, Pr, and more.
  • *If the user supplies advanced propellant internal ballistics parameters such as Prandtl number, adiabatic flame temperature, and gas viscosity (calculated using OpenBurn's internal CE solver), OpenBurn will calculate erosive burning effects on the grain surface.

Compiling

OpenBurn has the following dependencies:
  • CMake 2.8.11 or greater
  • Qt 5.6 or greater
  • A C++14 compiler (MSVC 2015 / g++5.0 / Clang 3.4)

To build and run on Linux/OSX:

$ cd OpenBurn
$ cmake -H. -Bbuild
$ cmake --build build --config release -- -j4
...
$ cd build
$ ./OpenBurn

On Windows:

_ cmake -G "Visual Studio 15 Win64" -H. -Bbuild
_ cmake --build build --config release
...
_ cd build/Release
_ OpenBurn

openburn-old's People

Contributors

tuxxi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.