https://github.com/arasgungore/rocket-flight-simulator
A Simulink project which can accurately simulate the motion of a flying rocket in one-dimensional space.
https://github.com/arasgungore/rocket-flight-simulator
matlab matlab-simulink physics-simulation rocket rocket-dynamics rocket-flight rocket-launch rocket-physics rocket-science rocket-simulation rocket-simulator rockets simulation simulation-model simulation-modeling simulator simulator-circuit simulators simulink simulink-model
Last synced: 3 months ago
JSON representation
A Simulink project which can accurately simulate the motion of a flying rocket in one-dimensional space.
- Host: GitHub
- URL: https://github.com/arasgungore/rocket-flight-simulator
- Owner: arasgungore
- License: mit
- Created: 2022-02-24T06:56:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:18:21.000Z (over 2 years ago)
- Last Synced: 2025-01-30T19:04:41.427Z (3 months ago)
- Topics: matlab, matlab-simulink, physics-simulation, rocket, rocket-dynamics, rocket-flight, rocket-launch, rocket-physics, rocket-science, rocket-simulation, rocket-simulator, rockets, simulation, simulation-model, simulation-modeling, simulator, simulator-circuit, simulators, simulink, simulink-model
- Language: MATLAB
- Homepage:
- Size: 276 KB
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocket-flight-simulator
A Simulink project which can accurately simulate the motion of a flying rocket in one-dimensional space. The project implements the forces acting on a rocket which are drag, weight, and thrust as subsystems that take time-variant parameters into consideration such as distance from the center of Earth, mass and velocity of the rocket, and air density at different layers of Earth's atmosphere. As output, the project plots the position-time, velocity-time, and acceleration-time graphs of the rocket.
## Run on Terminal
```sh
matlab -nodisplay -nosplash -nodesktop -r "run('param.m');exit;"
```## System
### Main Schematic
### Subsystems
#### 1. Drag Force
##### 1.1 Air Density
#### 2. Weight
#### 3. Thrust Force
## Author
👤 **Aras Güngöre**
* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)