This project is a fluid dynamics simulator that visualizes the behavior of a wind tunnel. It is designed to be an educational tool for understanding fluid mechanics and a foundation for further development in physics simulations.
- Real-time fluid dynamics simulation
- Visualization of fluid flow
To get a local copy up and running, follow these simple steps.
To use the simulator in your browser, click [here] (https://mackrus.github.io/fluid_simulator/).
- A modern web browser that supports HTML5 and JavaScript ES6 modules.
1. Clone the repo
```sh
git clone <https://github.com/mackrus/fluid_simulator.git>
```
2. Navigate to the project directory
```sh
cd fluid_simulator
```
3. Open the `index.html` file in your web browser
Interact with the simulation through the provided user interface to adjust parameters such as viscosity, density, and external forces. The changes will be reflected in real-time within the simulation.
Visit [this wesite] (https://mackrus.github.io/fluid_simulator/)
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License.
See License.
- Matthias Müller - Ten Minute Physics
- The fluid simulation code in this project is based on the work by Matthias Müller. His contributions to the field and educational resources have been invaluable.
- Ten Minute Physics YouTube Channel
- Matthias Müller's website
The original code is licensed under the MIT License. The full license text is included in the project, and the copyright notice is present in all copies or substantial portions of the Software.
Markus Bajlo - email - [email protected]
Project Link: https://github.com/mackrus/fluid_simulator