... | @@ -2,12 +2,13 @@ |
... | @@ -2,12 +2,13 @@ |
|
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.
|
|
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.
|
|
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.
|
|
|
|
|
|
The wiki contains the documentation related to users:
|
|
This wiki contains the following documentation:
|
|
- [C++](dart_cclasses) and [Python](pyclasses) classes documentation
|
|
- a step by step [build](build) guide
|
|
- a step by step [how-to-use](use) guide
|
|
- a step by step [how-to-use](use) guide
|
|
|
|
- some C++ ([dart](dart_cclasses), [tbox](tbox_cclasses)) and [Python](pyclasses) classes documentation
|
|
- a short description of some [additional modules](module)
|
|
- a short description of some [additional modules](module)
|
|
- a list of [known bugs](bugs)
|
|
|
|
- a [benchmark](bench) page
|
|
- a [benchmark](bench) page
|
|
|
|
- a list of [known bugs](bugs)
|
|
|
|
|
|
The documentation for developers can be built with doxygen.
|
|
The documentation for developers can be built with doxygen.
|
|
|
|
|
... | | ... | |