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

https://github.com/auralius/truck-with-fluid-basin

Numerical model and simulation of a truck with a fluid basin.
https://github.com/auralius/truck-with-fluid-basin

cfd dynamics-simulation fluid-dynamics matlab octave saint-venant

Last synced: 27 days ago
JSON representation

Numerical model and simulation of a truck with a fluid basin.

Awesome Lists containing this project

README

        

# truck-with-fluid-basin
Numerical model and simulation of a truck with a fluid basin

Octave compatible version: https://github.com/auralius/truck-with-fluid-basin/tree/octave

The model is based on the following paper:
[Numerical optimal control of a coupled ODE-PDE model of a truck with a fluid basin](https://www.aimsciences.org/article/doi/10.3934/proc.2015.0515)

This is still an ongoing work. The goal is similar to the paper mentioned above. However, we will deploy different optimization methods.

The animation below shows the moving truck due to an external forces of 4000N for 0.5 seconds. After that, the force is removed. See the file: [demo1.m](https://github.com/auralius/truck-with-fluid-basin/blob/main/demo1.m). Since there is no friction between the truck and its environment, the truck keeps moving.

See also this [PDF file](https://github.com/auralius/truck-with-fluid-basin/blob/main/Model%20Derivation.pdf) for the model derivation process.

![demo1](https://github.com/auralius/truck-with-fluid-basin/blob/main/demo1.gif)