Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrbray/incompressible-fluid
Simulation of two-dimensional incompressible flow with periodic boundary conditions.
https://github.com/benrbray/incompressible-fluid
Last synced: 26 days ago
JSON representation
Simulation of two-dimensional incompressible flow with periodic boundary conditions.
- Host: GitHub
- URL: https://github.com/benrbray/incompressible-fluid
- Owner: benrbray
- Created: 2014-04-23T17:12:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-29T04:00:45.000Z (almost 10 years ago)
- Last Synced: 2024-10-09T09:42:38.087Z (about 1 month ago)
- Language: Java
- Size: 6.24 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
incompressible-fluid
====================Simulation of two-dimensional incompressible flow with periodic boundary conditions, achieved by solving the Euler Equations in the frequency domain.
Based on the following excellent resources:
- Stam, Jos. [*Stable Fluids*](http://pages.cs.wisc.edu/~chaol/data/cs777/stam-stable_fluids.pdf). SIGGRAPH 99, Los Angeles, CA.
- Bridson, Robert, and Matthias Müller-Fischer. [*Fluid Simulation*](http://www.cs.ubc.ca/~rbridson/fluidsimulation/fluids_notes.pdf). SIGGRAPH 07. Course Notes.The only file needed to run the simulation is the `*.jar` in the root directory.
### Known Issues
Currently, there are mysterious ridges in the simulation into which particles disappear. This issue will be investigated in the future.