-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visualize tank geometry in tigl, apply fuselage methods for it #969
Comments
The implementation of the tanks in TiGL is nearing completion (the figure above shows the TiGL implementation of a highly simplified tank (but using the fuselage approach) with two hulls (green) in a fuselage (blue)). I am still working on the transfer of some fuselage operations. @sfreund-DLR, would you provide a (Python) prototype for calculating the geometry according to the simplified parameters, ideally with pythonOCC? Note that I moved the |
Linking the Python prototype for |
I propose to restructure the schema so that we can define the What do you think, @sfreund-DLR? |
good idea! |
@MarAlder I think your approach of throwing a warning is fine. I usually try to follow two rules of thumb and find a good compromise:
So specific to this case: It would be nice if TiGL wouldn't be too strict so that it crashes or errors less and thus be more robust. But what should happen with negative values for the half-axis? Some users might expect them to be clamped to [0, 1], others might expect that TiGL uses the absolute value. So now we might surprise some users. Then the best we can do is to be explicit about what happens and your warning is pretty explicit. |
Thanks for your feedback, also @AntonReiswich and @sdeinert via mail. I think I'll try to avoid the implicit assumptions and handle meaningless parameters with Another point: Yesterday we discussed that some edge cases might be difficult with the idea of implementing it as a fuselage child. The tanks should also be placed inside and outside the wings, pylons and nacelles. So we decided that it would be better to pull |
Hi,
with the new cpacs tank definition finalized, I'd like to request tigl support for it. The tank geometry is defined alike the fusealge geometry starting at the "hulls"-element. These would be the requested items
An examplary cpacs dataset is under development and will be added when finished.
This is an examplary view of an aircraft with tanks
The text was updated successfully, but these errors were encountered: