cfd-comparison-python icon indicating copy to clipboard operation
cfd-comparison-python copied to clipboard

Comparison of various numerical methods for computational fluid dynamics

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