From f86ba966278f2943874a32e93e2f49e10e260fea Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Mon, 16 Feb 2026 15:20:37 -0500 Subject: [PATCH] Add MFC: exascale multiphase flow solver --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1be6783..83cd3d1 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ them. [GitHub](https://github.com/qhull/qhull/)) - [GSL](https://www.gnu.org/software/gsl/) - Random number generators, special functions, and least-squares fitting etc. (C/C++, GPL 3, [Savannah](https://savannah.gnu.org/projects/gsl)) +- [MFC](https://mflowcode.github.io/) - Exascale multiphase compressible flow solver; 2025 Gordon Bell Prize Finalist. + (Fortran, MIT, [GitHub](https://github.com/MFlowCode/MFC)) - [OpenFOAM](https://www.openfoam.com) - Free, open source CFD (computational fluid dynamics) software. (C++, GPL 3, [GitHub](https://github.com/OpenFOAM/OpenFOAM-dev)) - [quadpy](https://github.com/sigma-py/quadpy) - Numerical integration (quadrature, cubature) in Python.