Skip to content
Snippets Groups Projects

USCSDPM v1.0

Merged Adrien Crovato requested to merge adri into master
All threads resolved!
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
+ 9
2
# 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).
Loading