DARTFlo
DARTFlo (Discrete Adjoint for Rapid Transonic Flows, abbreviated as DART) is an open-source C++/Python, unstructured finite-element, full potential solver, developed at the University of Liège by Adrien Crovato with the active collaboration of Romain Boman, and under the supervision of Vincent Terrapon and Grigorios Dimitriadis, during the academic years 2018-2022.
DART is currently capable of rapidly solving steady transonic flows on arbitrary configurations, ranging from 2D airfoils to 3D full aircraft (without engine), as well as calculating the flow gradients using a discrete adjoint method. Furthemore, the code is interfaced with CUPyDO and OpenMDAO so that aeroelastic analysis and optimization calculations can be carried out easily.
Main features
- Code
- cross platform (Windows and Unix)
- C++ with Python interface
- Inputs and outputs
- Flow modeling
- steady transonic flows
- viscous-inviscid interaction (see BLASTER)
- Numerical methods
- adjoint solver
- mesh morphing
- Linear algebra
- Multi-disciplinary anlaysis and optimization
Documentation
Detailed instructions for building and using the code, as well as references to theory manuals and scientific articles can be found in the wiki.