https://github.com/namberino/tvc-rocket-sim
TVC rocket simulation
https://github.com/namberino/tvc-rocket-sim
cfd jupyter-notebook physics python rocket rocket-simulation simulation
Last synced: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:01:16.000Z (over 1 year ago)
- Last Synced: 2025-09-15T02:45:19.374Z (9 months ago)
- Topics: cfd, jupyter-notebook, physics, python, rocket, rocket-simulation, simulation
- Language: Jupyter Notebook
- Homepage: https://namberino.github.io/posts/2024/06/modeling-a-thrust-vector-control-rocket-in-python/
- Size: 17.6 MB
- Stars: 3
- 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)