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](https://github.com/ulgltas/CUPyDO) and [openMDAO](https://openmdao.org/) so that aeroelastic computations and optimization can be easily carried out.
...
...
@@ -6,7 +6,7 @@ This wiki contains the following documentation:
-[build](build) instructions
-[use](use) instructions
- some [additional resources](addition)
Additionaly, the documentation for developers can be built using doxygen, and the mathematical and numerical formulations of DART can be found in this [Ph.D. thesis](http://hdl.handle.net/2268/251906).
Additionally, the documentation for developers can be built using doxygen, and the mathematical and numerical formulations of DART can be found in this [Ph.D. thesis](http://hdl.handle.net/2268/251906).