Giter VIP home page Giter VIP logo

pyrocket's Introduction

Pyrocket 0.1.0

By Bea Adkins

Pyrocket is a simulation code for rocket staging and trajectories with atmospheric drag. Uses include trajectory optimization, mass budgeting, and launch vehicle design. It is intended for aerospace engineering students, amateur rocketeers, and Kerbals.

Dependencies

Requires the following scientific Python libraries:

  • numpy
  • scipy
  • matplotlib

Usage

Very crude currently.

  1. Modify liftoff.py. Create a Stage object and set the rocket field in the main method to it.
  2. Run liftoff.py using your favorite Python 2 interpreter. E.g. python liftoff.py at a command line.

Roadmap

0.1

  • Serialize Stages in a simple field:value text format
  • Create command-line interface
  • Add a switch between Kerbal Space Program drag (effective area is a multiple of mass) and more realistic drag (effective area is a given value). My current solution: drag_area can be a number [m^2] or a string "kerbal", which would then use the vanilla KSP mass multiplier.

0.2

  • Add 2D flight model (keep 1D for simpler cases)
  • Trajectories:
    • Gravity turn trajectories
    • Piecewise trajectories
    • Simple flight control rules

0.3

  • Variable gravity
  • Orbital dynamics (one body, in-plane)

Possibilities

  • Support for e.g. space shuttle, Falcon Heavy
  • Integration with KSP mods (e.g. Flight/Build Engineer)

pyrocket's People

Contributors

bebopkerman avatar

Watchers

 avatar  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.