An open API service indexing awesome lists of open source software.

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)

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
```

![Simulation](./navier-stokes-spectral.png)