danieljfarrell / FVM

Finite volume method applied to the advection-diffusion equation
BSD 3-Clause "New" or "Revised" License
37 stars 16 forks source link

DOI

Solving the advection-diffusion equation on an non-uniform mesh with the finite-volume method


This repo is basically my notes on learning the finite-volume method when applied to the advection-diffusion equation. The methods are based on the the book by W. Hundsdorfer and J. G. Verwer, Numerical solutions of time-dependent advection-diffusion reaction equations.

For my lab-book notes on solving the advection-diffusion equation with the finite-volume method see the accompanying gh-pages branch, https://danieljfarrell.github.io/FVM/index.html.

The code is written in python using numpy as scipy libraries.

Ideas I wanted to explore: