https://github.com/pmocz/navier-stokes-spectral-python
Create Your Own Navier-Stokes Spectral Method Simulation (With Python)
https://github.com/pmocz/navier-stokes-spectral-python
computational-fluid-dynamics navier-stokes scientific-computing simulation spectral-method tutorial
Last synced: 4 months ago
JSON representation
Create Your Own Navier-Stokes Spectral Method Simulation (With Python)
- Host: GitHub
- URL: https://github.com/pmocz/navier-stokes-spectral-python
- Owner: pmocz
- License: gpl-3.0
- Created: 2023-08-03T05:57:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T01:18:08.000Z (over 2 years ago)
- Last Synced: 2025-04-03T09:12:15.750Z (10 months ago)
- Topics: computational-fluid-dynamics, navier-stokes, scientific-computing, simulation, spectral-method, tutorial
- Language: Python
- Homepage: https://philip-mocz.medium.com/create-your-own-navier-stokes-spectral-method-fluid-simulation-with-python-3f37405524f4
- Size: 117 KB
- Stars: 46
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# navier-stokes-spectral-python
Spectral Solver for Navier-Stokes Equations
## Create Your Own Navier-Stokes Spectral Method Simulation (With Python)
### Philip Mocz (2023) [@PMocz](https://twitter.com/PMocz)
### [📝 Read the Algorithm Write-up on Medium](https://philip-mocz.medium.com/create-your-own-navier-stokes-spectral-method-fluid-simulation-with-python-3f37405524f4)
Simulate the Navier-Stokes equations with a Spectral method
```
python navier-stokes-spectral.py
```
