Programming assignment for PHYS432 - Physics of Fluids
Author: Luca D'Angelo
Python Version: 3.7.4
Code Files:
- advection.py
- Solves the advection equation using the FTCS and Lax-Friedrichs methods.
- advection-diffusion.py
- Solves the advection-diffusion equation using Lax-Friedrichs for the advection term and the implicit method for the diffusion term.