Skip to content
Snippets Groups Projects
  1. Feb 20, 2025
    • Paul Dechamps's avatar
      (refactor) Change the way input is handled and update on fuselage · 013bed91
      Paul Dechamps authored
      Now the viscous solver is created after the interface. This allows less user inputs and avoids conflict between parameters. The blSolverInterface class was reworked and documentation was improved. The sections can now have no wake or only one side (for fuselage for example). Bug fix here and there and ajusted tests. Only the onera validation case is up to date.
      Verified
      013bed91
  2. Feb 18, 2025
    • Paul Dechamps's avatar
      (feat) Added multiple bodies capability · 3c623273
      Paul Dechamps authored
      The data structures of the viscous solver have been reworked to avoid lists of lists of lists... Users now have the possibility to automatically generate sections on wing or to use prescribed section from another mesh. First option requires to identified upper and lower sides and this information is also used by the rbf interpolator.
      Verified
      3c623273
  3. Feb 15, 2025
    • Paul Dechamps's avatar
      (feat) Automatic section generation · b2720d3e
      Paul Dechamps authored
      Removed the requirement of a transfinite surface mesh to generate viscous section. They are now generated by interpolation of the convex hull (wing) using scipy. This works best if we identify the upper and lower sides of the wing. 2 tests are given; NACA0012 airfoil in 2D with RBF interpolation and RAE2822 wing in 3D with rbf as well.  There might be a problem with parallel run of tests. Validation cases are not updated yet. Usage of LFS mesh is prevented on purpose so the 3D validation cases will fail.
      Verified
      b2720d3e
  4. Feb 01, 2025
  5. Jan 31, 2025
  6. Jan 07, 2025
  7. Dec 20, 2024
  8. Oct 27, 2024
  9. Sep 23, 2024
  10. May 07, 2024
  11. Nov 30, 2023
Loading