Skip to content
Snippets Groups Projects
  1. Oct 26, 2024
    • Paul Dechamps's avatar
      (fix) Fixed bug in transition · b90464fd
      Paul Dechamps authored
      deltaStar was not recomputed for the transition point after averaging solutions, leading to oscillations in the transition region. Test cases have been updated accordingly and deltaStar computation is now tested in the 2D subsonic test case
      b90464fd
  2. Oct 21, 2024
  3. Oct 07, 2024
    • Paul Dechamps's avatar
      (feat) Analytical gradients for adjoint · edccc177
      Paul Dechamps authored
      Change potential and mesh derivatives to analytical. Also changed the residuals computation of the viscous solver to the analytical expression instead of solving the linear system. This commit reduces the computational cost of the coupled adjoint methodology by a factor 4, at least.
      edccc177
  4. Sep 29, 2024
    • Paul Dechamps's avatar
      (feat) Added MDAO api for aerodynamics optimization · 3b935a0e
      Paul Dechamps authored
      The api features 3 components: The solver, the geometry and the initial mesh. The api is tested in a aerodynamic shape case where the NACA0012 is constrained at 0deg AoA with cl=0.40 and the objective function to minimize is the drag wrt the max camber and the max camber position. The test case ends with a final shape close to the NACA4412 (camber = 35% & max camber pos = 41%)
      3b935a0e
    • Paul Dechamps's avatar
      (feat) Added viscous drag contribution to adjoint · 0346d90b
      Paul Dechamps authored
      Friction drag is now part of the implementation. The rhs of the adjoint system is updated and the test uses total drag. The adjoint test now uses the mesh update capability.
      0346d90b
    • Paul Dechamps's avatar
      (feat) Added mesh update capability to the solver interface · 44904a46
      Paul Dechamps authored
      New surface mesh is imposed in the viscous solver in 2D and stagnation point is recomputed at the first coupling iteration
      44904a46
  5. Sep 23, 2024
    • Paul Dechamps's avatar
      (feat) Adjoint 2D · 49901458
      Paul Dechamps authored
      Added adjoint for AoA and mesh in 2D. Nodes indices are now passed to the BoundaryLayer object
      49901458
  6. Jul 01, 2024
  7. May 07, 2024
  8. Apr 25, 2024
  9. Feb 08, 2024
  10. Dec 19, 2023
  11. Dec 14, 2023
  12. Dec 13, 2023
  13. Dec 06, 2023
  14. Dec 05, 2023
  15. Dec 04, 2023
    • Paul Dechamps's avatar
      (test) Added 3D test case · fbb81a4c
      Paul Dechamps authored
      Added test case on the rae2822 3D finite wing thattests the 3D functionnalities of the code with vtk writing
      fbb81a4c
    • Paul Dechamps's avatar
      (test) Renamed naca0012 test case · 223260e2
      Paul Dechamps authored
      223260e2
    • Paul Dechamps's avatar
      (feat) Added vtk support · 2e2e93bd
      Paul Dechamps authored
      Added vtk support in Dart api. Modified writing of boundary layer slices and introduced new argument of blast - writeSlices - which indicates vtk where to extract cps. The feature is not yet available for the boundary layer slices as this would require interpolation in the viscous solver.
      2e2e93bd
  16. Nov 30, 2023
  17. Nov 28, 2023
  18. Nov 24, 2023
    • Paul Dechamps's avatar
      (fix) Minor fixes · da2789cf
      Paul Dechamps authored
      Fixed API, dart interface and prevented segfault if the number of sections is not imposed correctly.
      da2789cf
  19. Nov 15, 2023
Loading