https://github.com/pmocz/latticeboltzmann-python
Lattice Boltzmann fluid simulation
https://github.com/pmocz/latticeboltzmann-python
astrophysics lattice-boltzmann scientific-computing simulation tutorial
Last synced: 9 months ago
JSON representation
Lattice Boltzmann fluid simulation
- Host: GitHub
- URL: https://github.com/pmocz/latticeboltzmann-python
- Owner: pmocz
- License: gpl-3.0
- Created: 2020-12-21T05:11:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T07:13:05.000Z (over 2 years ago)
- Last Synced: 2025-03-26T02:04:27.223Z (10 months ago)
- Topics: astrophysics, lattice-boltzmann, scientific-computing, simulation, tutorial
- Language: Python
- Homepage: https://medium.com/swlh/create-your-own-lattice-boltzmann-simulation-with-python-8759e8b53b1c
- Size: 79.1 KB
- Stars: 192
- Watchers: 5
- Forks: 51
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latticeboltzmann-python
Lattice Boltzmann fluid simulation
## Create Your Own Lattice Boltzmann Simulation (With Python)
### Philip Mocz (2020) Princeton Univeristy, [@PMocz](https://twitter.com/PMocz)
### [📝 Read the Algorithm Write-up on Medium](https://medium.com/swlh/create-your-own-lattice-boltzmann-simulation-with-python-8759e8b53b1c)
Simulate a flow past cylinder with the Lattice Boltzmann method
```
python latticeboltzmann.py
```
