Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

A Simulink project which can accurately simulate the motion of a flying rocket in one-dimensional space.

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

Screenshot

### Subsystems

#### 1. Drag Force

Screenshot

##### 1.1 Air Density

Screenshot

#### 2. Weight

Screenshot

#### 3. Thrust Force

Screenshot

## Author

👤 **Aras Güngöre**

* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
* GitHub: [@arasgungore](https://github.com/arasgungore)