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
- Host: GitHub
- URL: https://github.com/namberino/tvc-rocket-sim
- Owner: namberino
- License: apache-2.0
- Created: 2024-06-05T03:31:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T15:50:12.000Z (11 months ago)
- Last Synced: 2024-07-08T20:02:09.056Z (11 months ago)
- Language: Jupyter Notebook
- Homepage: https://namberino.github.io/posts/2024/06/modeling-a-thrust-vector-control-rocket-in-python/
- Size: 17.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.



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

# 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)