Tag: Finite

Create Your Own Finite Volume Fluid Simulation (With Python) Part 2: Boundary Conditions & Source Terms

For today’s recreational coding exercise, we will expand on the Finite Volume method for simulating the compressible fluid equations. We will add boundary conditions and source terms. For Part 1, please see the Python tutorial on the Kelvin-Helmholtz Instability, which we build on. Here i...