From 5397022345bb4134e7f246d094361cd500ce92f2 Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Fri, 15 Nov 2024 11:52:56 +0100
Subject: [PATCH] update readme

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8309e62..694f502 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,20 @@
 # SDPM
-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.
+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-2024.
+SDPM is currently capable of rapidly solving steady or unsteady compressible subsonic flows on isolated or multiple wings, as well as calculating the aerodynamic forces gradients. Furthemore, the code is interfaced with [OpenMDAO](https://openmdao.org/) so that aeroelastic computations and optimization can be easily carried out.  
 
 ## Main features
 * Cross platform (Windows and Unix) C++/Python code
 * Physical model
-  - unstructured quadrangle meshes for 2D geometries using [gmsh](https://gmsh.info/)
+  - unstructured quadrangle meshes for 3D geometries using [Gmsh](https://gmsh.info/)
   - steady and unsteady flows
-  - subsonic compressile flows
+  - subsonic compressile flows with transonic correction
 * Numerical methods
   - linear algrebra using [Eigen](http://eigen.tuxfamily.org/)
+  - reverse automatic differentiation using [CoDiPack](https://github.com/SciCompKL/CoDiPack)
 
 ## Documentation
 Detailed build and use instructions can be found in the [wiki](https://gitlab.uliege.be/am-dept/sdpm/wikis/home).
 
 ## References
+Crovato Adrien, [SDPM - Source and Doublet Panel Method](https://hdl.handle.net/2268/324280), Technical note, University of Liège, 2024.  
 Sanchez Martinez Mariano and Dimitriadis Grigorios, [Subsonic source and doublet panel methods](https://hdl.handle.net/2268/291174), Journal of Fluids and Structures, 2022.
-- 
GitLab