A custom 3D potential flow solver built from scratch in Python. Takes a SolidWorks-designed geometry exported as an STL, meshes the surrounding volume using gmsh, and solves the Laplace equation (∇²φ ...
finitevolume-shocktube is an open-source Python solver for the 1D compressible Euler equations using the finite volume method with a Roe approximate Riemann solver. It is developed and maintained ...