Skip to content
Snippets Groups Projects
  1. Jan 21, 2025
  2. Jan 08, 2025
  3. Jan 07, 2025
  4. Nov 28, 2024
  5. Nov 13, 2024
  6. Nov 12, 2024
  7. Nov 10, 2024
  8. Oct 29, 2024
  9. Oct 27, 2024
  10. 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
  11. Oct 21, 2024
  12. 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
  13. 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
  14. 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
  15. Jul 01, 2024
Loading