Skip to content

fabienevrard/interface-reconstruction-library

 
 

Repository files navigation

Interface Reconstruction Library (IRL)

The Interface Reconstruction Library (IRL) is a library of computational algorithms geared towards enabling easy and fast implementations of geometric Volume of Fluid (VOF) schemes for simulating multiphase flows. The methods contained in IRL, however, are general and could be used to compute volume-volume intersections, interface reconstructions, or perform optimizations. IRL was also specifically designed to be agnostic of the underlying meshes, making it useable for structured, unstructured, and adaptively refined meshes.

IRL is open-sourced under the Mozilla Public License 2 (MPL2) and hosted on GitLab, available here. It has already been used in incompressible and compressible CFD codes on structured, unstructured, and AMReX based flow solvers, with some images of simulations performed using IRL shown below.

I am currently in the process of writing additional documentation and examples. If you would like to become involved in its development or inquire about potentially using it for your application, please contact me.

IRL is written in C++14 with a Fortran 2008 interface. Below are links to additional information on how to install and use IRL:

About

Official repository for the interface reconstruction library (IRL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.0%
  • Fortran 18.5%
  • C 4.3%
  • CMake 2.2%
  • MATLAB 1.9%
  • Python 0.1%