DART
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 computations can be carried out easily.
This wiki contains the following documentation:
- build instructions
- use instructions
- some additional resources
Additionally, the documentation for developers can be built using doxygen. The mathematical and numerical formulations of DART can be found in this technical note. Main scientific publications are also listed at the bottom of the page.
Features and limitations (dart v1.2.0, October 2022)
- Geometry
- 2D
- airfoils
- 3D
- multi-isolated lifting surface (e.g. wing/tail configuration)
- wing/fuselage/tail configuration
- Interface
- 2D
- Mesh
-
Gmsh native format
- 2D with Line2 and Tri3 elements
- 3D with Tri3 and Tetra4 elements
-
Gmsh native format
- Physical model
- Time
- steady
- Compressibility
- subsonic freestream
- weak shockwaves
- Viscosity
- inviscid
- viscous-inviscid interaction (see BLASTER)
- Time
- Numerical methods
- Problem
- direct (i.e. forward)
- adjoint (i.e. backward)
- Outer solver
- Picard
- Newton-Raphson with analytical tangent matrix and Bank & Rose line search
- Inner solver
- Intel's MKL Pardiso
- Eigen's GMRES
- MUMPS
- Wake/Kutta condition
- direct matrix manipulation (see Nishida, 1996, Galbraith, 2017 and Crovato, 2021)
- Artificial viscosity
- best upstream alignment (see Crovato, 2021)
- adaptive
- Problem
- Post-processing
- Data extracted at nodes
- readily available in Python
- savable to disk
- Volume data
- Gmsh
- VTK
- Boundary data
- ascii
- Data extracted at nodes
- Aeroelastic capability
Envisioned developments
- Addition of ESP/CAPS interface
References
- Crovato Adrien, DARTFlo - Discrete Adjoint for Rapid Transonic Flows, Technical note, University of Liège, 2021.
- Crovato Adrien, Steady Transonic Aerodynamic and Aeroelastic Modeling for Preliminary Aircraft Design, PhD thesis, University of Liège, 2020.
- Crovato A., et al. A discrete adjoint full potential formulation for fast aerostructural optimization in preliminary aircraft design, Aerospace Science and Technology, 2023.
- Crovato A., et al., A Full Potential Static Aeroelastic Solver for Preliminary Aircraft Design, Proceedings of the 18th International Forum on Aeroelasticity and Structural Dynamics (IFASD), 2019.
- Crovato A., et al., Fast Full Potential Based Aerostructural Optimization Calculations for Preliminary Aircraft Design, Proceedings of the 19th International Forum on Aeroelasticity and Structural Dynamics (IFASD), 2022.