/TDU

Thruster design utility for satellite propulsion

Primary LanguageMApache License 2.0Apache-2.0

Thruster Design Utility

Documentation Status Build status GitHub issues PyPI GitHub stars GitHub forks GitHub license

Tool to aid in design of small monopropellant thrusters. View this project on STEMN

Abstract

The thruster's nozzle, propellant, and chamber conditions each have a huge impact on performance. The fluid mechanics that model engine effectiveness are pretty complicated, unfortunately. The purpose of this script is to make it easy to see how tweaks in nozzle geometry, propellants, and chamber conditions affect performance in order to find the optimal design solution.

Features

  • Simulate the performance of a thruster in space for a given set of parameters and output performance metrics.
  • Output simulation data in a useful manner.
  • Allow the user to easily tweak parameters.

Usage

$ pip install tdu
$ tdu --help

Run ThrusterDesign.py and input parameters when prompted.

About & Documentation

Please refer to the STEMN project page for detailed information about the project and general theory.

If you encounter any bugs, please report them in the Issue Tracker!