pmocz / cfd-comparison-python

Comparison of various numerical methods for computational fluid dynamics

Home Page:https://philip-mocz.medium.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfd-comparison-python

Comparison of various numerical methods for computational fluid dynamics. You are encouraged to add your own or improve the schemes below!

Create Your Own Computational Fluid Dynamics Simulations (With Python)

Philip Mocz (2023), @PMocz 👈 Follow me for more!

Simulate the isothermal compressible Euler equations with:

  1. Finite Volume Method
python finitevolume.py

FV Simulation

  1. Spectral Method
python spectral.py

Spectral Simulation

  1. Lattice Boltzmann
python latticeboltzmann.py

LB Simulation

  1. Smoothed-Particle-Hydrodynamics
python sph.py

SPH Simulation

About

Comparison of various numerical methods for computational fluid dynamics

https://philip-mocz.medium.com/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%