- Jan 26, 2025
-
-
Paul Dechamps authored
Modified file include accordingly
-
- Jan 22, 2025
-
-
Paul Dechamps authored
-
- Jan 21, 2025
-
-
Paul Dechamps authored
The test values are different from mac to ubuntu which is probably related to version difference (python, numpy, scipy, swig and probably others are different).
-
Paul Dechamps authored
- Revert default value of span. - Removed api test for 3D because it could lead to issues when ctests run in parallel (tests would open the same files at the same time which would cause high latency. - Fixed values of Rae 3D case wrt to previous fix
-
Paul Dechamps authored
-
Paul Dechamps authored
Plus fixed a bug that would set span to 0
-
- Jan 07, 2025
-
-
Paul Dechamps authored
-
Paul Dechamps authored
There geo file for naca 0012 was updated by adding the growth ratio as input parameter instead of the farfield mesh size.
-
- Nov 28, 2024
-
-
Paul Dechamps authored
-
- Nov 12, 2024
-
-
Paul Dechamps authored
-
- Nov 10, 2024
-
-
Paul Dechamps authored
-
Paul Dechamps authored
API only works for 2D cases
-
- 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
-
- Sep 29, 2024
-
-
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.
-
- Sep 23, 2024
-
-
Paul Dechamps authored
Added adjoint for AoA and mesh in 2D. Nodes indices are now passed to the BoundaryLayer object
-
- 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
-
- May 07, 2024
-
-
Paul Dechamps authored
Adjoint is not working because the delta star box is missing
-
- Apr 25, 2024
-
-
Paul Dechamps authored
Boundary layer c++ objects are created in python with swig and are manipulated by the interface. The initial condition of the viscous solver was changed. All test cases have been adapted. A decrease in the number of iterations is globally observed. Results are slightly improved especially for the RAE validation case.
-
- Dec 05, 2023
-
-
Paul Dechamps authored
Adding scipy before script
-
- Dec 04, 2023
-
-
Paul Dechamps authored
Added test case on the rae2822 3D finite wing thattests the 3D functionnalities of the code with vtk writing
-
Paul Dechamps authored
-
- Nov 24, 2023
-
-
Paul Dechamps authored
Fixed API, dart interface and prevented segfault if the number of sections is not imposed correctly.
-
- Nov 15, 2023
-
-
Paul Dechamps authored
Contains 2D and 3D developements as well as the api.
-