Skip to content
SGauvin edited this page Jan 7, 2020 · 12 revisions

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:

  • Rajeshwari Kamble
  • Antoine Avrit

Installation:

Lethe can be installed on Linux either on a dedicated machine or on a virtual machine. Lethe has been tested on numerous distributions, including Ubuntu 18.04 LTS and Centos 7

The installation of Lethe consists in three major steps:

  • Installation of deal.II dependency (p4est and trilinos)
  • Installation of deal.II
  • Installation of lethe

Lethe cannot be installed without p4est and Trilinos. Although Lethe can be run in serial and distributed (parallel) mode, it uses p4est and Trilinos for mesh decomposition and linear solvers respectively. Lethe generally supports the lastest release of the dealii library.

Clone this wiki locally