... | @@ -3,18 +3,14 @@ DARTFlo (Discrete Adjoint for Rapid Transonic Flows, abbreviated as DART) is an |
... | @@ -3,18 +3,14 @@ DARTFlo (Discrete Adjoint for Rapid Transonic Flows, abbreviated as DART) is an |
|
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.
|
|
|
|
|
|
This wiki contains the following documentation:
|
|
This wiki contains the following documentation:
|
|
- a step by step [build](build) guide
|
|
- [build](build) instructions
|
|
- a step by step [how-to-use](use) guide
|
|
- [use](use) instructions
|
|
- some C++ ([dart](dart_cclasses), [tbox](tbox_cclasses)) and [Python](pyclasses) classes documentation
|
|
- some [additional resources](addition)
|
|
- a short description of some [additional modules](module)
|
|
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).
|
|
- a [benchmark](bench) page
|
|
|
|
- a list of [known bugs](bugs)
|
|
|
|
|
|
|
|
The documentation for developers can be built with doxygen.
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
## Features and limitations (dart v1.0.0, September 2021)
|
|
## Features and limitations (dart v1.1.0, September 2021)
|
|
* Geometry
|
|
* Geometry
|
|
- 2D
|
|
- 2D
|
|
- [x] airfoils
|
|
- [x] airfoils
|
... | @@ -72,4 +68,4 @@ The documentation for developers can be built with doxygen. |
... | @@ -72,4 +68,4 @@ The documentation for developers can be built with doxygen. |
|
## Envisioned developments
|
|
## Envisioned developments
|
|
* Addition of [CPACS](https://cpacs.de/) or [OpenVSP](http://openvsp.org/) to gmsh geometry interface
|
|
* Addition of [CPACS](https://cpacs.de/) or [OpenVSP](http://openvsp.org/) to gmsh geometry interface
|
|
* Extension to unsteady flow with linear harmonic perturbations methods
|
|
* Extension to unsteady flow with linear harmonic perturbations methods
|
|
* Extension of viscous-inviscid interaction to 3D transonic flows |
|
* Extension of viscous-inviscid interaction to 3D transonic flows |
|
\ No newline at end of file |
|
|