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.
- Host: GitHub
- URL: https://github.com/auralius/truck-with-fluid-basin
- Owner: auralius
- Created: 2021-08-14T16:24:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T13:41:48.000Z (about 2 years ago)
- Last Synced: 2025-02-01T10:27:08.502Z (3 months ago)
- Topics: cfd, dynamics-simulation, fluid-dynamics, matlab, octave, saint-venant
- Language: MATLAB
- Homepage:
- Size: 996 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# truck-with-fluid-basin
Numerical model and simulation of a truck with a fluid basinOctave 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.
