An open API service indexing awesome lists of open source software.

https://github.com/namberino/tvc-rocket-sim

TVC rocket simulation
https://github.com/namberino/tvc-rocket-sim

Last synced: 22 days ago
JSON representation

TVC rocket simulation

Awesome Lists containing this project

README

        

# Simple TVC Rocket Simulation

This is a simulation for a simple TVC model rocket with 3 degrees of freedom and a simple thrust curve.

![trajectory animation](img/sim.gif)

![z data plot](img/z-data.png)

![f15 thrust profile](img/f15-profile.png)

# How it works

I've explained in details how this simulation works in [this blog post](https://namberino.github.io/posts/2024/06/modeling-a-thrust-vector-control-rocket-in-python/).

Check it out to learn more about the simulation.

# Fluid simulation (WIP)

This is a fluid simulation made with the Lattice Boltzmann method. Still a work in progress.

Currently can simulate fluid flow on a cylinder.

![cfd sim](img/cfd.gif)

# Reference
- [Modeling a Thrust Vectored Rocket In Simulink](https://www.youtube.com/watch?v=nwgd1CV__rs&t)
- [Thrust vectoring](https://en.wikipedia.org/wiki/Thrust_vectoring)
- [Create Your Own Lattice Boltzmann Simulation (With Python)](https://medium.com/swlh/create-your-own-lattice-boltzmann-simulation-with-python-8759e8b53b1c)