Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Sep 23, 2024
  4. Jul 01, 2024
  5. May 08, 2024
  6. May 07, 2024
  7. Apr 25, 2024
  8. Feb 08, 2024
  9. Dec 19, 2023
  10. Dec 14, 2023
Loading