Skip to content

Comparison of various numerical methods for computational fluid dynamics

License

Notifications You must be signed in to change notification settings

dea-cfd/cfd-comparison-python

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%