Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skhelladi/rtcfd_code
Real-time Computational Fluid Dynamics
https://github.com/skhelladi/rtcfd_code
cfd computational-physics fluid-dynamics fluid-simulation qt real-time
Last synced: 5 days ago
JSON representation
Real-time Computational Fluid Dynamics
- Host: GitHub
- URL: https://github.com/skhelladi/rtcfd_code
- Owner: skhelladi
- License: gpl-3.0
- Created: 2022-12-18T11:40:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T14:36:57.000Z (about 2 years ago)
- Last Synced: 2023-12-16T15:53:29.389Z (about 1 year ago)
- Topics: cfd, computational-physics, fluid-dynamics, fluid-simulation, qt, real-time
- Language: C++
- Homepage:
- Size: 83.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real-time Computational Fluid Dynamics
This repository presents a real-time CFD solver based on a "rough" representation of conservation equations. The solver is implemented in C/C++ for real-time purpose and Qt for the user interface and graphical renderings. It supports a wide range of features:
- 2D problems (3D in progress)
- real-time flow patern variation
- variety of obstacles (in progress)
- drag-and-drop obstacles
- postprocessing using: scalars (pressure, velocity, tracer), streamlines and velocity vectors## Tutorial
[![Tutorial](https://img.youtube.com/vi/gvOE69KHmwU/0.jpg)](https://www.youtube.com/watch?v=gvOE69KHmwU)
## License
This project is licensed under the GPL-3 license.Unless you explicitly state otherwise, any contribution intentionally submitted by you for inclusion in this project shall be licensed as above, without any additional terms or conditions.
## Authors
- Sofiane KHELLADI### Code inspiration
This code is based on the theoretical developments and javascript code presented by Matthias Müller in "Ten Minute Physics" channel.Link: https://matthias-research.github.io/pages/tenMinutePhysics/17-fluidSim.pdf