From 8368ff0c192a3925851db3f1ae4747f012714c8e Mon Sep 17 00:00:00 2001 From: sdeinert Date: Thu, 14 Mar 2024 10:36:42 +0100 Subject: [PATCH] Added runOutRatio Added runOutRatio to wingStringerType. Changed numberOfStringers to be required for explicit stringers. --- schema/cpacs_schema.xsd | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/schema/cpacs_schema.xsd b/schema/cpacs_schema.xsd index 301873c..db220af 100644 --- a/schema/cpacs_schema.xsd +++ b/schema/cpacs_schema.xsd @@ -38869,9 +38869,9 @@ The fuel tank volume type should also be used for the wing fuel tank - + - The number of stringers; default is 0 + The number of stringers @@ -38921,6 +38921,17 @@ The fuel tank volume type should also be used for the wing fuel tank + + + Optional ratio of pitch which activates stringer run-outs. + If a stringer crosses a wing rib before it runs out at the front or rear border of its parent + and if the distance of the stringer/rib crossing to the front or rear border is less than + runOutRatio * pitch, the stringer will be discontinued at the rib crossing point. + If not defined, stringer run-outs will not be modified. + NOTE: Only affects stringer definitions that use an angle value. Start-/end-xsi definition is not affected. + + +