diff --git a/README.md b/README.md index 065f92a352e49f6dc21534c67b19e57d178b7a6d..8309e623c683bea70fdb49b41057527cf00e1d5e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # SDPM -SDPM is an open-source C++/python, Source-Doublet Panel Method, developed at the University of Liège by Adrien Crovato and Grigorios Dimitriadis, during the academic years 2022-2023. +SDPM is an open-source C++/Python, unsteady compressible source and doublet panel method, developed at the University of Liège by Adrien Crovato and Grigorios Dimitriadis, during the academic years 2022-2023. +SDPM is currently capable of rapidly solving steady or unsteady compressible subsonic flows on isolated or multiple wings. ## Main features -* Cross platform (Windows and Unix) C++/python code +* Cross platform (Windows and Unix) C++/Python code +* Physical model + - unstructured quadrangle meshes for 2D geometries using [gmsh](https://gmsh.info/) + - steady and unsteady flows + - subsonic compressile flows +* Numerical methods + - linear algrebra using [Eigen](http://eigen.tuxfamily.org/) ## Documentation Detailed build and use instructions can be found in the [wiki](https://gitlab.uliege.be/am-dept/sdpm/wikis/home).