SGauvin / lethe

Repository for the lethe open source CFD project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lethe What is Lethe?

Lethe is an Open-source Computational Fluid Dynamics (CFD) Software which uses high-order Continuous Galerkin formulations to solve the incompressible Navier-Stokes equations (among others). Lethe contains a family of solvers that are based on the deal.II open source framework for its finite elements formulation (https://github.com/dealii/dealii). Through deal.II, Lethe uses Trilinos for its sparse linear algebra and p4est for distribute adaptative quad/oct trees.

Lethe is named after the river of forgetfulness, which is one of the five rivers of the Greek underworld, the other four being Styx, Acheron (the river of sorrow), Cocytus (the river of lamentation) and Phlegethon (the river of fire) (https://en.wikipedia.org/wiki/Lethe). The shades of the dead were required to drink the waters of the Lethe in order to forget their earthly life.

Lethe originally started that as a week-end project, but ended up slowly growing into a real research CFD code. It is still an immature project, but is under active development.

Note: Lethe would not exist without the thorough dedicated work of the deal.II authors. The authors of Lethe would like to emphasize that without deal.II, dedicated solvers like Lethe could not exist.

Authors:

Main developer :

Contributors (in alphabetical order):

  • Antoine Avrit
  • Lucka Barbeau
  • Simon Gauvin
  • Shahab Golshan
  • Rajeshwari Kamble

Installation:

Follow the instructions in the wiki.

License:

Please see the file ./LICENSE for details

About

Repository for the lethe open source CFD project

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 87.0%Language:Python 5.5%Language:CMake 3.8%Language:Shell 3.6%