From e4f60bb180407b64447c3207038cbc9b883a4e30 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Thu, 6 Apr 2023 11:31:34 +0200 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 065f92a..8309e62 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). -- GitLab