Update home authored by Adrien Crovato's avatar Adrien Crovato
...@@ -7,7 +7,7 @@ This wiki contains the following documentation: ...@@ -7,7 +7,7 @@ This wiki contains the following documentation:
- [use](use) instructions - [use](use) instructions
- some [additional resources](addition) - some [additional resources](addition)
Additionally, the documentation for developers can be built using doxygen. The mathematical and numerical formulations of DART can be found in [this Ph.D. thesis](http://hdl.handle.net/2268/251906), and in [this technical note](http://hdl.handle.net/2268/264284). Additionally, the documentation for developers can be built using doxygen. The mathematical and numerical formulations of DART can be found in [this technical note](http://hdl.handle.net/2268/264284). Main scientific publications are also listed at the bottom of the page.
![](pics/main.png) ![](pics/main.png)
...@@ -46,9 +46,9 @@ Additionally, the documentation for developers can be built using doxygen. The m ...@@ -46,9 +46,9 @@ Additionally, the documentation for developers can be built using doxygen. The m
- [x] Eigen's GMRES - [x] Eigen's GMRES
- [x] MUMPS - [x] MUMPS
- Wake/Kutta condition - Wake/Kutta condition
- [x] direct matrix manipulation (see [Nishida, 1996](https://dspace.mit.edu/handle/1721.1/11188), [Galbraith, 2017](https://arc.aiaa.org/doi/abs/10.2514/6.2017-0290) and [Crovato, 2020](http://hdl.handle.net/2268/251906)) - [x] direct matrix manipulation (see [Nishida, 1996](https://dspace.mit.edu/handle/1721.1/11188), [Galbraith, 2017](https://arc.aiaa.org/doi/abs/10.2514/6.2017-0290) and [Crovato, 2021](https://hdl.handle.net/2268/264284))
- Artificial viscosity - Artificial viscosity
- [x] best upstream alignment (see [Crovato, 2020](http://hdl.handle.net/2268/251906)) - [x] best upstream alignment (see [Crovato, 2021](https://hdl.handle.net/2268/264284))
- [x] adaptive - [x] adaptive
* Post-processing * Post-processing
- Data extracted at nodes - Data extracted at nodes
...@@ -70,3 +70,10 @@ Additionally, the documentation for developers can be built using doxygen. The m ...@@ -70,3 +70,10 @@ Additionally, the documentation for developers can be built using doxygen. The m
* 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
## References
* Crovato Adrien, [DARTFlo - Discrete Adjoint for Rapid Transonic Flows](https://hdl.handle.net/2268/264284), Technical note, University of Liège, 2021.
* Crovato Adrien, [Steady Transonic Aerodynamic and Aeroelastic Modeling for Preliminary Aircraft Design](https://hdl.handle.net/2268/251906), 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](https://orbi.uliege.be/handle/2268/301884), Aerospace Science and Technology, 2023.
* Crovato A., et al., [A Full Potential Static Aeroelastic Solver for Preliminary Aircraft Design](https://hdl.handle.net/2268/237955), 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](https://hdl.handle.net/2268/292456), Proceedings of the 19th International Forum on Aeroelasticity and Structural Dynamics (IFASD), 2022.
\ No newline at end of file