- Jan 07, 2025
-
-
Paul Dechamps authored
-
- Dec 20, 2024
-
-
Paul Dechamps authored
Pipeline should fail
-
- Nov 28, 2024
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Nov 13, 2024
-
-
Paul Dechamps authored
Refactor api + updated tests with mode updater and added scalers
-
Paul Dechamps authored
-
- Nov 12, 2024
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Nov 10, 2024
-
-
Paul Dechamps authored
Update docker for pipeline + added validation case + refactor API
-
Paul Dechamps authored
-
Paul Dechamps authored
API only works for 2D cases
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Oct 29, 2024
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
docker with updated VTK version & scipy 1.10
-
- Oct 28, 2024
-
-
Paul Dechamps authored
Format code
-
- Oct 27, 2024
-
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
Paul Dechamps authored
-
- Oct 26, 2024
-
-
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
-
- Oct 21, 2024
-
-
Paul Dechamps authored
+ Refactor adjoint and api's
-
Paul Dechamps authored
-
- Oct 07, 2024
-
-
Paul Dechamps authored
Analytical adjoint
-
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.
-
- Sep 29, 2024
-
-
Paul Dechamps authored
Add adjoint capability
-
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%)
-
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.
-
Paul Dechamps authored
New surface mesh is imposed in the viscous solver in 2D and stagnation point is recomputed at the first coupling iteration
-
- Sep 23, 2024
-
-
Paul Dechamps authored
Added adjoint for AoA and mesh in 2D. Nodes indices are now passed to the BoundaryLayer object
-
Paul Dechamps authored
Changes are relative to adjoint and api modifications.
-
Paul Dechamps authored
Following commit that removes VII from dartflo
-
- Jul 01, 2024
-
-
Paul Dechamps authored
Cp is not written since VTK changed the name of their function. Writting cp slices works with VTK 9.3.0
-
Paul Dechamps authored
Increased number of elements in the TE region and updated tests values.
-
Paul Dechamps authored
-
- May 08, 2024
-
-
Paul Dechamps authored
Refactor interface
-