From ff4b516a5195ca4bd4010fd33c9ff8cff06a37ad Mon Sep 17 00:00:00 2001 From: GBenedett Date: Fri, 1 Dec 2023 15:51:23 +0100 Subject: [PATCH] integration_test --- ceasiompy/CPACS2SUMO/cpacs2sumo.py | 21 ++- tests/Test_input2.xml | 238 +++++++++++++++++++---------- tests/test_integration_tests.py | 13 +- 3 files changed, 176 insertions(+), 96 deletions(-) diff --git a/ceasiompy/CPACS2SUMO/cpacs2sumo.py b/ceasiompy/CPACS2SUMO/cpacs2sumo.py index b47b46c63..758b9de18 100644 --- a/ceasiompy/CPACS2SUMO/cpacs2sumo.py +++ b/ceasiompy/CPACS2SUMO/cpacs2sumo.py @@ -305,8 +305,8 @@ def convert_cpacs_to_sumo(cpacs_path, cpacs_out_path): * fus_transf.scaling.z ) - # if body_frm_height < 0.01: - # body_frm_height = 0.01 + if body_frm_height < 0.01: + body_frm_height = 0.01 body_frm_width = ( prof_size_y @@ -315,8 +315,8 @@ def convert_cpacs_to_sumo(cpacs_path, cpacs_out_path): * sec_transf.scaling.y * fus_transf.scaling.y ) - # if body_frm_width < 0.01: - # body_frm_width = 0.01 + if body_frm_width < 0.01: + body_frm_width = 0.01 # Convert the profile points in the SMX format prof_str = "" @@ -627,9 +627,16 @@ def convert_cpacs_to_sumo(cpacs_path, cpacs_out_path): # then TE(1 0), but not reverse way. # to avoid double zero, not accepted by SUMO - prof_str += ( - str(round(prof_vect_x[0], 4)) + " " + str(round(prof_vect_z[0], 4)) + " " - ) + for i, item in enumerate(prof_vect_x): + # if not (prof_vect_x[i] == prof_vect_x[i-1] or \ + # round(prof_vect_z[i],4) == round(prof_vect_z[i-1],4)): + if round(prof_vect_z[i], 4) != round(prof_vect_z[i - 1], 4): + prof_str += ( + str(round(prof_vect_x[0], 4)) + + " " + + str(round(prof_vect_z[0], 4)) + + " " + ) for i in range(1, len(prof_vect_x)): dx_squared = (prof_vect_x[i] - prof_vect_x[i - 1]) ** 2 diff --git a/tests/Test_input2.xml b/tests/Test_input2.xml index aed7185e3..99522ba33 100644 --- a/tests/Test_input2.xml +++ b/tests/Test_input2.xml @@ -1,5 +1,6 @@ - +
Cpacs2Test Simple Wing for unit testing @@ -9,7 +10,8 @@ 3.2 - Converted to cpacs 3.0 using cpacs2to3 - does not include structure update + Converted to cpacs 3.0 using cpacs2to3 - does not include structure + update cpacs2to3 2018-01-15T09:22:57 0.2 @@ -113,7 +115,8 @@ 0 0 - + 0 0 0 @@ -299,7 +302,8 @@
- First Section containing the profile curve in flow direction of the nacelle + First Section containing the profile curve in flow + direction of the nacelle upperSection fanCowlUpperSectionProfile @@ -392,7 +396,8 @@ 0 0 - + 0 0 0 @@ -402,17 +407,20 @@
D150_Fuselage_1Section1 - + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -422,18 +430,22 @@ D150_Fuselage_1Section1 fuselageCircleProfileuID - - + + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -445,17 +457,20 @@
D150_Fuselage_1Section2 - + 1 1 1 - + 0 0 0 - + 0.5 0 0 @@ -465,18 +480,22 @@ D150_Fuselage_1Section2 fuselageCircleProfileuID - - + + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -488,17 +507,20 @@
D150_Fuselage_1Section3 - + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -508,18 +530,22 @@ D150_Fuselage_1Section3 fuselageCircleProfileuID - - + + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -597,7 +623,8 @@ 0 0 - + 0 0 0 @@ -608,18 +635,22 @@ Cpacs2Test - Wing Section 1 Main Element Cpacs2Test - Wing Section 1 Main Element NACA0006 - - + + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -642,7 +673,8 @@ 0 0 - + 0 0 0 @@ -653,18 +685,22 @@ Cpacs2Test - Wing Section 2 Main Element Cpacs2Test - Wing Section 2 Main Element NACA0006 - - + + 1 1 1 - + 0 0 0 - + 0 0 0 @@ -687,7 +723,8 @@ 0 0 - + 0 0 0 @@ -698,18 +735,22 @@ Cpacs2Test - Wing Section 3 Main Element Cpacs2Test - Wing Section 3 Main Element NACA0006 - - + + 0.5 0.5 0.5 - + 0 0 0 - + 0.5 0 0 @@ -752,7 +793,8 @@ 0 0 - + 0 0 0 @@ -790,7 +832,8 @@ Cpacs2Test_Wing_Sec3 - Autogenerated positioning to set the position of section: Cpacs2Test_Wing_Sec3After + Autogenerated positioning to set the position of section: + Cpacs2Test_Wing_Sec3After 3.12517 16.2707 0 @@ -799,14 +842,18 @@ - Fuselage Segment from Cpacs2Test - Wing Section 1 Main Element to Cpacs2Test - Wing Section 2 Main Element - Fuselage Segment from Cpacs2Test - Wing Section 1 Main Element to Cpacs2Test - Wing Section 2 Main Element + Fuselage Segment from Cpacs2Test - Wing Section 1 Main Element + to Cpacs2Test - Wing Section 2 Main Element + Fuselage Segment from Cpacs2Test - Wing Section 1 Main + Element to Cpacs2Test - Wing Section 2 Main Element Cpacs2Test_Wing_Sec1_El1 Cpacs2Test_Wing_Sec2_El1 - Fuselage Segment from Cpacs2Test - Wing Section 2 Main Element to Cpacs2Test - Wing Section 3 Main Element - Fuselage Segment from Cpacs2Test - Wing Section 2 Main Element to Cpacs2Test - Wing Section 3 Main Element + Fuselage Segment from Cpacs2Test - Wing Section 2 Main Element + to Cpacs2Test - Wing Section 3 Main Element + Fuselage Segment from Cpacs2Test - Wing Section 2 Main + Element to Cpacs2Test - Wing Section 3 Main Element Cpacs2Test_Wing_Sec2_El1 Cpacs2Test_Wing_Sec3_El1 @@ -914,7 +961,7 @@ Cpacs2Test - Wing Section 1 Main Element PylonProfile - +
@@ -931,7 +978,7 @@ Cpacs2Test - Wing Section 1 Main Element PylonProfile - +
@@ -948,7 +995,7 @@ Cpacs2Test - Wing Section 1 Main Element PylonProfile - +
@@ -1019,7 +1066,7 @@ PylonR section 1 element 1 PylonRProfile - +
@@ -1181,10 +1228,13 @@ NACA0.00.00.12 - rotation Curve for center cowl of nacelle is currently lower half of NACA 12 + rotation Curve for center cowl of nacelle is currently lower half + of NACA 12 - 2;1.975;1.95;1.925;1.9;1.875;1.85;1.825;1.8;1.775;1.75;1.725;1.7;1.675;1.65;1.625;1.6;1.575;1.55;1.525;1.5;1.475;1.45;1.425;1.4;1.375;1.35;1.325;1.3;1.275;1.25;1.225;1.2;1.175;1.15;1.125;1.1;1.075;1.05;1.025;1;0.975;0.95;0.925;0.9;0.875;0.85;0.825;0.8;0.775;0.75;0.725;0.7;0.675;0.65;0.625;0.6;0.575;0.55;0.525;0.5;0.475;0.45;0.425;0.4;0.375;0.35;0.325;0.3;0.275;0.25;0.225;0.2;0.175;0.15;0.125;0.1;0.075;0.05;0.025;0 - -0.00189;-0.00450063;-0.00707159;-0.00960385;-0.0120984;-0.0145561;-0.0169777;-0.019364;-0.0217158;-0.0240336;-0.0263179;-0.0285694;-0.0307884;-0.0329754;-0.0351306;-0.0372543;-0.0393468;-0.0414079;-0.043438;-0.045437;-0.0474047;-0.0493408;-0.0512454;-0.0531182;-0.0549586;-0.0567663;-0.0585408;-0.0602814;-0.0619875;-0.0636584;-0.065293;-0.0668909;-0.0684505;-0.0699712;-0.0714516;-0.0728904;-0.0742865;-0.0756379;-0.0769437;-0.0782018;-0.0794105;-0.0805677;-0.0816717;-0.0827203;-0.0837111;-0.0846415;-0.0855093;-0.0863115;-0.0870452;-0.0877073;-0.0882944;-0.088803;-0.0892293;-0.0895692;-0.0898185;-0.0899724;-0.090026;-0.0899735;-0.0898092;-0.0895266;-0.0891186;-0.0885774;-0.0878944;-0.08706;-0.0860631;-0.0848918;-0.0835315;-0.0819666;-0.0801774;-0.0781415;-0.075831;-0.0732122;-0.0702415;-0.0668626;-0.0629985;-0.05854;-0.0533204;-0.0470609;-0.0392208;-0.0284085;0 + + 2;1.975;1.95;1.925;1.9;1.875;1.85;1.825;1.8;1.775;1.75;1.725;1.7;1.675;1.65;1.625;1.6;1.575;1.55;1.525;1.5;1.475;1.45;1.425;1.4;1.375;1.35;1.325;1.3;1.275;1.25;1.225;1.2;1.175;1.15;1.125;1.1;1.075;1.05;1.025;1;0.975;0.95;0.925;0.9;0.875;0.85;0.825;0.8;0.775;0.75;0.725;0.7;0.675;0.65;0.625;0.6;0.575;0.55;0.525;0.5;0.475;0.45;0.425;0.4;0.375;0.35;0.325;0.3;0.275;0.25;0.225;0.2;0.175;0.15;0.125;0.1;0.075;0.05;0.025;0 + + -0.00189;-0.00450063;-0.00707159;-0.00960385;-0.0120984;-0.0145561;-0.0169777;-0.019364;-0.0217158;-0.0240336;-0.0263179;-0.0285694;-0.0307884;-0.0329754;-0.0351306;-0.0372543;-0.0393468;-0.0414079;-0.043438;-0.045437;-0.0474047;-0.0493408;-0.0512454;-0.0531182;-0.0549586;-0.0567663;-0.0585408;-0.0602814;-0.0619875;-0.0636584;-0.065293;-0.0668909;-0.0684505;-0.0699712;-0.0714516;-0.0728904;-0.0742865;-0.0756379;-0.0769437;-0.0782018;-0.0794105;-0.0805677;-0.0816717;-0.0827203;-0.0837111;-0.0846415;-0.0855093;-0.0863115;-0.0870452;-0.0877073;-0.0882944;-0.088803;-0.0892293;-0.0895692;-0.0898185;-0.0899724;-0.090026;-0.0899735;-0.0898092;-0.0895266;-0.0891186;-0.0885774;-0.0878944;-0.08706;-0.0860631;-0.0848918;-0.0835315;-0.0819666;-0.0801774;-0.0781415;-0.075831;-0.0732122;-0.0702415;-0.0668626;-0.0629985;-0.05854;-0.0533204;-0.0470609;-0.0392208;-0.0284085;0 @@ -1201,15 +1251,19 @@ NACA0.00.00.12 upper section of the outer nacelle geometry - 1;0.9875;0.975;0.9625;0.95;0.9375;0.925;0.9125;0.9;0.8875;0.875;0.8625;0.85;0.8375;0.825;0.8125;0.8;0.7875;0.775;0.7625;0.75;0.7375;0.725;0.7125;0.7;0.6875;0.675;0.6625;0.65;0.6375;0.625;0.6125;0.6;0.5875;0.575;0.5625;0.55;0.5375;0.525;0.5125;0.5;0.4875;0.475;0.4625;0.45;0.4375;0.425;0.4125;0.4;0.3875;0.375;0.3625;0.35;0.3375;0.325;0.3125;0.3;0.2875;0.275;0.2625;0.25;0.2375;0.225;0.2125;0.2;0.1875;0.175;0.1625;0.15;0.1375;0.125;0.1125;0.1;0.0875;0.075;0.0625;0.05;0.0375;0.025;0.0125;0;0.0125;0.025;0.0375;0.05;0.0625;0.075;0.0875;0.1;0.1125;0.125;0.1375;0.15;0.1625;0.175;0.1875;0.2;0.2125;0.225;0.2375;0.25;0.2625;0.275;0.2875;0.3;0.3125;0.325;0.3375;0.35;0.3625;0.375;0.3875;0.4;0.4125;0.425;0.4375;0.45;0.4625;0.475;0.4875;0.5;0.5125;0.525;0.5375;0.55;0.5625;0.575;0.5875;0.6;0.6125;0.625;0.6375;0.65;0.6625;0.675;0.6875;0.7;0.7125;0.725;0.7375;0.75;0.7625;0.775;0.7875;0.8;0.8125;0.825;0.8375;0.85;0.8625;0.875;0.8875;0.9;0.9125;0.925;0.9375;0.95;0.9625;0.975;0.9875;1 - -0.00126;-0.00300042;-0.00471439;-0.00640257;-0.00806559;-0.00970404;-0.0113185;-0.0129093;-0.0144772;-0.0160224;-0.0175453;-0.0190463;-0.0205256;-0.0219836;-0.0234204;-0.0248362;-0.0262312;-0.0276053;-0.0289587;-0.0302913;-0.0316031;-0.0328939;-0.0341636;-0.0354121;-0.0366391;-0.0378442;-0.0390272;-0.0401876;-0.041325;-0.0424389;-0.0435287;-0.0445939;-0.0456337;-0.0466475;-0.0476344;-0.0485936;-0.0495243;-0.0504253;-0.0512958;-0.0521345;-0.0529403;-0.0537118;-0.0544478;-0.0551469;-0.0558074;-0.0564277;-0.0570062;-0.057541;-0.0580301;-0.0584715;-0.0588629;-0.059202;-0.0594862;-0.0597128;-0.059879;-0.0599816;-0.0600173;-0.0599823;-0.0598728;-0.0596844;-0.0594124;-0.0590516;-0.0585963;-0.05804;-0.0573754;-0.0565945;-0.0556877;-0.0546444;-0.0534516;-0.0520943;-0.050554;-0.0488081;-0.0468277;-0.0445751;-0.041999;-0.0390267;-0.0355469;-0.0313739;-0.0261472;-0.018939;0;0.018939;0.0261472;0.0313739;0.0355469;0.0390267;0.041999;0.0445751;0.0468277;0.0488081;0.050554;0.0520943;0.0534516;0.0546444;0.0556877;0.0565945;0.0573754;0.05804;0.0585963;0.0590516;0.0594124;0.0596844;0.0598728;0.0599823;0.0600173;0.0599816;0.059879;0.0597128;0.0594862;0.059202;0.0588629;0.0584715;0.0580301;0.057541;0.0570062;0.0564277;0.0558074;0.0551469;0.0544478;0.0537118;0.0529403;0.0521345;0.0512958;0.0504253;0.0495243;0.0485936;0.0476344;0.0466475;0.0456337;0.0445939;0.0435287;0.0424389;0.041325;0.0401876;0.0390272;0.0378442;0.0366391;0.0354121;0.0341636;0.0328939;0.0316031;0.0302913;0.0289587;0.0276053;0.0262312;0.0248362;0.0234204;0.0219836;0.0205256;0.0190463;0.0175453;0.0160224;0.0144772;0.0129093;0.0113185;0.00970404;0.00806559;0.00640257;0.00471439;0.00300042;0.00126 + + 1;0.9875;0.975;0.9625;0.95;0.9375;0.925;0.9125;0.9;0.8875;0.875;0.8625;0.85;0.8375;0.825;0.8125;0.8;0.7875;0.775;0.7625;0.75;0.7375;0.725;0.7125;0.7;0.6875;0.675;0.6625;0.65;0.6375;0.625;0.6125;0.6;0.5875;0.575;0.5625;0.55;0.5375;0.525;0.5125;0.5;0.4875;0.475;0.4625;0.45;0.4375;0.425;0.4125;0.4;0.3875;0.375;0.3625;0.35;0.3375;0.325;0.3125;0.3;0.2875;0.275;0.2625;0.25;0.2375;0.225;0.2125;0.2;0.1875;0.175;0.1625;0.15;0.1375;0.125;0.1125;0.1;0.0875;0.075;0.0625;0.05;0.0375;0.025;0.0125;0;0.0125;0.025;0.0375;0.05;0.0625;0.075;0.0875;0.1;0.1125;0.125;0.1375;0.15;0.1625;0.175;0.1875;0.2;0.2125;0.225;0.2375;0.25;0.2625;0.275;0.2875;0.3;0.3125;0.325;0.3375;0.35;0.3625;0.375;0.3875;0.4;0.4125;0.425;0.4375;0.45;0.4625;0.475;0.4875;0.5;0.5125;0.525;0.5375;0.55;0.5625;0.575;0.5875;0.6;0.6125;0.625;0.6375;0.65;0.6625;0.675;0.6875;0.7;0.7125;0.725;0.7375;0.75;0.7625;0.775;0.7875;0.8;0.8125;0.825;0.8375;0.85;0.8625;0.875;0.8875;0.9;0.9125;0.925;0.9375;0.95;0.9625;0.975;0.9875;1 + + -0.00126;-0.00300042;-0.00471439;-0.00640257;-0.00806559;-0.00970404;-0.0113185;-0.0129093;-0.0144772;-0.0160224;-0.0175453;-0.0190463;-0.0205256;-0.0219836;-0.0234204;-0.0248362;-0.0262312;-0.0276053;-0.0289587;-0.0302913;-0.0316031;-0.0328939;-0.0341636;-0.0354121;-0.0366391;-0.0378442;-0.0390272;-0.0401876;-0.041325;-0.0424389;-0.0435287;-0.0445939;-0.0456337;-0.0466475;-0.0476344;-0.0485936;-0.0495243;-0.0504253;-0.0512958;-0.0521345;-0.0529403;-0.0537118;-0.0544478;-0.0551469;-0.0558074;-0.0564277;-0.0570062;-0.057541;-0.0580301;-0.0584715;-0.0588629;-0.059202;-0.0594862;-0.0597128;-0.059879;-0.0599816;-0.0600173;-0.0599823;-0.0598728;-0.0596844;-0.0594124;-0.0590516;-0.0585963;-0.05804;-0.0573754;-0.0565945;-0.0556877;-0.0546444;-0.0534516;-0.0520943;-0.050554;-0.0488081;-0.0468277;-0.0445751;-0.041999;-0.0390267;-0.0355469;-0.0313739;-0.0261472;-0.018939;0;0.018939;0.0261472;0.0313739;0.0355469;0.0390267;0.041999;0.0445751;0.0468277;0.0488081;0.050554;0.0520943;0.0534516;0.0546444;0.0556877;0.0565945;0.0573754;0.05804;0.0585963;0.0590516;0.0594124;0.0596844;0.0598728;0.0599823;0.0600173;0.0599816;0.059879;0.0597128;0.0594862;0.059202;0.0588629;0.0584715;0.0580301;0.057541;0.0570062;0.0564277;0.0558074;0.0551469;0.0544478;0.0537118;0.0529403;0.0521345;0.0512958;0.0504253;0.0495243;0.0485936;0.0476344;0.0466475;0.0456337;0.0445939;0.0435287;0.0424389;0.041325;0.0401876;0.0390272;0.0378442;0.0366391;0.0354121;0.0341636;0.0328939;0.0316031;0.0302913;0.0289587;0.0276053;0.0262312;0.0248362;0.0234204;0.0219836;0.0205256;0.0190463;0.0175453;0.0160224;0.0144772;0.0129093;0.0113185;0.00970404;0.00806559;0.00640257;0.00471439;0.00300042;0.00126 cr001sm_il - 0.996194;0.993754;0.986971;0.976729;0.963458;0.947066;0.92744;0.904744;0.879219;0.851108;0.820703;0.788289;0.754153;0.718592;0.681903;0.644385;0.606339;0.568023;0.529718;0.491436;0.453179;0.415238;0.377744;0.34092;0.30497;0.270075;0.236471;0.20436;0.173917;0.145373;0.118912;0.0947228;0.0729665;0.0537642;0.0372754;0.0235897;0.0127525;0.00500524;0.00074618;0;0.00123634;0.00614245;0.0144781;0.0258662;0.0400693;0.0570392;0.0766765;0.0988121;0.12332;0.150039;0.178779;0.209361;0.241554;0.275188;0.31006;0.345937;0.382642;0.419975;0.457723;0.495757;0.533793;0.571832;0.609867;0.64762;0.684836;0.721221;0.75648;0.79032;0.822449;0.852586;0.880447;0.905742;0.928227;0.947659;0.963881;0.97701;0.987132;0.993808;0.996194 - -0.087172;-0.0868298;-0.085883;-0.0844168;-0.0824767;-0.0800629;-0.0772055;-0.0739912;-0.0705214;-0.0669055;-0.0632255;-0.0595545;-0.0559497;-0.0524611;-0.0491307;-0.0459768;-0.0430096;-0.0402517;-0.0377195;-0.0353821;-0.0332236;-0.0312292;-0.0294105;-0.0277307;-0.0261674;-0.0246966;-0.0232824;-0.0218864;-0.0204838;-0.0190466;-0.0175587;-0.0160367;-0.0144705;-0.0128548;-0.0112034;-0.00952422;-0.00775697;-0.0056658;-0.00271537;0;0.00288723;0.00733255;0.0119677;0.0164964;0.0207306;0.0245782;0.0279355;0.0307048;0.0328249;0.0342857;0.0350959;0.0352712;0.0348237;0.0337442;0.0320103;0.0296103;0.0265677;0.0229159;0.018714;0.0140052;0.00885457;0.00328603;-0.00268361;-0.00899806;-0.0156028;-0.0224158;-0.0293553;-0.0363392;-0.0432618;-0.05001;-0.056487;-0.0625868;-0.0682079;-0.0732808;-0.0776392;-0.081213;-0.084042;-0.0862161;-0.087172 + + 0.996194;0.993754;0.986971;0.976729;0.963458;0.947066;0.92744;0.904744;0.879219;0.851108;0.820703;0.788289;0.754153;0.718592;0.681903;0.644385;0.606339;0.568023;0.529718;0.491436;0.453179;0.415238;0.377744;0.34092;0.30497;0.270075;0.236471;0.20436;0.173917;0.145373;0.118912;0.0947228;0.0729665;0.0537642;0.0372754;0.0235897;0.0127525;0.00500524;0.00074618;0;0.00123634;0.00614245;0.0144781;0.0258662;0.0400693;0.0570392;0.0766765;0.0988121;0.12332;0.150039;0.178779;0.209361;0.241554;0.275188;0.31006;0.345937;0.382642;0.419975;0.457723;0.495757;0.533793;0.571832;0.609867;0.64762;0.684836;0.721221;0.75648;0.79032;0.822449;0.852586;0.880447;0.905742;0.928227;0.947659;0.963881;0.97701;0.987132;0.993808;0.996194 + + -0.087172;-0.0868298;-0.085883;-0.0844168;-0.0824767;-0.0800629;-0.0772055;-0.0739912;-0.0705214;-0.0669055;-0.0632255;-0.0595545;-0.0559497;-0.0524611;-0.0491307;-0.0459768;-0.0430096;-0.0402517;-0.0377195;-0.0353821;-0.0332236;-0.0312292;-0.0294105;-0.0277307;-0.0261674;-0.0246966;-0.0232824;-0.0218864;-0.0204838;-0.0190466;-0.0175587;-0.0160367;-0.0144705;-0.0128548;-0.0112034;-0.00952422;-0.00775697;-0.0056658;-0.00271537;0;0.00288723;0.00733255;0.0119677;0.0164964;0.0207306;0.0245782;0.0279355;0.0307048;0.0328249;0.0342857;0.0350959;0.0352712;0.0348237;0.0337442;0.0320103;0.0296103;0.0265677;0.0229159;0.018714;0.0140052;0.00885457;0.00328603;-0.00268361;-0.00899806;-0.0156028;-0.0224158;-0.0293553;-0.0363392;-0.0432618;-0.05001;-0.056487;-0.0625868;-0.0682079;-0.0732808;-0.0776392;-0.081213;-0.084042;-0.0862161;-0.087172 @@ -1218,9 +1272,12 @@ NACA0.00.00.12 NACA 4 Series Profile - 1;0.9875;0.975;0.9625;0.95;0.9375;0.925;0.9125;0.9;0.8875;0.875;0.8625;0.85;0.8375;0.825;0.8125;0.8;0.7875;0.775;0.7625;0.75;0.7375;0.725;0.7125;0.7;0.6875;0.675;0.6625;0.65;0.6375;0.625;0.6125;0.6;0.5875;0.575;0.5625;0.55;0.5375;0.525;0.5125;0.5;0.4875;0.475;0.4625;0.45;0.4375;0.425;0.4125;0.4;0.3875;0.375;0.3625;0.35;0.3375;0.325;0.3125;0.3;0.2875;0.275;0.2625;0.25;0.2375;0.225;0.2125;0.2;0.1875;0.175;0.1625;0.15;0.1375;0.125;0.1125;0.1;0.0875;0.075;0.0625;0.05;0.0375;0.025;0.0125;0;0.0125;0.025;0.0375;0.05;0.0625;0.075;0.0875;0.1;0.1125;0.125;0.1375;0.15;0.1625;0.175;0.1875;0.2;0.2125;0.225;0.2375;0.25;0.2625;0.275;0.2875;0.3;0.3125;0.325;0.3375;0.35;0.3625;0.375;0.3875;0.4;0.4125;0.425;0.4375;0.45;0.4625;0.475;0.4875;0.5;0.5125;0.525;0.5375;0.55;0.5625;0.575;0.5875;0.6;0.6125;0.625;0.6375;0.65;0.6625;0.675;0.6875;0.7;0.7125;0.725;0.7375;0.75;0.7625;0.775;0.7875;0.8;0.8125;0.825;0.8375;0.85;0.8625;0.875;0.8875;0.9;0.9125;0.925;0.9375;0.95;0.9625;0.975;0.9875;1 - 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 - -0.00126;-0.00300042;-0.00471439;-0.00640257;-0.00806559;-0.00970404;-0.0113185;-0.0129093;-0.0144772;-0.0160224;-0.0175453;-0.0190463;-0.0205256;-0.0219836;-0.0234204;-0.0248362;-0.0262312;-0.0276053;-0.0289587;-0.0302913;-0.0316031;-0.0328939;-0.0341636;-0.0354121;-0.0366391;-0.0378442;-0.0390272;-0.0401876;-0.041325;-0.0424389;-0.0435287;-0.0445939;-0.0456337;-0.0466475;-0.0476344;-0.0485936;-0.0495243;-0.0504253;-0.0512958;-0.0521345;-0.0529403;-0.0537118;-0.0544478;-0.0551469;-0.0558074;-0.0564277;-0.0570062;-0.057541;-0.0580301;-0.0584715;-0.0588629;-0.059202;-0.0594862;-0.0597128;-0.059879;-0.0599816;-0.0600173;-0.0599823;-0.0598728;-0.0596844;-0.0594124;-0.0590516;-0.0585963;-0.05804;-0.0573754;-0.0565945;-0.0556877;-0.0546444;-0.0534516;-0.0520943;-0.050554;-0.0488081;-0.0468277;-0.0445751;-0.041999;-0.0390267;-0.0355469;-0.0313739;-0.0261472;-0.018939;0;0.018939;0.0261472;0.0313739;0.0355469;0.0390267;0.041999;0.0445751;0.0468277;0.0488081;0.050554;0.0520943;0.0534516;0.0546444;0.0556877;0.0565945;0.0573754;0.05804;0.0585963;0.0590516;0.0594124;0.0596844;0.0598728;0.0599823;0.0600173;0.0599816;0.059879;0.0597128;0.0594862;0.059202;0.0588629;0.0584715;0.0580301;0.057541;0.0570062;0.0564277;0.0558074;0.0551469;0.0544478;0.0537118;0.0529403;0.0521345;0.0512958;0.0504253;0.0495243;0.0485936;0.0476344;0.0466475;0.0456337;0.0445939;0.0435287;0.0424389;0.041325;0.0401876;0.0390272;0.0378442;0.0366391;0.0354121;0.0341636;0.0328939;0.0316031;0.0302913;0.0289587;0.0276053;0.0262312;0.0248362;0.0234204;0.0219836;0.0205256;0.0190463;0.0175453;0.0160224;0.0144772;0.0129093;0.0113185;0.00970404;0.00806559;0.00640257;0.00471439;0.00300042;0.00126 + + 1;0.9875;0.975;0.9625;0.95;0.9375;0.925;0.9125;0.9;0.8875;0.875;0.8625;0.85;0.8375;0.825;0.8125;0.8;0.7875;0.775;0.7625;0.75;0.7375;0.725;0.7125;0.7;0.6875;0.675;0.6625;0.65;0.6375;0.625;0.6125;0.6;0.5875;0.575;0.5625;0.55;0.5375;0.525;0.5125;0.5;0.4875;0.475;0.4625;0.45;0.4375;0.425;0.4125;0.4;0.3875;0.375;0.3625;0.35;0.3375;0.325;0.3125;0.3;0.2875;0.275;0.2625;0.25;0.2375;0.225;0.2125;0.2;0.1875;0.175;0.1625;0.15;0.1375;0.125;0.1125;0.1;0.0875;0.075;0.0625;0.05;0.0375;0.025;0.0125;0;0.0125;0.025;0.0375;0.05;0.0625;0.075;0.0875;0.1;0.1125;0.125;0.1375;0.15;0.1625;0.175;0.1875;0.2;0.2125;0.225;0.2375;0.25;0.2625;0.275;0.2875;0.3;0.3125;0.325;0.3375;0.35;0.3625;0.375;0.3875;0.4;0.4125;0.425;0.4375;0.45;0.4625;0.475;0.4875;0.5;0.5125;0.525;0.5375;0.55;0.5625;0.575;0.5875;0.6;0.6125;0.625;0.6375;0.65;0.6625;0.675;0.6875;0.7;0.7125;0.725;0.7375;0.75;0.7625;0.775;0.7875;0.8;0.8125;0.825;0.8375;0.85;0.8625;0.875;0.8875;0.9;0.9125;0.925;0.9375;0.95;0.9625;0.975;0.9875;1 + + 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 + + -0.00126;-0.00300042;-0.00471439;-0.00640257;-0.00806559;-0.00970404;-0.0113185;-0.0129093;-0.0144772;-0.0160224;-0.0175453;-0.0190463;-0.0205256;-0.0219836;-0.0234204;-0.0248362;-0.0262312;-0.0276053;-0.0289587;-0.0302913;-0.0316031;-0.0328939;-0.0341636;-0.0354121;-0.0366391;-0.0378442;-0.0390272;-0.0401876;-0.041325;-0.0424389;-0.0435287;-0.0445939;-0.0456337;-0.0466475;-0.0476344;-0.0485936;-0.0495243;-0.0504253;-0.0512958;-0.0521345;-0.0529403;-0.0537118;-0.0544478;-0.0551469;-0.0558074;-0.0564277;-0.0570062;-0.057541;-0.0580301;-0.0584715;-0.0588629;-0.059202;-0.0594862;-0.0597128;-0.059879;-0.0599816;-0.0600173;-0.0599823;-0.0598728;-0.0596844;-0.0594124;-0.0590516;-0.0585963;-0.05804;-0.0573754;-0.0565945;-0.0556877;-0.0546444;-0.0534516;-0.0520943;-0.050554;-0.0488081;-0.0468277;-0.0445751;-0.041999;-0.0390267;-0.0355469;-0.0313739;-0.0261472;-0.018939;0;0.018939;0.0261472;0.0313739;0.0355469;0.0390267;0.041999;0.0445751;0.0468277;0.0488081;0.050554;0.0520943;0.0534516;0.0546444;0.0556877;0.0565945;0.0573754;0.05804;0.0585963;0.0590516;0.0594124;0.0596844;0.0598728;0.0599823;0.0600173;0.0599816;0.059879;0.0597128;0.0594862;0.059202;0.0588629;0.0584715;0.0580301;0.057541;0.0570062;0.0564277;0.0558074;0.0551469;0.0544478;0.0537118;0.0529403;0.0521345;0.0512958;0.0504253;0.0495243;0.0485936;0.0476344;0.0466475;0.0456337;0.0445939;0.0435287;0.0424389;0.041325;0.0401876;0.0390272;0.0378442;0.0366391;0.0354121;0.0341636;0.0328939;0.0316031;0.0302913;0.0289587;0.0276053;0.0262312;0.0248362;0.0234204;0.0219836;0.0205256;0.0190463;0.0175453;0.0160224;0.0144772;0.0129093;0.0113185;0.00970404;0.00806559;0.00640257;0.00471439;0.00300042;0.00126 @@ -1235,24 +1292,30 @@ NACA0006 - 1;0.998459;0.993844;0.986185;0.975528;0.96194;0.945503;0.92632;0.904508;0.880203;0.853553;0.824724;0.793893;0.761249;0.726995;0.691342;0.654508;0.616723;0.578217;0.53923;0.5;0.46077;0.421783;0.383277;0.345492;0.308658;0.273005;0.238751;0.206107;0.175276;0.146447;0.119797;0.095492;0.07368;0.054497;0.03806;0.024472;0.013815;0.006156;0.001541;0;0.001541;0.006156;0.013815;0.024472;0.03806;0.054497;0.07368;0.095492;0.119797;0.146447;0.175276;0.206107;0.238751;0.273005;0.308658;0.345492;0.383277;0.421783;0.46077;0.5;0.53923;0.578217;0.616723;0.654508;0.691342;0.726995;0.761249;0.793893;0.824724;0.853553;0.880203;0.904508;0.92632;0.945503;0.96194;0.975528;0.986185;0.993844;0.998459;1 - 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 - 0;-0.000112;-0.000446;-0.000995;-0.001751;-0.002699;-0.003825;-0.005111;-0.006535;-0.008079;-0.009719;-0.011434;-0.013202;-0.015;-0.016805;-0.018594;-0.020343;-0.022027;-0.023621;-0.025098;-0.026431;-0.027592;-0.028554;-0.029291;-0.029778;-0.029994;-0.029921;-0.029544;-0.028856;-0.027854;-0.026541;-0.024927;-0.023024;-0.020853;-0.018433;-0.01579;-0.012947;-0.009927;-0.006752;-0.003438;0;0.003438;0.006752;0.009927;0.012947;0.01579;0.018433;0.020853;0.023024;0.024927;0.026541;0.027854;0.028856;0.029544;0.029921;0.029994;0.029778;0.029291;0.028554;0.027592;0.026431;0.025098;0.023621;0.022027;0.020343;0.018594;0.016805;0.015;0.013202;0.011434;0.009719;0.008079;0.006535;0.005111;0.003825;0.002699;0.001751;0.000995;0.000446;0.000112;0 + + 1;0.998459;0.993844;0.986185;0.975528;0.96194;0.945503;0.92632;0.904508;0.880203;0.853553;0.824724;0.793893;0.761249;0.726995;0.691342;0.654508;0.616723;0.578217;0.53923;0.5;0.46077;0.421783;0.383277;0.345492;0.308658;0.273005;0.238751;0.206107;0.175276;0.146447;0.119797;0.095492;0.07368;0.054497;0.03806;0.024472;0.013815;0.006156;0.001541;0;0.001541;0.006156;0.013815;0.024472;0.03806;0.054497;0.07368;0.095492;0.119797;0.146447;0.175276;0.206107;0.238751;0.273005;0.308658;0.345492;0.383277;0.421783;0.46077;0.5;0.53923;0.578217;0.616723;0.654508;0.691342;0.726995;0.761249;0.793893;0.824724;0.853553;0.880203;0.904508;0.92632;0.945503;0.96194;0.975528;0.986185;0.993844;0.998459;1 + + 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 + + 0;-0.000112;-0.000446;-0.000995;-0.001751;-0.002699;-0.003825;-0.005111;-0.006535;-0.008079;-0.009719;-0.011434;-0.013202;-0.015;-0.016805;-0.018594;-0.020343;-0.022027;-0.023621;-0.025098;-0.026431;-0.027592;-0.028554;-0.029291;-0.029778;-0.029994;-0.029921;-0.029544;-0.028856;-0.027854;-0.026541;-0.024927;-0.023024;-0.020853;-0.018433;-0.01579;-0.012947;-0.009927;-0.006752;-0.003438;0;0.003438;0.006752;0.009927;0.012947;0.01579;0.018433;0.020853;0.023024;0.024927;0.026541;0.027854;0.028856;0.029544;0.029921;0.029994;0.029778;0.029291;0.028554;0.027592;0.026431;0.025098;0.023621;0.022027;0.020343;0.018594;0.016805;0.015;0.013202;0.011434;0.009719;0.008079;0.006535;0.005111;0.003825;0.002699;0.001751;0.000995;0.000446;0.000112;0 Engine pylonR circle profile - 0.5;0.4;0.3;0.2;0.1;0;-0.1;-0.2;-0.3;-0.4;-0.5;-0.4;-0.3;-0.2;-0.1;0;0.1;0.2;0.3;0.4;0.5 + + 0.5;0.4;0.3;0.2;0.1;0;-0.1;-0.2;-0.3;-0.4;-0.5;-0.4;-0.3;-0.2;-0.1;0;0.1;0.2;0.3;0.4;0.5 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 - 0;-0.3;-0.4;-0.458258;-0.489898;-0.5;-0.489898;-0.458258;-0.4;-0.3;0;0.3;0.4;0.458258;0.489898;0.5;0.489898;0.458258;0.4;0.3;0 + + 0;-0.3;-0.4;-0.458258;-0.489898;-0.5;-0.489898;-0.458258;-0.4;-0.3;0;0.3;0.4;0.458258;0.489898;0.5;0.489898;0.458258;0.4;0.3;0 Circle - Profile build up from set of Points on Circle where may Dimensions are 1..-1 + Profile build up from set of Points on Circle where may Dimensions + are 1..-1 0;0;0;0;0 0;1;0;-1;0 @@ -1265,9 +1328,12 @@ NACA0.00.00.10 NACA 4 Series Profile - 1;0.9875;0.975;0.9625;0.95;0.9375;0.925;0.9125;0.9;0.8875;0.875;0.8625;0.85;0.8375;0.825;0.8125;0.8;0.7875;0.775;0.7625;0.75;0.7375;0.725;0.7125;0.7;0.6875;0.675;0.6625;0.65;0.6375;0.625;0.6125;0.6;0.5875;0.575;0.5625;0.55;0.5375;0.525;0.5125;0.5;0.4875;0.475;0.4625;0.45;0.4375;0.425;0.4125;0.4;0.3875;0.375;0.3625;0.35;0.3375;0.325;0.3125;0.3;0.2875;0.275;0.2625;0.25;0.2375;0.225;0.2125;0.2;0.1875;0.175;0.1625;0.15;0.1375;0.125;0.1125;0.1;0.0875;0.075;0.0625;0.05;0.0375;0.025;0.0125;0;0.0125;0.025;0.0375;0.05;0.0625;0.075;0.0875;0.1;0.1125;0.125;0.1375;0.15;0.1625;0.175;0.1875;0.2;0.2125;0.225;0.2375;0.25;0.2625;0.275;0.2875;0.3;0.3125;0.325;0.3375;0.35;0.3625;0.375;0.3875;0.4;0.4125;0.425;0.4375;0.45;0.4625;0.475;0.4875;0.5;0.5125;0.525;0.5375;0.55;0.5625;0.575;0.5875;0.6;0.6125;0.625;0.6375;0.65;0.6625;0.675;0.6875;0.7;0.7125;0.725;0.7375;0.75;0.7625;0.775;0.7875;0.8;0.8125;0.825;0.8375;0.85;0.8625;0.875;0.8875;0.9;0.9125;0.925;0.9375;0.95;0.9625;0.975;0.9875;1 - 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 - -0.00105;-0.00250035;-0.00392865;-0.00533547;-0.00672133;-0.0080867;-0.00943205;-0.0107578;-0.0120643;-0.013352;-0.0146211;-0.0158719;-0.0171047;-0.0183197;-0.019517;-0.0206969;-0.0218593;-0.0230044;-0.0241322;-0.0252427;-0.0263359;-0.0274116;-0.0284697;-0.0295101;-0.0305326;-0.0315368;-0.0325226;-0.0334896;-0.0344375;-0.0353657;-0.0362739;-0.0371615;-0.0380281;-0.0388729;-0.0396953;-0.0404947;-0.0412702;-0.0420211;-0.0427465;-0.0434454;-0.0441169;-0.0447598;-0.0453732;-0.0459557;-0.0465061;-0.0470231;-0.0475052;-0.0479508;-0.0483584;-0.0487262;-0.0490524;-0.049335;-0.0495718;-0.0497607;-0.0498992;-0.0499847;-0.0500144;-0.0499853;-0.049894;-0.049737;-0.0495104;-0.0492097;-0.0488303;-0.0483666;-0.0478129;-0.0471621;-0.0464065;-0.045537;-0.044543;-0.0434119;-0.0421284;-0.0406734;-0.0390231;-0.0371459;-0.0349992;-0.0325222;-0.0296224;-0.0261449;-0.0217893;-0.0157825;0;0.0157825;0.0217893;0.0261449;0.0296224;0.0325222;0.0349992;0.0371459;0.0390231;0.0406734;0.0421284;0.0434119;0.044543;0.045537;0.0464065;0.0471621;0.0478129;0.0483666;0.0488303;0.0492097;0.0495104;0.049737;0.049894;0.0499853;0.0500144;0.0499847;0.0498992;0.0497607;0.0495718;0.049335;0.0490524;0.0487262;0.0483584;0.0479508;0.0475052;0.0470231;0.0465061;0.0459557;0.0453732;0.0447598;0.0441169;0.0434454;0.0427465;0.0420211;0.0412702;0.0404947;0.0396953;0.0388729;0.0380281;0.0371615;0.0362739;0.0353657;0.0344375;0.0334896;0.0325226;0.0315368;0.0305326;0.0295101;0.0284697;0.0274116;0.0263359;0.0252427;0.0241322;0.0230044;0.0218593;0.0206969;0.019517;0.0183197;0.0171047;0.0158719;0.0146211;0.013352;0.0120643;0.0107578;0.00943205;0.0080867;0.00672133;0.00533547;0.00392865;0.00250035;0.00105 + + 1;0.9875;0.975;0.9625;0.95;0.9375;0.925;0.9125;0.9;0.8875;0.875;0.8625;0.85;0.8375;0.825;0.8125;0.8;0.7875;0.775;0.7625;0.75;0.7375;0.725;0.7125;0.7;0.6875;0.675;0.6625;0.65;0.6375;0.625;0.6125;0.6;0.5875;0.575;0.5625;0.55;0.5375;0.525;0.5125;0.5;0.4875;0.475;0.4625;0.45;0.4375;0.425;0.4125;0.4;0.3875;0.375;0.3625;0.35;0.3375;0.325;0.3125;0.3;0.2875;0.275;0.2625;0.25;0.2375;0.225;0.2125;0.2;0.1875;0.175;0.1625;0.15;0.1375;0.125;0.1125;0.1;0.0875;0.075;0.0625;0.05;0.0375;0.025;0.0125;0;0.0125;0.025;0.0375;0.05;0.0625;0.075;0.0875;0.1;0.1125;0.125;0.1375;0.15;0.1625;0.175;0.1875;0.2;0.2125;0.225;0.2375;0.25;0.2625;0.275;0.2875;0.3;0.3125;0.325;0.3375;0.35;0.3625;0.375;0.3875;0.4;0.4125;0.425;0.4375;0.45;0.4625;0.475;0.4875;0.5;0.5125;0.525;0.5375;0.55;0.5625;0.575;0.5875;0.6;0.6125;0.625;0.6375;0.65;0.6625;0.675;0.6875;0.7;0.7125;0.725;0.7375;0.75;0.7625;0.775;0.7875;0.8;0.8125;0.825;0.8375;0.85;0.8625;0.875;0.8875;0.9;0.9125;0.925;0.9375;0.95;0.9625;0.975;0.9875;1 + + 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 + + -0.00105;-0.00250035;-0.00392865;-0.00533547;-0.00672133;-0.0080867;-0.00943205;-0.0107578;-0.0120643;-0.013352;-0.0146211;-0.0158719;-0.0171047;-0.0183197;-0.019517;-0.0206969;-0.0218593;-0.0230044;-0.0241322;-0.0252427;-0.0263359;-0.0274116;-0.0284697;-0.0295101;-0.0305326;-0.0315368;-0.0325226;-0.0334896;-0.0344375;-0.0353657;-0.0362739;-0.0371615;-0.0380281;-0.0388729;-0.0396953;-0.0404947;-0.0412702;-0.0420211;-0.0427465;-0.0434454;-0.0441169;-0.0447598;-0.0453732;-0.0459557;-0.0465061;-0.0470231;-0.0475052;-0.0479508;-0.0483584;-0.0487262;-0.0490524;-0.049335;-0.0495718;-0.0497607;-0.0498992;-0.0499847;-0.0500144;-0.0499853;-0.049894;-0.049737;-0.0495104;-0.0492097;-0.0488303;-0.0483666;-0.0478129;-0.0471621;-0.0464065;-0.045537;-0.044543;-0.0434119;-0.0421284;-0.0406734;-0.0390231;-0.0371459;-0.0349992;-0.0325222;-0.0296224;-0.0261449;-0.0217893;-0.0157825;0;0.0157825;0.0217893;0.0261449;0.0296224;0.0325222;0.0349992;0.0371459;0.0390231;0.0406734;0.0421284;0.0434119;0.044543;0.045537;0.0464065;0.0471621;0.0478129;0.0483666;0.0488303;0.0492097;0.0495104;0.049737;0.049894;0.0499853;0.0500144;0.0499847;0.0498992;0.0497607;0.0495718;0.049335;0.0490524;0.0487262;0.0483584;0.0479508;0.0475052;0.0470231;0.0465061;0.0459557;0.0453732;0.0447598;0.0441169;0.0434454;0.0427465;0.0420211;0.0412702;0.0404947;0.0396953;0.0388729;0.0380281;0.0371615;0.0362739;0.0353657;0.0344375;0.0334896;0.0325226;0.0315368;0.0305326;0.0295101;0.0284697;0.0274116;0.0263359;0.0252427;0.0241322;0.0230044;0.0218593;0.0206969;0.019517;0.0183197;0.0171047;0.0158719;0.0146211;0.013352;0.0120643;0.0107578;0.00943205;0.0080867;0.00672133;0.00533547;0.00392865;0.00250035;0.00105 @@ -1302,21 +1368,33 @@ False - True - 8.0 + False + False + 3.0 - 6.0 - 0.12 - 0.08 - 0.06 + 13.0 + + + 10.0 + + + + + 10.0 + + + 0.05 0.05 - 3.0 - True + 2.0 + 0.9 + 1.0 + False + False 20.0 - 25.0 + 20.0 - + \ No newline at end of file diff --git a/tests/test_integration_tests.py b/tests/test_integration_tests.py index 68a913be1..87173559e 100644 --- a/tests/test_integration_tests.py +++ b/tests/test_integration_tests.py @@ -62,7 +62,6 @@ def workflow_ends(): @pytest.mark.skipif(not shutil.which("pytornado"), reason="PyTornado not installed") def test_integration_1(): - modules_to_run = [ "WeightConventional", "PyTornado", @@ -80,9 +79,8 @@ def test_integration_1(): @pytest.mark.slow @pytest.mark.skipif(not shutil.which("dwfsumo"), reason="SUMO not installed") @pytest.mark.skipif(not shutil.which("SU2_CFD"), reason="SU2_CFD not installed") -def test_integration_3(): - - modules_to_run = ["CLCalculator", "CPACS2SUMO", "SUMOAutoMesh", "SU2Run"] +def test_integration_2(): + modules_to_run = ["CPACS2SUMO", "SUMOAutoMesh", "SU2Run", "ExportCSV"] with change_working_dir(WORKFLOW_TEST_DIR): run_modules_list([str(CPACS_IN_PATH), *modules_to_run]) @@ -93,9 +91,8 @@ def test_integration_3(): @pytest.mark.slow @pytest.mark.skipif(not shutil.which("dwfsumo"), reason="SUMO not installed") @pytest.mark.skipif(not shutil.which("SU2_CFD"), reason="SU2_CFD not installed") -def test_integration_2(): - - modules_to_run = ["CPACS2SUMO", "SUMOAutoMesh", "SU2Run", "ExportCSV"] +def test_integration_3(): + modules_to_run = ["CLCalculator", "CPACS2SUMO", "SUMOAutoMesh", "SU2Run"] with change_working_dir(WORKFLOW_TEST_DIR): run_modules_list([str(CPACS_IN_PATH), *modules_to_run]) @@ -107,7 +104,6 @@ def test_integration_2(): @pytest.mark.skipif(not shutil.which("gmsh"), reason="GMSH not installed") @pytest.mark.skipif(not shutil.which("SU2_CFD"), reason="SU2_CFD not installed") def test_integration_4(): - modules_to_run = ["CPACS2GMSH", "SU2Run", "SaveAeroCoefficients"] with change_working_dir(WORKFLOW_TEST_DIR): @@ -121,7 +117,6 @@ def test_integration_4(): # ================================================================================================= if __name__ == "__main__": - print("Integration tests") print("To run test use the following command:") print(">> pytest -v . --cov=../ceasiompy --cov-report term")