DLR-SL / CPACS

CPACS - Common Parametric Aircraft Configuration Schema
http://dlr-sl.github.io/CPACS/
Apache License 2.0
79 stars 38 forks source link

Discussion: Need for major wing up, span and depth directions in CPACS #755

Open joergbrech opened 2 years ago

joergbrech commented 2 years ago

We came across some functions (there may be more) in TiGL that make assumptions as to how a wing is defined relatively to a coordinate system, i.e. which direction is up, which is the main span direction of the wing and which is the main depth direction of the wing, see the list with further explanations below. In some cases, these directions are fixed, and in others they are determined heuristically by the geometry of the wing. Because CPACS is very flexible, it is easy to construct counter examples where these heuristics will fail.

So the question is, do we need to agree on the direction for measuring wing span, wing depth and also which side of a wing points upwards? If yes, we should explicitly do so as part of CPACS. If no, I suppose this is a TiGL issue only. If we do want to define these directions in CPACS,

List of wing related TiGL functions, that make assumptions on the wings orientation.

raedma commented 2 years ago

Possibly related? https://github.com/DLR-SL/CPACS/issues/647