DLR-SC / tigl

The TiGL Geometry Library to process aircraft geometries in pre-design.
https://dlr-sc.github.io/tigl/
Apache License 2.0
237 stars 61 forks source link

Wing cutout geometry with leading edge devices #1032

Open hardt-fa-flb opened 2 hours ago

hardt-fa-flb commented 2 hours ago

Hello everyone,

I have a question regarding the leading edge devices: is it possible to generate a wing geometry from TIGL in which the cutouts for trailing AND leading edge devices are taken into account? The CCPACSWing::GetLoftWithCutouts method unfortunately only considers the trailing edge devices. Here is my use case:

tigl-slats.zip

Best regards,

Daniel

hardt-fa-flb commented 2 hours ago

Maybe connected to #990

joergbrech commented 2 hours ago

The leading edge devices are unfortunately not implemented yet.

hardt-fa-flb commented 2 hours ago

Is it planned to include the LE devices into the calculation in the near future?