multiUQ

Uncertainty Quantification coupled with a multiphase flow solver.  The source code is hosted on BitBucket and can be accessed using: https://bitbucket.org/markowkes/multiuq

Fourth-Order Height Function Method

The height function method is an approach to compute the curvature of an interface.  This code computes the finite difference heights following the ideas of Sussman and Ohta (International Series of Numerical Mathematics, 2006).  More information on the notation used is available in Owkes et al. (JCP, under review).

MATLAB Code

CFD - Incompressible Navier-Stokes Solver

This document describes how to write your own CFD code.  The code can be written in any language, but this document provides snippets in MATLAB.  I do not provide the source code as writing a similar code is used in many courses and the document provides all the pieces that are needed to write your own code.

GitHub Repository