From f8905e87b3a4f1429001e4584ba996f129fd8e63 Mon Sep 17 00:00:00 2001
From: imcovangent <I.vanGent@tudelft.nl>
Date: Tue, 13 Mar 2018 19:25:40 +0100
Subject: [PATCH] Tested and improved the mark_as_constraint() function and its
 usage in the SSBJ script to enable double bounds.

Former-commit-id: cbb7b7e1ee48a5cd0f1739dd6f20bf1dd9ba1b63
---
 examples/scripts/ssbj.py                      |   8 +-
 examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf      | Bin 36474 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf      | Bin 36480 -> 0 bytes
 .../scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf   | Bin 84740 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf      | Bin 72406 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf     | Bin 68961 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf  | Bin 69315 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf   | Bin 69362 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf     | Bin 62720 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_converged-DOE-J.pdf      | Bin 62685 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf     | Bin 67881 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_converged-MDA-J.pdf      | Bin 67755 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf   | Bin 61525 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf    | Bin 61096 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf   | Bin 51939 -> 0 bytes
 .../ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf    | Bin 51612 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/RCG.pdf          | Bin 37373 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/RCG_basic.pdf    | Bin 33639 -> 0 bytes
 examples/scripts/ssbj/(X)DSM/RCG_extended.pdf | Bin 36470 -> 0 bytes
 examples/scripts/ssbj/CMDOWS/FPG_MDO.xml      |  12 +-
 .../scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml   |  12 +-
 examples/scripts/ssbj/CMDOWS/Mdao_CO.xml      |  12 +-
 examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml     |  12 +-
 examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml  |  12 +-
 examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml   |  12 +-
 examples/scripts/ssbj/CMDOWS/RCG.xml          |   4 +-
 examples/scripts/ssbj/KDMS/FPG_MDO.kdms       | Bin 11349 -> 11375 bytes
 .../scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms    |  83 +++++-----
 examples/scripts/ssbj/KDMS/Mdao_CO.kdms       | 155 ++++++++++--------
 examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms   | Bin 9228 -> 9218 bytes
 examples/scripts/ssbj/KDMS/Mdao_IDF.kdms      | Bin 26510 -> 26824 bytes
 examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms  | Bin 6309 -> 6319 bytes
 examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms   | Bin 22242 -> 22496 bytes
 .../scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms    | Bin 5258 -> 5268 bytes
 examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms    | Bin 24576 -> 24602 bytes
 examples/scripts/ssbj/VISTOMS/VISTOMS.html    |   2 +-
 kadmos/graph/graph_data.py                    |  32 ++--
 37 files changed, 186 insertions(+), 170 deletions(-)
 delete mode 100644 examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/RCG.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/RCG_basic.pdf
 delete mode 100644 examples/scripts/ssbj/(X)DSM/RCG_extended.pdf

diff --git a/examples/scripts/ssbj.py b/examples/scripts/ssbj.py
index e33b7a68e..22936df20 100644
--- a/examples/scripts/ssbj.py
+++ b/examples/scripts/ssbj.py
@@ -139,11 +139,11 @@ fpg.mark_as_objective([nd for nd in rcg.find_all_nodes(category='variable') if n
 
 # Assign constraints
 fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/sigmas' in nd], '<=', 1.09)
-fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/Theta' in nd], '<=', 1.04) # TODO: Add option to include two bounds for constraints!
+fpg.mark_as_constraint([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/Theta' in nd][0], ['>=', '<='], [0.96, 1.04]) # TODO: Add option to include two bounds for constraints!
 fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/dpdx' in nd], '<=', 1.04)
-fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/ESF' in nd], '<=', 1.5) # TODO: Add option to include two bounds for constraints!
-fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/DT' in nd], '<=', 0.0)
-fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/Temp' in nd], '<=', 1.02) # TODO: Add option to include two bounds for constraints!
+fpg.mark_as_constraint([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/ESF' in nd][0], ['>=', '<='], [0.5, 1.5]) # TODO: Add option to include two bounds for constraints!
+fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/DT' in nd], '<=', 0.0) # TODO: Check if two bounds are needed...
+fpg.mark_as_constraints([nd for nd in rcg.find_all_nodes(category='variable') if '/mdo_data/constraints/propulsion/Temp' in nd], '<=', 1.02) # TODO: Check if two bounds are needed...
 
 # Search for problem roles
 fpg.add_function_problem_roles()
diff --git a/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf b/examples/scripts/ssbj/(X)DSM/FPG_MDA.pdf
deleted file mode 100644
index c08c9701cd8cec887d51d9cbd0951c785c65b3a2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 36474
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

diff --git a/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf b/examples/scripts/ssbj/(X)DSM/FPG_MDO.pdf
deleted file mode 100644
index e6b6da3c83116f45c588122fd1099f500f92e1d1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 36480
zcmce*W2|t?5+=NDzT38qciXmY+qP}nwr$(CZ5wmWAm1e4kNI_PC#!m`uIkQu@>Ew+
zRU~pkA~X!Nf1ya`mWJ1$nDOcHZ4E4-xVWI`l-%u%@#)lL4J?ceouKFxoeiA+=Zc7}
zgEbVLfPk$Vz9#)Y_6+p@^U;Q)`&aWncQHWGN$Wc~nEzwJ@Q=km`hVp=77E6Ww$2WQ
z#*X-Z|5;IhqLVVVF?BM-XZVZ%zsEnPm|Hm+JK)oaSm`?%3mF^Q8W}_J@IW~_IT-6(
zL%D4%!q3Q&&+GvKfPVwtK^fZ^{cp`bZ~y)}>putocObC+ry#KZ*B~(bOU{3U28Mqr
z|L^d?!1x~n@!xYMhX0s1G5*W(e}@Uie@Xw3xDzAOe-FgJLGV8Vg5|#l;$P4GkAPtM
zzc2Rx4&O}lER6pve*eG2_qL|E<5mY^&!y@e8wWyv5B4FAa=F!uqB0yU9=5nn1y>8<
zW^(G+hZigYHUh}-ev~qujQYyL7X;9@E}fa3(CEFa6D34R(S_076x+7;E#1$$_T3Hq
z(=~Sw14`HV&vHDQx4p@s@fQGJ<6iJX&>6|=l*XYqS&`9*-j=s3L6+ePI8~!k#*L!u
zy`<|sqfd1VC2ZoKR?Xog)Rl!i1;B#n2K9=TXbPajk+M0+(SU@FQGRbd8S+DL^Egc~
zXMb}dsa46*rpA@|xCt|pzdut3t=9JuhD!Na7aq3xBBsQ!SoHGX$uI&mEwB;Gme$Fa
z9{I43{gUz2#Tc$Jm-4hN<;vpyU4^|K`zS~o=W$iT>8l+{pV3S$Qs~z7h7`a|3qeAG
z_~~^b;qtTtBN(11)hzQ?A)qyF;x0&1AqZ9}w#0&T$%YaT)g1cwnXd#E262*T9Cv_D
z^&X3L0nF4%qz4wHG*-=c!y9MJ6(}~FM%;%Jl6N^_#@>YL$d+e<;$Y2I2Wc%)Sf`v6
z#9EYX=#T|-9&;*wAm|>662VPrnTIXF=f!nAjQHZsAWYaL6l2RRFcF}dYbvflOt1sQ
zqG1YHIQ)<W%Pc)Wv1$PD*Dxuy2^@)YP!2$s`@I{s542UVJvKBqqjXuH=#2@;{Fp*0
zU@`%tR+uPPLQg}|+-c*8T}Z!$X=1yQ(6HpRrAZP*z0?l@=n4|Gdk0z({f^|t5FwI-
zzYnjM-$ybu2vo|ZZ6OOGN>2}V7*YDz`?>I`2idpqyq<>fI@D^*h7$@@#bBv}c0)Jv
z5y4Sw3T%X*3Lp8MZV9Ozw0|%H0y_9@8cxFg;woI|LxAE2+I53D21jIgI5^*Tq6s+p
z6X<W;Txf%H##1?iO$a@-b)4(m@@NyT-t64`+CRQLOfTbct|2L2hxen?3HY>MMel9{
zpSiT&5>}+bV0ieAgM5CHlpwm$EyVVUWa+Oc7k>XJcMZh%PdWMZ?#bY~{D!aYFCT>+
zXYbZ5Htyf!)^N7Jlnz31EiSN>rkpHkA`_Z;e6DU@+T!(km0Y6D*1|DkENPfE6U#Sk
z_FEBUiUM?rfxiMw5<6fA597jBXC)~n7!%l26G5;08wA^>>kq-j7GExsgK^WB;>c6e
z({8{7lI}s@aYmM%mY4)~Bxi0MpOX+?+vFja2Goux>o92RTEs0Vj%D!d3HmgZLq4AR
zOF}&L9O(Cx#9$pijWC~@-uHjTGEEr$#c5Jv0&~KgrZ1H8lio**jN-4pNItnMSF(n&
zhg41zU=y90QIOLgN*O?0PhDWKl!N=^J4Sfi$sWN>LL>jVV~!XSX=AZYI#$XE*op|_
zs?YX=l?!kFdWU4|bDaf0bj;Tv4PhTaVBYdk#-f>RNHa2TE(#6AG*KxuVC9OF&U3nT
zH{xAD2iny8Yn2uy&>a^%&I8GT2-nwx%wlbl$4ie>p-fitC;Cq`Qhy#q+qMAZJbvna
zz95Te8~4PzMDS@S@+|pMIx0hreu>R2#<Go9&MIPQH%c{CNLIcx;8NnkU)%UG`5xzD
z*R`C57{n`~kULQn^tIMKAn#t^U4%GZ3mk)s1u3>*ufPc)PBJ8JHS<V`-=7v^XK^MJ
z1{nuu3sC<B7??%m!XtvNPw{UA28@J*yVlR!)!m-mU7u{SSx66y1O1W1pxE(jY?Qsv
z2i6U6PK?3HrP?~8Qy^!nb6TR7hn66%S85@^@Qokr)r63-KgrZ-chEJ-@)`kP8b@&`
zL_49Iw(U}dJEBzNI@3%G^gH|ci+duI8ZIrAMBM1ln5YBWEXU4+UG|jL+Mp=XN@g(&
z`8nbL>ndzCAy|oL!hp!3$wYZKNk7wKh*>lue2!sxH^8s(D)J;VGAfOmRmEJ2v2iuH
z8I*su71;}0#@CqxSp_$(EJ+Lejr{JB6($9$6HU5kK+wR654IY54z9b#Z{tBGRmd^}
z7zBMuq%VM)!_lSZ6VY#&3fCI&_3{m8zj>MGFY$-&k-Zr}S|IK-8uRg!;<|Vvc)p0s
zG%fe}qCSqzEiQY{vQ|W|i(&~U0*{!IEH?+U1xFF$J&d2(ztmXIE0yPk4)4ZLAA@7)
zMc_eyh%cTh4{}LzF`B4cp+)rIGnS(|l1<Xu&m{29dX^fERf5JKSHV_?S|$}952QhS
z;EpQjqNk9a(-~%8HO5e<1BO-)c@C~JmqUKo@1h*nOO^O0H?A|QuY;Z`gOTW*Q1@2K
zFA<4S+*ZTo*3u>P@x0=3me=Jl(&Erir=Tl8#_bGnI|@&ZeV7ty?msQEQAq_R6;uG;
zd-;KO+3<0Fyq&du#j7<HHgQ%g9%R1dx+Y@Tgf&q3-hWC;T}za(U{CGBwktN{t6oUx
zxV@m(S@<{?hhK02kXC!QYC*{fD1nkj(l$9}Kp_a$MRBE?i#=JQiJ(-Diuokhf>|I?
z61@^ii}$9mrc9B69%k=aW~7%~stwmf34;8af5UlU^0D0|s8m==DWj-UboH*e>mnkY
zj8+8GEKi*cFh6gSe~!q>AR$tN6^zLN!nIAQ(!XAo`H-i~Xkn0?*_o+p8MxF(nOSm9
zt8vtoRgO5)&dXpf5i?|3krmEYR937Gk{y*9QW>TZEuEyPXvR@*OD$KV$&n#<UnE0Y
zGzFN<f1GpvPVK0&=P?_E5sSoAU(a`nbw6iQpb^@YUNIhM!_=T;Gg57l%Hpk+Rjj+z
zDrMhVup5<e_Ue9>uSm8%&06w|ldM`4PFLBUtf~5;D~I}$T65()FNqI0SoPd1M>7oU
zt)`Nd#*dODJk81hdOW}^nFKSDRyN$b?c4tOb8dO~Ru-a4Q^$O6KSO4$I46r<JCs#M
zxzT%M4y3|Gvc|xSB9bkvNJG=@(I~JOl`+SR^E~7z-0R69Te_%e!d0A3_xQx%IW8TU
zPwu=i|4Bt3t{?$JT4?x%AjK+i4nk%qxgT~VX})QrCcxF(khc*oEeS0v!w}&pLie{R
z(R%J)USc5<!-Akkk95j`!I}l;b8GW^+YLY)2ahXK(@))yX|^g&&HTOTWpLqibI<V6
zQEg&&x+(XMRH6cwXE`aD=of2foH{gOTN;E&C83oD$9_r4fySECT3u)32NvdWeBJ#r
zoKnpM>!1mku@qEhYTfzucPHKJXKQY)t*MRnw&L&%^W!n9sFP*u*-EUVK-1Ft-GZ8;
zD~s0MhEjGkNR|`JpR2H$kkr#<#26jAra*!~i_Uj|i8Qk@)#h_bx$V`waN5yB7fy4R
zf)A#@&HMQ}lTST_-HyvUS!8iTIzpV^ho7?#qpst!mZ-n8txd~aQIRDSQ?2EN-(%$l
z>}S?ugij}hulLRq^)D(>I-E<D;vj`#j~Uc}AEl}N#G+}?HQ9n-awA2q_Bw-ApRKyP
zQw^fQH4UN}4+kkfh>AlmVy{RzF8FB+;=F7^&>B!qkVy=dqBtmChvK8QC!Ud38wW{X
zF=$%q>+|va5M!!TGUB%G?TuLrY=FP4=VO9zEs7>`BQP@V!XaKvyiFMaREi}SbRS1V
z?KuKjb3XI0K7}o3<=ilDZeGt3e{wY*dO;@AhHK1%HLW5da)<6!Fb_uEi3y|gS`XlH
z%W0Ia*9dFeiv+*^nx?Ogh=#R$OQufcg?s1r^t4Nkn)S|XHT3Aej8IB@uFsja^wujn
zN8XfzB(7X6?H&#+XD3h>%Zvli7z-B`#qn&B^N)d=$~^Lno-uKB%TI!TLn$tFIQnB;
zre+YQRaNNd(Q)8AX}P(@cdQGhx7lYb>nlW~j<=oVu1BwK*p0HYdEbypeQ7Fw`o|op
zd|^qINbg{jYVh=lJV7UfSoiv;GXNXe-E@A^xjOdd2$*)FW?Vb8aId&-A5hKmif;l}
zA}GBm<agb<d;o}txl9@Yt*_j@_1e`p=d8)kgf4IFCl&=hQhW$8coRDhzXN$^Tx0J#
zV*0b2KvhU@-j*6o0fY;=-G3}k-BW6LvxzflKXvZN+ebM+WC#y}?~ly(7k|R#mXF}&
z9=`qpLA!u_{r{^pO#gRg{lBsZ27Cs#zpVeKB*ci%z{vjpeg2dF{T~fJ12e-vb&G$;
z|2x}=eg&1&+FbFAJiy$dajF9V#B_BfYvYXW>=d*M-MhJ|;Rgn3{b!yro@DpT{q3&s
ztgJkHhQ)J?sgEH2eNv8B=^GmXAhs~P7MtV~orOe5h>zFH1D{)Dnx9`}B8*F<N@v#y
z_#qO-R|Q<>Oj}oT{FxLO!!5dfqeWVA^<qt`uLl$3PzOR!1AwW@g0aeadIAvf@QC?E
z-&k`53VP0-jsjqG0uaZti~|O0kBhF(>`o6aKlIG`<pLsyEeC+X#<pVi?EnU;;(IX(
z`B(wK@D^2!TlN$Y^p^B1h|b3to4@uIkaNi7;Mi~g@~5Sxb^1_&b7FZR?NVX}Kw}bB
z^aC0LG`fXh1p1n1<Wt#&dUCaNf;a*oQDh43MUG$@iJ|>?!SCzrTbM#Hy1u(PFtP?|
z0PivdCzlWdKC<Fp@x_q*HRc0;`?Ldqaf11UeQkZk^Pj5vby{I%ZmMrsZgpX5WC29a
zR1W}fC|Gccsfl3*@U|@Eg?XmIvD*25&VHVzeumwF{h`*z!>7cDpYy%FyZyn2xt_Md
z!8ya8qW(QYd=pK3HAJmv`O{F}0Hn^zf&V3+TbIr~cK5xt?dPjo6Wkmf**xkywl=jf
z_7=+$m1X5Wv0~yPgAcjiYrP{3@jE8P7XyIm;le`df(kGO2jK9R8T2QfZ+sf{sWf39
z{@xQ_2e*Z#1>o?Ng-^$1B=40D1RmVm6rpc^2lD9n-gfx+4-hbL-`La~q8<PvL!-zW
z*+(b3(HC0pZf|!w6<^|y_ZK?Aldsp$XVEv0z6i@oip_7@ulq0`B%&|@$v&NL>z8hE
zUS2d+Utmf&BH!eg0K8tFsR?*pH?P~bZC34viSOz?oi3!MAyyw=|4-TLcixX;<KwO%
z-}`Hb9N-UYTGjODSpY!NuT%#rH+1*@Ctk?!?Bh@A<Zmy-FVV#BWzp|$gitm$&F_-p
zkMZ4a;c6>mqtoZ+fwxmO_U<a*$cZ;b)o*P%<yq}^G9X4eyZX0obx`5YCkKRDW>+jT
z4KNc9_oJ=@6SzE+YTUdklc?Zg@5l*V`vV@dsksU4hsB}Z%P7^!c4W@a@7Yf4)ZD@M
z--A1zOyBY+oE_Df``O5^K>l0F=U(S9HLMNv?|Sbj>M8(lPfu^wpw~%XGE_hC!Osj#
zf34pv8-Tc(jgk9p(7T;Rw7#_w-2K={6JtOC&>w_v;VOW<J>DTO0H|-lD}cN^-XTDM
zh_BSOGeEw1-!txrC*CJq;S)TMSi(>EZqfKpx_TxcKd4^>B!IFvcm`lUiQhR-spa24
zqnzizg0~njKl!gPA-~1EGT3HMbVdLG{J#UQKvBQJw<u{}(7TfK-)KF#S?j%b+||eb
zh}vb|w;oNtOW%D@oy>p5=0Ae)^Is9_yZ?F4@e>$z8?XJ(_WZ5ip<fInK{C(JSN0Fb
z-d)o(-mg<EED#4!48pIRMusCO=2}>*-da?AyZmj8!w??H9#z94oXJ&x$1Ak-h3zoK
zDKXt7N|f*IQTz(S9TF-t*W7jv-{X31QLWn%FG)%24qE{$1g2LPXda|ndr>jQ&;^*3
z!VKcK_{OmwyelesHVam++<5U`LiUK$(~X^AH#Ddz19_J5JeT#En~MV{b1MP3<U?uD
zQPe<!Vw@Dqty%R<m3cr-M2-AiV@2_zHcmW*1FZ_VRq)Wzl=+V^kAZLE>~GhZ@c^88
zp|%i+;B@^;r4+~b+{TEkScQ3Rm?8SN*r<=mm9m5zOJh3eR=U_GUU^cd#`FskbWwWj
zPF{rkby`Cx(oNIT>kteYV;`arE6k(lUPrleX$GX<dX0K<BZ7Atu?cJY5?6=sb@7YN
zpp!Q~e3ED>>{-kAmwHuTchRCodwQYE(+lDz>v+1gbEQz75x{m}qZEwE)+BzWil~gM
z@sewauHZ>*|LPtKGbt&t8I$qkiLt(rZvHi(XH9t5lhv)t85#Zv;m!)XOR*=2*XIu7
z*`=?nQ6{jxS&zY_3<v^Ow907BS;|#d>vMjpOrTn*R~M?3#Ao-WG6*ag0DF^heN{C*
zVp?rWa`E8>72UDvQHL;eqB?{1tA<fa-YZ>TmTNsJh?!v@#8}ZAI#Gmj0CkW}57)DW
zS~V?7MQzfm!1nJjgsxum9a=Zd-pO|fMoq}M*dB8FzcbBphH&mqKI6kS+ajlYn-GkS
z8yKnLYbl4K49^9_Y6VdO52HzVP;6n5F=l9Ly*A@er5QB@Y3%QFI#Y+>qNDN+sXk8A
zMgo4m$uogcRqN%FUnX}Zg^|v*Vr2=vFKm0fK$~vm5&~WU;Pu;S@h^tjzYl#Pf=m3g
zDU|dCxnEOZ_YK1&0xi`B8d<L*YnLb3HWWlHy4;BE-$gwk{aS^LeMRUPC6WDkjU?I)
zO1p}+i_8sUeW4Yj!rXgPa)|*uT>D)ruu;?3J0O5W>&UY86y&Ku8>7(MFUc+!b8a%=
zdB4o1k#n+o<5x8fcFnfccFjA&MOcsrwH1XScCS(q(n@~|Ef3I(BQT}JkziD!G#vFX
zV`EyzO6J4q!z8&~@yz`fMX@0bR#1Z0Ifnd1bbT<<J&o8t8Qa5HU}GGrHsmJRtSl30
zzmjxNq1MkQIIXzobY9EEtE!0|HVtzs=#fugzaE0xx}&`z#H2;E>y36@R5fE7tGj0;
zCJ}y%99pkTm)^?fQzygNS!K%sj#;6}rdJA?NXzq;n4cf8SJ7VWsnwdpD4kr1p#fxi
zzMe89d24&N{QxiF1dE0YC)1EAg%R+~3|?qc$d2aPisL`Gv@X~!GNuaFA6$~PUN<77
zu>J-cMz+x5dxDP&=z0u+`@R#Xn}1OSjt1d@@sv2bm@QeAoE3!nD~y_TGDzK>h`R)f
zmOU*Y3X8e24%BIYjjq`3e;jU`4`R~g;*A`*bSu0J#7&n6NM1aFkqxxQn&+i3f$WiZ
znO*WA>ci8vY%Yp3HK^*nu#RpEH*fi={9)OZ<Q(mDJ`}CBdD<QaskqQ{Ar}rdZx&+3
zcDiv2^$>X!V$Xhw_ES-MxPhOaz^LZG#O-2=@4I@a_(MRI*^KkS@ZeC3y-9*y$PKS(
zWwJy6M6ZT}wm;zL6Zh4O=zw>W-;*ByQ8dHhs|t*lbq&r$N;{yz+y8?KNI18+INE=i
z2_Kh8jG_<%-q`^GvD!7uo11J!>i$p;$&le2!_{&8`9s<~>_;Fek4v;f_f-8ntru^)
zq<1hhZAOTGpn{h9q}S%lq!iy*8Ddnt)SODt4(|-Z`0xy?Mv=@7WwOM=ytvzD+~aY`
zPV`}%yKr*VqGVhlxJ^X++&Q9n>A}yv1X>8FdqN%?9@3FdH<dmdS<~cKh)~KA8Km6X
zjSGuW<P&#+0z9rUa7Kc{=UY*!5Y4@U3fRdEMQw2Xf(u#P+k_AWjp5eJb?h9jsmyt_
zgRB}`h3n_wEOOg-_ppsxOd?4n&eZoMw7zFUKwYc1H>S)Q=B1ajyOpZ%-$oPZI;q6~
zJNOmn(5=$?WkSoBU1G}kEZx&of|}D{7i&3GtAQ(?&L%guqW6o&yXswwfDV4<C!mzb
zh)wXyenxPTA7=~0x`0c4Mcm%4{Mx|?foeUW1}Ed}3}jHrR=IZW?{iGcvH*mxDlR|l
z@VI}fbT2q~1=OVrd!5nL5g}6E&(Nq*azfs{SjNs$I~FBeZF^1D{9|*THZ$^>)vtDZ
zyWDE736O4^5-V{KB)FnjYh&(>f9&tyY8r|USa$qGpNUU;z#waFz?bYY@j~nG8Mzx_
zMIub-6R=jr2<$6Jj}r$RU}>iS^kt{D#O+^Ix2Wn4NDc~U&Tcz(VbPi+4RRYIcX^<E
zNJk4-RY>Zq#VFPkR_mcsYu{*}ZN^;7^?j3}TDcYvQ+~X{XB<7ano-_xOSc~OdJlL4
zeUIQD>?7Ag+Vc5OX73P9_wnj(2zh}bZODZSf#GCTVov$+5}6>e<kq<`A;K<kMoXg+
zEsN-e#}rHKi8xdaaeZuSh#7XIZu97sWCvT+?bl^Uje0iP=F0Uz+wM?nwMIQlPy~_{
z{>a=u(XqCm`)+^*7HV%4OzDd9Pse$B#v~rq9VvbuY~)tJh386(UVb(+vEs!90<YmV
zG*Mf|Q^&-|;t#AQ7A~x%&oHlAQq1YXGe3QTY(f&grIqxBGG2jJ-*AgU-R5Z9Wa83L
z^dn1-VDM3%IHh6r=Fq&c+f?R@3m|?APBH@J0^cKp&?9IcfzCAK)KhJ{y26L8cwlQ3
zXNxhCU=GD-UM}wKpzC3>`n{~YA@4A`zQYi8coQFT*+lvrE$Q^LP@YmG-rCIp;br8Y
z7qS1M!>sSSKU7x64?4L)4bXLbKZ3_FJ!YO#Vj1B#<M2TV<?;Cqr*rf3_m*S*JR-}k
z*4!DsSa9jWH|wH7>q1tM>t~ILwdvp`b>dE><4a|Av$x*^I0nk{LX&0(H;l8!=y%dl
z;6;Rn$ZOPk<XRt4oh`&xL{$t7Y>GFPhc#Gvr@o$gwca1mwM3x~B@9doRi+MnB}5}(
z(IOyY!IVQ?0j#h6AC_<GvcQ^!f!+>~gh5PioeyK^a8l$wfQ5as^AX^h&ZvPT@t?w#
z_2x*&b4ioQ_~OGv5=1z$?%quzU>3adE7ko90$!bPvy?f3lwM|>UHn^c<j;0j;%lKz
zRe?h68rgUhh!jEzL4ZMn7q(2$dRqX;%17iL1CVq@Ll~K=rwup{9|-%^@SO7M`=q~X
zQ|gw&N#Lge&2&v>sMpps>A>QspjfN2)(Uu3)dQ+;s?Lv~JhwBhmQ6CQg@f~P6n=Zv
zCP9A*s0cfWth+^LsAdHb^_Nl(L3P%uLAHE%uZjgRoF^ROtxDYv2c$+&TsLZ(cYQ`J
zMv(qc3B5$8W{*|GTxdQX0g3hJG!(c%S8Y$jT%23GW;g;N64>=IUle%n>Lf#tm*c5J
zHlfyFg1WLEpc%G@!n^i}#H|ZtsJ^+tW4AqVfO#`e>HMvnN~O*oxAMpVbRtK4ip}D@
zs%$k$19v|rH2bzgM&k(L#`1Yf0}?{mSp#f>9rR4||7hVU;!ANnRYG*ajp=p!$$NaW
zQTv{L$l;-+3u=JyoEL?leV;t18!#Ez#hk8fF#?EyR{ADP@?eZ#V3WTWqoS|)o3-pk
zdgd_tHyEdpS(4GiK{ZmAPJkk-2OHe8!?4L(2X$v5@ynC!m^V&j$nC>vLJAG8oVsE`
zV`^_5w#4xE9mmP;MtgYY%ph=IF2?ToCP4A;fb4W-ix5L{$|hNy+1S%8&>c!j1s+Zm
z(#7KgT2qx5EDgGqMbFhopEuUFcHqM`BKwz#9jXkGlDX@$B;r>=h&^$9DhqugjPY)M
z^U~Yk@9E}ABG8z~EW1tN@(#pk%B`DMNdx7!n~E6>bV-R(jWEi`3X9vx1Q02!o|PDW
zCVKKiYs(bN4i_dA7v;&dLsX3J@KKePLG<y&TM!ofzH@yHXQWsVUJmDa<!{*jIOTU(
zutA!&Q)nN1ka>JJuz{Rt7;e*1?VD=k-Ajr*1L7h^gf~x>A3h)MhzE(kj==~jujpH;
z5f+Wlxtn+K?FLj#*eLmpwsP)$x#vw%dw{tx>Ah>ff%Qfb42x=qT1#a{M-C@C5{LU_
zOtIE=ng{fX?*#`cqH+<=kd&KD#Y|%8+-dZ~Rm9MPYBT9vHp4~L<|>MviTt1N$CSVq
zwBDGSrD;3mZ5o)FQxFgJ@)Eo`9p*7Bh^ThXGj?>hVIz?*pL1uklhLJUS2J({ui33X
zu;)-h@sUXH@-N#D%wEe%l2Wq(Un;*uo<0^x7{?dKaWRZYBFWko-&51;E6E7V;_I1?
zs&0?b?^Kv-#JUbEhYw)@^G=Jj(AxFDrll|VfT?VT#&V)GxyGvA)dZv;FH~!*0iBn!
z_-$Rqf*PVBWuW*xcJwQLoNNp}@52X>ZHM(>j`Znzi7YA6i0I#z01lUJe%evkG)pd3
z->36@iBq7bP6vh0lkkj!!n;I3DYC`(>D5o+`k9em{J9C3-L1j<rQ+-DJa0!@E4|w6
ze2B*9*eZ`{5ZR|AE1%VO+*f$hor4a-7Z#(fo1VSDPH3^UP@o(<L@zqmjZn#T;psxn
z#Jpd`dqVCANBj7l{@v(Y10<4#HU`n%?%0gYqV4a<0J1QYryF?uFWCy$rBo~rJxHF#
zXyQBQf#8$6$EIsG)L~A4E8!F=nm-XZH?)*f<or2IJ53Ylpl=RJx>-t-d#?J-Or1X_
zQpH>4@R#4*CXekM3zr72VllU}pNTreSYEBboN-DP56rq}&9<9G2b6+L>GQ~o_&8-Y
zar2N@uY;F7DEEJz5=PnrRK+8d?qDg8pX+pydOkP@tg`YKBQ+x%0&<5rjHW()iD3ux
zL5zF9Is$;XH<x>6j4GX;6mi>XWpFjz*<6L5CpZ*Lqjicf3j!cZm!b|v2`(JiHKwW-
zN{q1?k>b%%{t85*@@5t9dAI4Zmk)!7BF9Y@RKd8snQIBkw0{|Kl6Dcx42S_{OIc!t
zkUO7f<5<)=Pd|l^iXTb*;O}!{AIH<Ps%E=8@7gUMZrFxrgNuMm6>N<(llglj>eavL
zHbeyKhX6-0%~n6YoH_MVX<9W3$a4q;tYhteE~jx(y)Yzth^MBVr?{XbMQu=NQ#9ZQ
zz?6T3d~g&P_7qTPh7@%|3uTWTNg7E}Gk4eSMA!~-DNxyZ5yE#WfS8*jJL}d6JYF@A
zq3@3~pAz}iIJQV->xpJwOt2rj0M5ZKA$Y96_$6=x4n?>bzxen2WTIPWhQbHIixGmh
zrl1OgeXTs`)`+wt8xU179SUG<j|5iM0sFFgcw23za;U{A$V1`N7>@3SjY&13>|Z%y
z%#39Xp)v@GM$KN(+#bibu|v=#U@vk0rss(i?|HOfx*`CtpF+(tinp3+NI|VqQpdQa
zJ!kqr4Ak{^mV#<F><y~eJ*Mjdmf|44^u?8DE=hb>lB2bLXs!s&HM-WG8mlj2e!*al
zH2<0Fxh#%ryO7G8-K+Daul+IKY{=SL_|D)_-rdxv(|N0mqi#%6Ih;7A&4oA*4tQSD
zCLG@n0X>&kamMa7cquF;CS2ZZZbL-|gegIj9!P3r%%x{dz7<<Yck$Vf{4qD!bk}-6
zx$s{b!q<@HVpdbE__N*<G<6-K$)-lh$-*QTGS=8p9?2Xj8jIo!fC<F0f(U6CwQcZL
zsD8r()7md+;GqJ|HlTuPGnN{w#U*AgXCTSLb8}T@74g!7+}~`JkIK5)`_{UL36(hb
zZ0sfIL%gq-0Jj>zm77otTfxFxg70IO^fSVvF8J%sHst8_QKxuAw4AX$1Xp2JK;)I6
zg(`#_YiZ4I$?Nn+xFC>!W5YYE$#pTAdaJDHfX&$tq*K_&t`UZ1!$Ho>RnvjUZ9Fk&
zJ-=<qUgco7I|Yi?y7nIM2K4F@l)p*XZvgqXux2|5$;Y){qa5`jVFV-SvX{iYLoQ$Z
zth!L?DdYUo^8%jDX>LK>gnT`L9v1RW@v7tAHA~M{<`Y<7F95$I(aNuNJ|^)ktR^g6
zl~q@yzI+{Xc4*Z3_PD*)9wQ6q$V(F_sqZp{+C;qvtDK#SG+cBU1YNysqv3k3okGeU
z-e=2B_^7=^+7-^<0~KrZsY1n;-I-M?y}bsrw3soltxh3bvyeJfMtVcxFC-nHZ!_K@
z;7Xp8Jbf6Yd$^fy6Vq`O3Pl2v!WeU>@JTuJF<BoLm(^c15g&gvyZ(d;!L~~P1eKwZ
z!PD?M8zl9L4d25MeV^`BjFsV46)5rhpR6k_;in<8+Yr4TT;}-n-uS)6z_crIO>6RK
zC=@sCT9Dur=ZhQepb)V59})cTFuW-iMLB{O;X+ShN%{g4nySmVQjC}kgC*JU>Zt9_
zQ%xB2houj`RO1797lSI1gN>gU6UFh;l7Sqn0WFEgG1fpF3oBgNQ3xQ+!E!f`Cm)Z=
zlE#Y<UAQgEYFfSHKo~_xSN5T$q4@$gz|>vyNYB&@+&Ql;Yc-${sFcZzs0jjjVXuSS
z5DE{5Z!|ryh=*J6BF(e6vrAPo(^gcJ=O7-x_r`VqB!$QN$TnCg1Z!&?%S@Hh3Y=u6
z<EMY(-AwxVk=D4@q1NjhZNbfQ#(l%2sMK2V5WTbP`6bW$^tx6jS_N2EY)qOx+(222
zZ+p-Ot@7&5Ggm3daf9lC-m7$Z*Wyy{vd{gU0!L1OqB3_?EjI~jov}j3F23~;7UBo2
z02B*s_;0wm%B7NgN+LHI{AVNN68}DC7UM4E@=H_z;QP^HfwWMf?E{Z3I@N;8ZXT;L
zW0w}Tfckh|2J|Ey{`go(sjvhC2}CSRSSO|W3Ps3T7w)h9T?tuYoX*Ke$kLLF!nt49
ztpj+L3PEN<tDnaeqEE$}TUb2FP?Ps>)v{th%y7A=?2qNnb{22)j_|mv`+NTg@Pz3a
z=ZPEY)(}T_f!{KpuT*+7WhMe48!CeZcaJVq0pqaPWp__)V<D-gd}zz|NTemgN?fg8
zHZ?E|xybQ5O+A@{x9C~M0))-9%iVLpcC=CVSMI$)h&nt^Ic_yk)G$|s-d{MermXs%
zMJ{pj=Q!_3FC0h7&+ltyTrIBgl`7*`>EStMMXc2X19KYDCfDG`WAF;CA3%(AIrJ?u
z{TYKgJLWok2TBMvDetXnW{lOh)O`Lw+UK{iUO~K3bLDvKz0>o#3>J;;3b?I|n}jMp
z#<r!TMS%_`1QSl^40}D{6^kh;@Fl#3J+?_4;#t27L$lBYh1yLN*)co5C<B#4g8mW{
z7<bLsBHUPMOAjN8Zvnz5Tb7B$T5%0#f4ab4FHT<V(z<J7>yON{QDlcF<B}A=>xto2
zUi%l9*tOD%Q$Q{&iOx?a_p)bF<T&i=wc-`ogvafd<A>%Iywr&S$)l&mKl4JTt7Unu
zWiskxAH^GhmUM(lJ<M<E${X^>oR;EQEx4u&0HH{Lf#j%dxy&3$Lwkd&p4Yd_Cox9(
zYpdQT>o%Bv@D{CWVJQ9(^^p))yL0%pE8M6h+8TmE6h2Ei=6=8Daw~<PkV{#`WfDJ0
zCbp;Ow2*nC`P^7*NIG5E^p%u6;rqNDzxz)uuhFHxf%}RMDw)bGAKDTXSk@P|W3i|T
zIUZ}iRKP<CENXkb1BLV4Szz-L=Bjdt?{jPb9qpD@xq9q0)_c}yPzj(Ac>DyaB)Zu0
zXgwv;J;ESp5(sBe4;>644yLDScV@OdY2<|HS2{{@HGECGCJ4eKpaCoQDAJ}*#R7t*
zity!sdz<cXUs%R(QIbT4YT2HYwsF6i&CA9q!sY*XxTJi)%6>irUR|!pzAUF|W6SSh
zXN@mX(Nsko0FcdugT1{Se|Sz2jyvS}E6K>nKei6TqHG$~85L)B%D;j9(=vkD5ZgKM
zayS8tpLUBch+QEr#k2@?rsl7d_!IDcLNP*A)OaG?)NMGtFW6xi6&l$8M>^($OT%By
zh2tm}2lXIUwi9!KL+0u9ByPgTHgmtIF_j@@L0}{Id5yW{-knH1w3~)U@3)VxdQ9+X
z*)SDE5*CM2XOJYrI8m4?xMnSX#Q&&paCJfnsIxtu>{nS4oIko7LXg`z?bhWtzdC0W
z?jeUR)rOLn?C1%A##!6AKu;gTk_+VsiRll|MMSVo69=9-|Kt=itfM2r0+o9S4we)q
z<248{N|J2Kyq2`MgOh7Mt;b4Q&Xxpl_iM7Z`p(&*`rx&gMwg+0<*aG$9a$FUJowWM
zo(1H2JD~N`0&1ybH=+>d85aiuD<Eu**RbUJ;)e0Wc}``a6zXn+8Eh*dSq6RKak!2k
zw0(pgW^`l#*hPKFKAn~i;~R;<&l;!4G=k;NS=b_HUvT%=aL@xdypeqNwN<A@F9wnG
zcw@AGA}{9w!B~<q$k*x%5_*!In!V+~1*q!0bx-r9#y~q@&oXQ8yE0%IOqPeO>BiPU
zlf?S$yH#%8fHaY5xQ2i;oC>NJ+S(;m)e&9DV9DPa(u1^c|MKDp2u3gJpm#4w9#c8}
zmQ;bMw>7k~p0Dg3#AX+~C<JqGd@yB9qj2Q7q>}s%sHe$Uub#hv44O;Q6I^(R%QE+I
zy<Q(RD}JZ$_P{ZnS&H3Sidh*{p7#N0U^J*Gi4|!vEPKpVxFzocmrF6gRJfOXj=Llh
z)l9;rYT=Zq`B52tGBGN?ur>O*hxo0-*}nmQ!2!&{@Zf|m=3~vbWg#t5Qgkm%T_!MT
z&_$D0ORIUduYKI`O+*BF{@9#)iJ%FS{m{cP0T>QNauq%g&wCTM8_wO1J|h$A53M>u
zp!nL0PTo19N3C`9O|;5W8%>A#XG`Ua4eU#`{-H#S%SS1+KNlAl&%@!#7FR9~??&n7
zz`=hxw=|;)Us-V<akoPJ%+~D{TZkp0;WuW;J%14}*C^!^b`FQ;%@&J|<Kybd=BW=d
zmgyo~hZ`ACNPF(9P;KhkRT7|3G%{*?9|@qT9s@~X|EI3)x(%K_Kmcpqy%+!D16R!p
zN_PJji^%Iq(fDS7aj+GM{G$Q{`A;n!KPu*HlpDH(;>ikP%4ZiEa3n?L3~e9VzHS={
ztykJ*p$_#+n4r0RcEUi#63C6F+|y7M&I5NI(yiiE4N67uyR@eL0c&_<dH9QEAM(oz
zBiRCgQs}_~PP#4)y|Z7C-r89XET~5svUVUr3b;?KF@ol>C~o~0KXqVnWu99lDdsx$
z-MB_sUutM%uBeHOu`&oTwEO!ul=TeC39!G$O+3~Q%8U7Ctu;UG;{tdO0{w_1-h#07
zXp`A;L_WwdORw?AoI(lS^hWDAwv3GKbuwEnIx6%?#iuT>1mVWs`d_XyV`J93nj0j|
z=9><xV#po%K<sei#oBk?t6_t7jX32Km}Cy2l2p^Ipem?n&*A9zQ{~hps!eXG?6fUv
z00EK?@?-(sa@`X?xD-a0gq2(}-oe!pdr0#Gav`DGk(t>EC&F+%;bUViID|egZvhE^
zMcQwZVA;nK2>|yAL54Ba!J|(`E;VPaqq*2+XY6pDp(kgss))v$=%V6qw`7s^7JJjr
zRnrR$O;`AHEX^gH+p%}rLt|6FEi@C|yx5C9k!6jS`k+ou+*(8V=yhT&*QZv@{rA@D
zt~QJ1=qd@r9iiByU3EQXz03p!w!Ok^?x1sl*i6;1cCZRTBu&>{&l>S)BcGV@I|bP9
z0uQ0~+4D%KZbkzYxkASH6!J{vqDXs>?MlH~G_!YNZZ1&gI8Q(kO1T^i3GOAgi$FFg
zkB{LyzX;8<Y=_roA4I|yr3p5l30+7&=c~}C5K@SJ`!G)r-lTJ=1xncn#l>%X!nB3?
z43_w{DXC|>Px9*lX7Y@ga3U-umd$u`K%Z_<mb?m`wzLpql>NxfeyDRNKLMM8J>4fq
zTKHtcuV<mou5QH&@YWa&;&sOn-{(ZmRf{A6aUo&J`A~(M)-s+V@Q+>IGRY2W?N+Xd
z^a~D8%uO8Zb+0e^(lhDf%0UIFZ{cq?c-0vm$3#&5)kFqXdb*Ks)W_(|xhBW+unGLm
z%b1ku2vh0Ju7F>9?&m?iOzrY8Ln@C-2J@5!pp?05v<pPMqaMJo%9gVD8}*&`^03x4
z(qk2HbW>iY+Mq!MI#Q+rf3n^vXZ`%dK<!QQD-F4@*R8X8T85MvZGhO8QUZI5(<7X*
zjfv7(NL*h2`aFECmI(eLwHeUqZoV0ncr1x&zOK1)2?eys27|exedm{S4U3BU>4}Iu
zGE0+>%PkgUst;t^-%{LkjITi+l}QR@&-Wo*N>>JyXz9y54C(8^)>z0m|LMIc#Iwt!
zYWTA^6{blI;4&8<z}H!09Enmjb)DV0Kg-$)R@G&sLbRFlk^zpF47I7_@OmNf%x0Jb
zl+$;nu~Pr!*>&>~Cxpo;gLo@I%#FU9s;QZ9p5^Hv+&BOeSK!qRo9l6KUd~JPVVo<R
zWV%uu?sjK>ajYUm_oqs>berTXVQrH+@?voP8XAEV4oM|0r+^^^vlL%ZJnX;<o}TOJ
z4>eo7t{EGMNnsl>2JJ+)LL?#aQLt7}loB*4`Qs$Wi15_ZO1pnhug?Pl4J-9NluwQO
zq4LZjTNGegu2g$klnJDSW>wb}TRvEn^*qdNJVw+l=O3oixbT0h!~>RyM>OAQQe>uf
zgS%OR(N~wiaim`)gq%5|+itS?^MthQOdF~{8?_ipk?3y$XvF0@YW9+;6vfemdad^=
z-Fpes#x+u%&p~?%Dj6*a{OXeAthE)E$G_xHSF5@X-FBzGW56gt8MWV(#E_g{ymF!z
z;6O_F3-Z}`LwaS?_2vlo$ABD-tPd^QGZ3~AuyslznX{6KVWquiL}C(2Q@hUaWk4;$
z%;6Q74!b-l&;(O1_qLzaCQ#GNl%fa}?AOuA^e79Mck|L$D_3PjP-_noR2HSSySD*K
zVUgb)1Rt8#Fp-nyR2gI$Vek*gdr1VzUMf(NDRx5xRtsQCkx$Bl_B6Pphz1IsP;_aI
z1MDdGkv|wLg=l6?10i)A)K%j8J_J44Gu_0b)T{nfocAMjxjzo6Kh&|eGC1x7KTmV8
zqUoezraq#^)=dew$Fz?Kb|=<%HMBl;*|h5CgzcKnygk~X_x1z8frOTMuj&poXOtHe
z@;^rk_Ve(i<sh$YObN%Bp}ekJ*m*}m&zmuGCMbswM^2a`gj$FrMy_wp6wyWKxs!lz
zUuD5uFWn8)U*$A_k5oD#q-+?YRQf3(PYp~cwUG(UtR={}yqLL3zO5TEaDC7XiV!x_
zO1lNyjg}a8iR+fqH*seY8?y$!1wX^||D3f#UulNRqgRBDXvyX+hY_X<A6!o7G^%j1
zz7DAxReK=NzC`h@6Y*xHhl5{d^9~9JLJ;In$_^4)N-89&ewEqu5E<X-AiGGr(p-#7
zniX(2VB&*@HPEw`T@f==kvk4FpOfloOIjQNs4E0?OkN)Xwjlv>QCm;f-<#GzC8k=Q
zcuIf8K~{4TcC)Pp)QY|te6z1%%w}4_Ex4>`U8r)l?Xs0lNgk8hfo;bpUdlrV@*=Oq
z3MQ=87$Ln1Z@@>!W!%*$SPJu?m_Q{eHv>!I9Jn0Y)!6M|cbY)k<|f{MryijJ$Tjyu
zyT-VcH1{2HS%&E9g1uyc4$}ae1dzI^jc_P|9l?sM9g(4V-i0WC`rX*0%<U-mpoXbq
zNTn<9cGUI{8};aC&Mvp)%j!Ch)8d(f4>a^Fn_5&hl>V4JR1Qb1*eT3F>6oCdJ6IzY
zusc{6Rfi01nyqFTzp5W|;tEFW8&9J%?~pBCF3Aht%GYkIb)7VtYGc^rv9UY+l&51?
zo(O$h9y(!HQ4j?-y4|Y@nx;E{8aAF?5^EX3!w&;PlK!0*;Uo~Ii_d`4j{2^DOZhV|
zLrE6=b)pAWJTrb&LkVtx8uO~?FFSZ6k_CTQ^FBk)q?hY;%(N@(YRwbKB_Cg#d79}j
zlZhA41l$+0tmYqr*2;We%=@QkRkg8KM5{dgb6D3Me_j%tWoDc2{B1c*9!cs+9|NBg
zvUcQL+)COeGK_gC@!SUtS$^-EXLCnt2$Dt&H*{eMH69KxQZ=NRVNm*aS#ncMRui<b
z>Ji!FsU_i}YH2(kQ<k^>JCnnefy$L#f-k|kr|Q~h1Ej`IIXmt7CTeC6YDJEeTIPhX
z#DqR%37bhXQZPPFfF#s*sKQUvu*GKs$r%VH@>{d-*rCH|W>)%V3t&*~lJa@F<A5m^
z3(KE7HCd>eexmu3ZRxcoPf4N41Y9`0mIg^eop}wwrHeEV2N*qJCA8ZESSCa&40{H%
zzErCy*+KA>JIJ(dJHcF`yu$&riLOK#GNWUM_c@Ugx{ChKtWjzi?@XYp<*qWE;}i(Z
zR<$r7MYQ0sQHp{yW+O?$84Q7U1!e@yl!N)bGao{{NG_wOIcQIskT(4VxUYO*U!nhs
zl!cw4;gj2AA>U9o(EM6-Fnk%i7^^8d>AwEiB2m1*?R~;TL0RHjETEYQ8LDLkMZw$h
za#1qtBGk)az*=S5kz-&|cDo$UZ%Q^r*CyPTURnvww9U1jEUw!4<M^?L?oP_IpkiZ-
zh$_+K0u_&uV9npZ<sm1OHzpXAnt#|oqaQ}LqYyVyy2|f!;$|_f30i7F%lEU)KWVO_
zV+aSe?ls%zP+;zRxUxCAR~c(NVgfEMPsZP^U_%kv1~P3Zm(Vt5=sv7##4a)S9cn8-
zVn4YR*41KkM?*4T-Fjpt<_%T6{vhe1ui^a0?>W<HiNj9N9A6&7GPznYA&ROvN7?+C
z1nC_oc^dc8{Y^2TDd*3uLBLEF3BlJsS+wS#zm_oyhn@tR8TUB64<hjKSGLmL&(N1D
zCriubWD%mYRn2E1U@#3196OGoSsjb#eQ4<c($8Qx5H_CVH(V_9IgrFBFf*DVXvZ>>
z?jEkwt(Q3U@bPb4_2O7FRZeztLQBQlJ>@LFrMC*I0iLYj4=>G|Bh;xUs?*GTinn3z
z=0M8G?!Lx6xG4}DIO2iAcaH3u7M`*8V|-daxk73qRgf%8X4hfZzrFYwz;e|dJ}M71
z{!Egy8DN{Jn*Kw9W{80|ia2MtW@Yywi+HqXD^V+Vv!e8lDc^`t0$D8jHZs#UEY~@w
z4ws3_>s#)aArg$7-dfosG<!f&6I*T%$fd^(QtQvAwJ%tPStkeh>`KZJVgstA3r9f>
z7W^TKXFwtsXV*3sV0six)6l|;W(3A9KIo26p`s%Yde&@SP%2AHP#dp;tjaI}uQgCy
z<Q>!1AA@$hd4QaF6%wJG?9O1N*>Eow^SefRWFy`LcrOJ#T=qar8xAu~xUF+k?m|Cj
zitwo4D2Nhw&EwE@q72sl12ObM0@2UO(>oiqYD8qk>MacQ@eT+vG?_PAn81N%^mEKp
zw2HtvKT`S|sB3w&`Vi=icBJPvJd~O^0GOnI9h)SoTrye!rR(AbuH4-#jOkS}aHip=
z1cTounm9XMyRt?K!0mfTRTXmEo6}QQq9P+C+O8UdY?h0_$JP(MNfYLXkSJ#cgXvJH
zRUt!$JEgtu>C1`!*D;Jmun3&D>mrufLuF|YJY<vG7`nn`prHa};HK#yj*7E$&PK#S
z%7Ml+?X5gAz<^C8n%_X>XM8@6O4<=qn?$Z8XDe0ClCkR>nN>wTRsq~=5LW!Oz=iin
ziU$(4QxFsde5m%3Ll%t?*HvNVp6aAoAXy@NoR{V=J#~_fJFb^2-+?VK6T1;tyDO5U
zVS8I&KShykAR!`5+)Msg3mQ=62PB?fXw_T`A2F(ajwZ2ZA!GR~a4tgm2y5!#Xin1>
zt2)ta%`pW<WcsBm07E%wi%H$EoS$c7Z=(Exl*<#B&1%aApC~uWaz1sv$)0g5LqS@M
zPL>=g1B+f?cGps>!W~<Ji%K0)0+bgpDZ&>xbHH1*!trOVIP`vM2OiyZrq{4tjR7Ad
z%NiXbeKx)E5hdg|XXo}hC{9Hjhj^pZqX0J74v(ONR-n_y=aUdWEUgsI6UXYa<x~+@
z9eVIt+E*xzWj3Bm#JbU+ykuR})<9EwWr7t~9h}k2K&*(Iha=6s0R36w(8Vi=>1m9I
zFbcR9Cu>z^Rrdl#%G37|5vL`3HNq{!`#=UE=K=U?053D-RI&MW-2g{5Q8CMbJHZT%
zCvMx0QM8Yy;YB!2x5|&|6}@RFpI)Z}3BgULD{is8)QCDgib)Q(NwCam<``4Q^m<Df
zDzn21?^mxm^=kQ3+v&TPB)i&F$l5a6MOK08JGZ>-{F#QxZ-W)>&QN6em0t@<u_~3b
z!fqJyk<gg5toRCIfrHH&&Q`5O#x^&X7wFMcx{ibMSv;hSoABcq{Ns`$gjyvGwiA@>
zj8bqgt=D2?qn*Dg#Rnuh{rAe$VZ?{2vF!**YoPd`2XpQkZ%=XGE<b?maQvU-OHcmU
z`i8}q(1%&v@H`;P1bzx>JET_}!(qs~Kx230CRj+za9W7He~bBH0CvO$gc-|qQo3_G
zSw}2dz$aJFugGSWDB3_7D<kcq2A~A7m)!ZED!qCr+rrfN``xJbQYxyTeE1ZMJBR9L
z_)8CvKqKw0LYCB)h)+b!nd07;;yC$1Vk0FOFAu5^_q;^_5Mk{KI$QXX+1HK>bO#UR
zZrE4Y`d8$z;)$fcj_3o0(B8E(g8Xck^MZsj5#O&U(hIY)VLGfx4#W3YmJ=i&YpxjH
z6So|(xsmzj?ro!l3bz7KyOyxFE=~=)yrr5Ll%8&QDAx1n+0VJ?0r9;^E}p2@%=6|i
zdqk|y{Vo)!$K9ZtQd^h%YE#8l_<7y?%rYj0t0{Bd&-a4P$@o-X@G%P?OwVL6DOn%~
zE^31$Q6h>yTU_u}+(j9zu?@bYp_Jt(ghpw)qpj<2tHpwi*t@r&YvLR~Q$CsX%<crw
zqC1b}1R0Rscnd9D;N&UlSPogZC02yQE?RlML=Xu4XgnP3e`-GFlc-f|-tuFYd6%sk
zb3TZ@r0b@G^v>e0*mf@+2LWH9)LQz>R>Sa*ticceF!dwYZLT%mc4>YG#k{R6NjY?;
z{l;?_>C`(0`oV(wA5XEi@?@6*n%e(-%HK2tJ<)x`Lrxvyjs+QeP@{0rjWxFKffyM~
z+Vs+!$2@yjbW-rrnjXOx{>({wZBV=Gy|SSh&9M=Fua(EYcL|%Y$AD|sMi}MI;v=cs
z?*VL9)`tn2<-cHzh7}R<5*Zl`XZ-FQ3gi>o2j(27_E$qy_uyiyj_fD*S{=B$UQJ(z
zg;MWW+MFMO3E**j?*S!;yt~wfTed*kJ`Tu&@JioK>!3|qb}ASn0)tDr%NO|g+iRTd
zKYn?MyHtgDMthotXdgP`mlp!08|MCX6BQhfVjuU#q1#pg@k_phC4m!s#=pY$SLoq3
z_tr;#vE9Y(-8@Mx5Fz2NAGh7_Va0J?X?b9j5A3Q$N2lt~WzAq?f;p)#)|km#7`>Dk
z!t)mpu|V}w$+=Nba2^v_+k4Q}vtRaxlO=K>pj77*S0`LDYUP^#L6j*@HAO2Dr^ELm
zYy)(Tz`<5&RHLc@(21U0n7<vm-<F3sZ)VrYg3FBW?_(=6THirILJz74UA{4S*<(Fn
zd1cQHrV{=;7)zG>deP8c)Te|nH8!GKC_XPB$-Z-96OZ-f63mu3-Cykdn1gm<$^k_=
zpo7nMRn)D?*@h-=y^!q>;O=&l%$5A?xh*1=Q;>e&guB!6#B>Gj9hq;;M*QBh#WbWg
zPb1LO4>T`rDU&uJU%bv!{$N}*iwYL+b$_D8@Lj?*^rLx<s}TZy_ji8%pDsTyEY317
zZ;|)r=72rykQ~>9yFeiYPvo)xFrgjo|6t@Ef<$Y>@LacT+qP}nwr%dVZQHhO+qP}H
zJOAXIB$W&@T=k7t)jN2uTP7E0(Bw>qBaIc!VAFkNrN<GMC(44}u|Hh!#q#DB@d3^T
zb~_nVEcCKSCesCv@Cq%0BO=f=$#&U%Tl~9~nu()<8ZDPw5wEVbP9_V97BSYw$7`SD
z8)0Qlnf0%TmOOG`W`Nql@1QxN1UdK&3e6Ndyv1MZY|qgo-b{%dK_3a<b;2{|0ux%i
zbsfq0WXg9(-_;)I!40^+&12l*9%d;FP17sU3J<>|+O1dW^PE8MFn}-uB6k02N)9&D
zkfL5&Tf|<((Mfk$EvV)!VM}_R@Gxe$yTKRlie%Etf>G>*&syO^B)IibIP<GB2IakJ
z8U<*CZySImYs>aHexs7HxyOU>BLJdRyn<U@V;Io-gM?VWg`(R!jCCRl8pvB!e)*dR
zJe8Waa1`!g_p@|vauifa;=P5rjKFpq=p8Nz<dlT?+qPb);T{RQramFBM;`_%uU>;Z
zXr~0LWLg-Vg5pwVXGN#sB5Y{gp-Olu;Jzrj(5+<5doJqz_l8Wpylt|9=9I^Sis?p{
z52Ov?eh?CS%FP`Syv8G?BjlyIM}+_`dSwTHCBwwNt*u=)tsg9l8Bi3%*PlY!@amrg
z|24XPcO9d0F!Li>X$}J*@J5q}MuFYNk;Df11ON^P_VGRFKApag^Xuq8vBt=ZtQsgp
zUq5p1>`kt(^pOgCKvTOFI7?ky40*Wo88pXgCrto#9-&|*uib(4A4?@2mUm(?e80VJ
zmPegf=)RJh#Kr87k%z^rdGFFao03#7#t*H_-p2_(^tA!kQbaDdpRtTe9Rq%iGPxAL
z^19K&$63}i&!f<DoxT=v{(e_T-{EwUnzZ|w302c`Ch!H8H#QaT)2L%tP%8lF4~U&+
zPlT*gQb#vNHDvMeS`nwAq&=rg-sb*FUci<)nGjA$dOg5c&sHRj9DgPGo)%{H0$%T2
zU3*ye&q-UCWQTX8NeN1EqEVIWer7~v&q;Na|84|1dW>IQ+heazbhHIWRD}aRu|aP@
zj0<>8W~Yh-THsN8Rv%|;y3cCSJ;PhNV90{En!wXRbsS1-M;4Lv0*e}DjLt6n!{BM|
z0;=3pli&g?T#i`j5gU8pnCo`no{AMr(R6!SXoaIhrIxR2Mb#5s!e|}nM|>88$vcQC
z2bSLcq?^ij&T$|_H+0GW7U-kJ#DWje84ZT7t%$ywNs#Hy@nDo{-90XAHYLH1=cT?w
zy*6k(M+N))c|)-bA`LJ+tlmx!1m>jXgf14|4k(>Q04lvsD|=t_8`%-J$3ib8Zi^0J
zbdr(v9W~Uy_`@p3r2iL{_rI2h{-?@gWB&i_-G3^Ng^A_=|NP%n9_xQB@BdZhwf(2^
zEZgW{21whjj}W$Zc6K0lIbZ`ucaT{m9N=%^1_HGm+}$B=Ju@=yrl;M1`!07cD{p^j
z^sjtYyQ(V2RhBVDXK-Z#l;8*$h^djG@db1gV^To-2M1?|2M0qXL`w`|TY-PYqa{i}
zU7T9o03Lp(1hye9fP9lA)BX3ZQE&wSIMKNQsJZ=9qT*7r;zB_CM+XPL_(S33ya6DQ
z)vcZViI4?m0YO~EijmwMo*f!nn}PaDKJvr?YA|vAQ_|A14&>ea%X#M~Hm5;A6j%VY
z0dMx0GBefzmvN`70}SH+paiK6K*6{l8JW8}Iv6w7xtTdRG@%w40k*3L)BsrXndc`^
zE#TgZ4E+-$c<<|G)BjT@SZb@YeiJLWH2rpDasvHX{j-}e5Kg{N4uBcJIRN$(fR~L>
z0H)#u=k&%QeJ~gRe;Kg;DG@Js4u227#PO`>^5)3Q%-~+)$njyU<46XEw%{NX(v%DV
zI|DEP$nhWep=55eaQ44swPdSqWTp0Cerk3=@kpwm>D{dFd9T?s+10oMvof=*Zhp<<
z-{R?Ql+uCIBe>T$0R;8Thxjj&8r*<0yQ8-Q-)j?_fjHX&dVhdus|3zb{Fw~yjwY)h
znto1zlTzPf$Fjliannc;U=EG-^$t&s!2Wpv0`APzr~HG~|2TmDR2qK?eXsh*rWOVe
z4IWlO=EpXH-d}^xPizjMK>Txb{Q30$)V|q;OiV%3wX*^MO9iB@5f1qm_J#$b`tG+5
zxHY?gpEY;e$Dj;8j-K9@#@IbGxc#qrei{FsyfapoTUeS&&;Ksp?Q_!8gSh*n5`sYg
zbDR@E20uY2+xGB$f4E{J!=L=7-&5*nCI<lfKUJG;j6d=twSR;FH-4!>aQAx+$vC?j
z&>-`_!cM?wa%fF$^s9g7m46qHe`ELjh2MJ;zkSe&P7O_8%CcW&zkfw+4Q;JY?{Ndz
zmb(4+(D~>0tzh|oww18o)|RLNr>k_Yf7;a0Y#!Pmit!~od&bRfsf}*nnN=D=Gu6LF
zQ~FLb{H@coSRg8n4z0gOT7V3_xHEr?JvFHrH(M(Q-(nN|s{L&<A9u-#1kB)1{A$rL
zNzev|$0mmX?{4Gv;mG?VpRG}+0&o11Fa~Booc?<{0QNT@05mw+2!9-kbaDVq=lF$v
z2<-lv-}b{ZKnAIw*bm)=DSilB*n7W%*8pZOehA?Hnn(7-Uua9m_`^^JY_9)7NYLJ$
zR<wP;<7>aEKcneAC_R9tjlJ_YM8>Q?=-v?EU+7*{(+Bor?<h;do6or1C-|12sHHxf
zT^X7`&^@ZQPjqkW*q1&6c>j%C{reiGFTee*S;nB>|K6P6v7Nd%dV7F>OMIzE9`x^N
zANnSZe59|x>Bm70e$9#OrH5f!oq&F;>e`kK*u(rdyJxmf@W)?E-T%<Nq4yuizv-zm
zIyg9cc1r!|zOd(h!T&s5fdg&@n1@3&!I^&zvNHEqyQma}*hg~|2Pi9XZ%nwv>Ojlb
z(!f#L?OjqX0<7iO3-`df=2P29EbBzkB=dS=eU}G9SjVbbc|7?sM=E8nn+ay)j-F#q
za3fY<k%$o(t-`N8`TZVOq3T0E0Y8*uslJk+;UlH!PII*5n!Rl8Cl(#fuVXLmNYi*0
zl_yAylg)|+1rAtLV=YHv@HlDG6EJ>(M>DuDpI>HB#8%g-D|Bdh3+EhByn54ixwM~u
zqR*r<z_Ogd`AB>5@EDg_NAE#e($;+oac;BK6@Q)fy1(E9ycetAU?iuaEo8oIEK^pk
z5c5ZGt=0}g+*WU{?fng~2KlCM-Y*ZuXo$(3Os^-=iXdbhSi5NB|Ml$%*_6D9RV@vY
zMOY-bH@>1W{OGM+j`vk8T{YY;P3|k;AK6+cJ?$7A&8wBgxfM9nF(i~=Ux7<f|J<LD
z_Ocw3q$Ayrcfr}_)1YAu6<)FDl4B$x0M_+8H-H1J&hVh2@#3Z1jT;ss&)VEQS>!!_
zGMBu*SUz)dvq#4X)(PrJ)s^xm&CWjF*Q}GqED2jWFOqQg9aoRemp`rnT$Ke$rO&NS
zIi{0D@=Bl{vT>fxeNjGfnv`_8pHhJh!2<Ex+<Npe=UAjzw|bv^*Gjee;0$my>f<vI
zprI@dc^UWic_?d9nT7l8=ezo;-M(ttFn9_FadVtWcV+sig*7=vHd_pL1#Z=3*nucV
z?qM0#n!Ls^mTzJO!fO-bg38;$kTxQzuzWyA_B?_E8SX;kpOHRxJyd;*I`rzWe>SZ&
zQ|>JY5tJ3xh$xrb(FrPIw7{}i<@6zhBUV~(pD6vS6?U1EjkQVm$y_gdZlq?XI6k)o
zx_1^U71$V2N}93#DATKjToeoK(+Fm-vFeOirA1OLlYIkRiv<rY7@^qTT-U4*7K<|l
z@EBpasDk=<)~IWG$Y9IL#Uz3+W|R#?odsj9(pUo`EC~d|?Tk;hMjFgxg-0B9&ui~B
zmF<*1D-ZmXhEyJUXse;FFhgdVI3+_sT_<p;dSO;xsB3-vIUgsY6><SOn0Z|w-Y0AY
zF|()#vob=OTVYULCv_eV#QdmSu$*7h9~D(RR-n!>K=ZU3J`p24?k7c9-qG8x*YBuA
zqy%an?Hc2bH8V3cgE*omPLB#xC_bgx886{LHrk$D;aB!l?*-#1hl;+9AtNM|#rR@_
zFo~~kMDZFb>xOE^S<hQ#-JL6|gVV~XF$1ql!G9lGTT@ppfrLNAhSql?$2%avgf$;J
z_p|Ohc2q~)H^?FEMFEN1nGm2U>^(b^`dBzVBDov%?Eg)#q=W-B&WThe2d1mbNPp~j
z=qJwbd0-_jVAA+<xwN0(?w%@`K9DNSGjpNd%GP$((*6kEX|qNX>~9p)@hqTluS+kP
zQewk7x*TZ<O=GZjScCm{mi%JLkdlq7e~(5*C~T~xo@=Rzcjpjan*^xtDX}|s+|-_%
z?qY^b1lcf#L@U+KBWuB)#Wa<yrUaT+4MkeAb2K2ViEPYs+vy9wyTIaL!f;rd2Y{#V
z`!6;#W|C>3d6D^A%?^V<WME`Ky&<{=e9n1=l#Z0!Ci6<zYAP)7tw;Axnq1GrFBYu^
z^36L<zMrvZ=!?~@%h16r1C*`|jczv*@2bNSWWWliqh;i-Rmm)i8Z(@|<RpfUYHvC=
z;@G;WBkA_Zn@E`<uX>%xh2wF@Y{e)R2LTzSqSy0Xb`)u?BI{`1L;mB-_q%m3ud?j>
zY?z>RYxELqOFS&`mQ^5Rp{c%lg<d7?2Z!+snNmZi*HaDU{X@k0{SXkocB?;jL=~W6
z`K!=?2Na>~GX&d}@n}Is)wHzvOc(KvFn1q7cAM?y-nr^JDP>W3r+TfG2@HTV1668Z
z#by)_d$hARKgiQx=iz<6SG-u!i>w)kzHZxhBRSHP5c6~>$ng?UM_%q*i>GPC)jd=f
zJ0+4t8xB7rl_IAz9q6f60CE<R+$`c>>G@mB77X_<RGmJqL^I0F6Bh#k<vNGcJ4Coi
zxB(u0i$@s8^DG{$&ZaH#O_O_RA-(V8E?lI9SbCGP<mS0Gy-0)Y9d9e@n|{Z)bW;`V
zmYr;WM)5t-WVJZwG$w-5SurH+H695HrM6jlWTf-aVvpw>^{2wCY28e&ae|U>Jp_gu
z>08OMu9Fa|z_|x)1BNXlQ64XCXWjhNC9w4BI}B$TU{y$&6$Xba$A>MglH!j7sVx<z
z%$F_HJo4|Y`#k7BvCkqdt-J-tFZw!_Ch9%w@@~B@Fw_6kLm0*(jy@V>VD@+QA%5ne
zuET5}m^jwbmIq@09+0ZNc^_7U#=cVn@_2Pcdb`}eL+e-rY*o`3gO`hx#zb$5joY}v
z@@U24J9gJ+_>(s+N=z{b3U$-5jkU$Yyg5tU51x=mydt3tNlxdT%z~7#GM7}6^LB2Q
zVJ7K$0SDb+9jhNfy-PXbv1dlkR$Xd>&Dho1#zJP}1(!x1tN+?beI{g%r)dMDPd$)f
zRMd7W_4N74?oUZ-zRCv<d<3%_^RMo;O&%^-5F^a3$auBiUwU|ZGzmhb<iBGU&rL|=
z#rNOai3IAT5w8%UmUenlnxI$cm;V+#qz7T+anry}(s6{MlbwD-{CNgv6DB2cotn!j
zcH^xry7w-Nb?IL8esXSSb#P|}DS}@Q-{lZo#p$H|dG<l^xl=Z<20RTHK?hip@}+SS
z%KFBXRml9vqHvKGf-Z#kw|>S>q0&{COS(ybHxyl>CG(EDK6$b#w1Ijs0d%t63qeTw
zn}`xIYBdEfN#zNNA9m<Y%Ff(a#+{wV#^!gD#aMI>lB+Q^cjLxJ2_~7eeiJBk{kk08
z_T{CCB5l^fIUNVBx~Go@T`q+D8e0T@9VmzWM)%J+HP{71&gYdnQg7f``xCEm!uh!U
z;|gY|PWarIdh(jV>b)D{Vk+I&9@}g6Me@c8{v-}AqS92(&pj7D_<}fC*iOuP+rlR#
zqu-!O*~%r=yLGZ(3cz)Y=!6`#hk+UGs!-T)3H3oUct`$vjvTml=>#qV(9kUTlrEUM
z0TTUui1)rrs;?f{O>{Unmo~#z9Rhj-v+cEe(g)H>6=rckyMbO78Sh3&V}zUGoN89L
zz`V-qRgc6=9&uGRJ=w_TgT5)Gds`Fa>zmqkEAM9?@UBETpF#x}G3-;4y7}F-mV3{X
zrN;U39CABv<t<2116m-2<k(48^&kt(jvR(4TAxHVOR~+D_(rN7wIMIK)lOM`etLy#
zb>c%fSqgW41fh<Opqv95#3hTZSO?DrK!8{5b%T}grBZ8H9cGJOVN(FuPsR37V}c%q
zRw`JmQZi3EjHwPTR+P-*UUD9na=~2cycqqie1Sfj)#i{1&&0Q9uR<$$bO>Xm1g)e_
z@$`E|a%CsLU8nOWMHZKrp#?81BBKi@>8gV&dhPqjO5M-V7aZRd+W1YiV*;7ts~+H8
zEKAd5I<Z(f=PX^azf0GY(gnrx?G>D$I5{Nln<I$AS-m#;MwJn#u2RB#j!Q1rQfFao
zmt@qt1j2eb`eIP2`uu|RnI@K|1HKooUY;?BT%S}7Z96>J(};f~Su+;lmnQU{Uxq)h
z)ztS+Kqc&9FNLL|3?6RcpI$PAu~I9-)vL#7ka#lMIV^+GYcY9}TJ!XV9w;a1py?ni
zca|B47d1&YvJ)K#_e-5zxMH*f`ya?z#E>g-$r|6__nNtKf51xza)-e@qZWMS<A~M>
z7GaC980R7j>Z|9e*$me%)c&ozho#l5IUDY9#gpw#{JS@QyhcP$8@#94K^xykIJj$f
zFGg??<yq$c%ndW?k*4fxb4JMGrHB$IkezlQHSXB6he?xy5Yf~0;-E~`VP5#dv2ZLq
zoIRjNPK>$nfhhY?8S5jFWr_+Zjgp+Da~tV!_-OWOBQzG^Q>}#e8q4I!eB6pwzKCrb
zRt%5Pt`)uhXxz=fyd>!!NPMka$JI^&1f?m~Z<t_4qQBYRLg^Q;6r1=;fR6fn3hEID
z&2i=RZNJ(NkX?&$Qw$c0%S<P1$V`venInGFD!S&}f$7DP8yS>3Z`nyAtzL5Am_AQ+
zTJ{v`D-<`&>W+We4Z&f`Q#}e!B8IfGCHf0UywOz6!B4JdvJUYoA2QhJepCbL3&1P|
z)h%>R@IY{@P$tS;SYfo_%!mH<>3Up3(@=p7RXpIOU?h^n7_~qho2M|DK%%bQWk)Wf
z59OasFSh!2Pw3WIzr;kZFDr1)Xl81KRHQK6yDh6UwxJNTtldM=6}J!`_3`-ybw=UO
z=Hi2GJczUIwPk45X^9ypO!cy~jVGavdPexOV17-!EOTEN`GIW3V&R`<T6kv$?e!%B
znX&Hz@xMVC);x0c1jr@^kqpl>I`ia{Jq3rb7mxO8jI3I6NAOWMym=)BgzHr{#}+iA
zPmxy9!GZcU6Zhg%m4}pHguzkSF>G~LIZQqaUG@bF^;&YJpQ+0Xo+3%DyZTA5Ja&j!
zeE!(jYFhJA1&JzwOegqCDgU~8M>x#2!BRr=)p9Shpn}%Vwc4Z6Z*06sKW3Cwurbtl
zB`)aWqPe2=KXj_Z+<`LH&}UT{s1!+aB%fE`xfmG=M$RuUq}JtOo|PYj#ua@=?ED9$
zjt)dlBoe&DZ)a*7m<sSf$EyZGS;SrLs30^-MuToUg}DXEJ@3Pb=$KX^ZQ<zM+Q?)+
z%~oNwP#c!V)sQG;V9(fc3G|*aYh<K7$vo5E(5J}ZF1-pPB%&M2rMQn;%6bcebq*D{
zKL9fx4@JVXzF0|Tc-O;1iB9@-Z?SX8omV(E$wK^f>kF2IVZl}U&h%v(v@sawL(6z`
zt}gh8*5Tqv<oSUY6H@pDvdvNv+j`nGw<POhoMb2OlT4WS_l%P=Bf*~`^JN*_I8FV%
zFTql=;3Ew3=c_Su9-@C;s*_|5CneiIW(p-T3EGadOp4`5eE=|v5@6ukZGM=#*H_6k
zCwe&bz=WVAJ9+ty*`OryGd(B_e~r^jc!gp~Z)A`|fCWvN8hth@*r~@RJ$k+CcBd0T
z9i3%qa?_aivsyLbcA4u`Tc*+(8ry^9WJpS#Bo8Y7-xLlu0qC?QHrciyni)%eu@&bI
zFMi5HhbNUXhYm@duCIeY>pk7)vh?iw`JU8E?}H=hLEzt-V|3w!0^A1NZ0T0ZX;R0y
zojTlwW?>Bj5EVEMg0y8zpEp+62qKm9hW?#l^66K%<L(h=GG-!Kk+}eB(Z`l+FL2=T
zPy1Oa;qE7W0|h*lA8E`?DVUpJH&jlM>w%gVO-DO7&M4*UzP8a-4JT&8NgW`XvEW>*
ztd)$o<=R{=%kR&t3<eAFrM4~-?GUsZo_z7Y?FWvI@y@lT!<LhtSMZlm*px-OY_Ua4
z2lp4~YS6fHgVS-#;<T6YgBj*w*I4?M>XZCAu{b0lzS#QbE;Q2AZnflLc+sACd{H^n
zyO=XrazBZwy?f`>!PAZx{1yTGDJ~x_R9d4p1X!IV(Ka{Ar#r2U+g^(-4&L11c~>EB
zg4FijgQy5C7V-e)sW2_T;i$lcgg6Z8UM7PDTehs^V^}tA+t`OodGyZi!K%B1hsm)6
z@S-=1arCTn1-mXyxKVZr@C*B1=Qx7zW&GzIV69ZPhn5wv80CU`k=CK=-Lb96;vl9~
zWg}!|=jy8}?I=4GpDpJMyuI@ay*Uj%d#<awC{OM_Py=v7{^EwIoN;a-`}0O)rR$B8
zxi8lWpU^0sVDjk<Jmk1hGILH0P~f|v7i#gLg=q4vFjD3|_YOptL7c331fsKlw_5rX
z=^#f&@9QwCH?WaBzVLew7cb7@JG?7){sGb(fFYdX<W2s3`Tq)3HX*N2z4XMqu?NEu
ztTvB6WG~0d83cLne-JNKb~PXjbks#wOtaIy8XukKJ4D(yUeu-Y3I>+a;2qbS<|>7;
zMWss72%n{EZmI?{;Eo{_p+hnuYI2d&Qo~Y-$+i~sbuWt>$(2Al8C~&s)H0<eNB4NW
zEqvGwJf0>AtA}12uBgQmWG*G_Hn&A94bR@mLGy)WJsVH&r1g)tzT4X!?Fx)Ld%LGl
zFz45%-DgBk3b&8J^^gjzfTnHs%|~{BtGv!~fd0g_^)z#;IHK-GE|3+n>Wt^&p3|X0
zxe~`hA}oMq!mv$nk9Lmnk5iXB6uHn`C8-V~UJd1JQ+JV-<>|t2rwEtQZhe10ia_y<
z5ryx$6e-Qa5~o_kas-6Yf1pQ@^g@IdsmCl1CUPCHhB0Pl9&F!w@=$6!Qkw^9fPe5}
zncXs;rFT0Cos}QTI_=H}uqCR-^_CmIym%9t<_sc?>LHlEXc356X|44g^+d))<pj1S
z|7kb8G|gY>-0oN1fjRuNr3P<DyDK?2!Bx(Q6tpY91K8z_`k(jnC4%lgbsgV1LQ?U4
zGaMW%*F3T-qZBn@ZNyM0wZVgVfy}jqE<Gp=gD6ORQ$pbGhFJkX2Icm@G0`pQ)K&J(
z9Zj%cR$c>_e&3?VE)-v<6<-c{ld_eb_obC*_B%B=ObZEfPS%lM49jU%0qVZr;#c|h
zw?Zx0=9;;#`aQQzwTB(LScos}O<|@TiW@5w(iILg)4{Qqt0~<i_rz!5bzqU-Agu0x
z(K6AyMs}4wM}m~qE_Dnl(JF|o8MV~%LSxU58a@b16)sSjMOgN#9pUB_a7}{{OG1p#
zoMixBH03HKk-WBZ9IKwtCekS-W5Lw#Hd%k3M)$Zb0yG%neSe*Zx(6+BfT>TeQOxu(
zQ$a{EFL4Kok=OR}(`aacs5+y?NTW^ovylF?{}4NmuveHmf7r>NmjS#3*F?k5uJ8nQ
zs`IdUS9Y5bo$GxPOtY<Ufi6D?>5jKfX(=S+nyAb3Pyo(jd0N8XKBt<cVI1-^^vgWe
zW^XGP|5NOU{@H-KRpwXn^{i?d@*2e_atwb|SlnjRK0ev4JTkm<lg4uc@I=p@-6ag*
z+w(#(yIf`*diwaLl`^~5hVByCkT*7)TTWQ_1bHwvf3cpyK0C@gUW84xc9fWmpmUgx
zMSu9tyH)Hl^b6Rs)gb>|6nV?m8*HHFBBRo~4?EH6!Z?=fAw;CR6dLWdtnvNHj7|Se
zF2&L*>+7b<->4W82f=M`C$SOp6K>Iqx!0~R)s)FeVt=M9Z$e|LBuVP_Y9;Skb<#h|
zcQxIbZ`SBS$8(ElJq0HH?`&+nw#$R#=3(-s9!8Lkn6Bv7USrlL;7`U{qm0mB)=|rz
zPycZChbJn61xTD)+E3d7y}Wn+*U1Au5S9SoA@<#YdgJ|H(ltB*Y5~bIGaoNI_XK=<
z^I^hpLb>(B5fk-RZd)pGuXAfND4JC%2qQ7F!5Lo}e7M)fOwmZdo5#EeN#UoV>!J(V
z)U;i&(Urkl=j6ZN%BW#)s=I%|mM9%#@N?iZei<-#jnY?S3HtbBDopz4s3bpfVbwm{
zpZ*2QUriNOe8roT^=I&2+cd1(+}5-fiR`I2#t8_qv8SWhM^QKsYMa-iIMVb%%$Mr^
z@!m!Pnt8gG%O}Y#uYymoCjI6N1Ip`$)QmSptB=(dOnHDOP~7i|#R=B6N~&u~6Ni$2
z8;v-<=lD65?|hB0`)NPEGUXL9TC7mn&h|O65q~s^*0^MUKp6W3!qPHc;?dq3Zid?|
z7-K^nQ~fl{O~u@7#`Lk#&U>hiD5eVcOSX_+{_xjSd@dH0xN?bBa-O-d@6e|#H6)mh
z5nWI|Q#r)~cF`dLG{5wGNJ5Z<w@^E!5s^HDqdf%h&_j9cT*(LA9Z>T&I1htLW?tT^
zUdrr<0bRj~gl%60Um89b4IW<>FVs8049m6-slWEVoF~W3@sAxv{DBi)V=8!C6y-6$
z&2Q@EfIWe}4?!cOg|zDY1Y2Rj`_<)3OL@C5d>i+#v4b{icwqQGnO0?*F=18G6op1#
zwu){aIe`zP+D48KpKr>B1dM1<>xwWY;PzWkfnccnh|N75V%=W*j&r*l#y;Ey5tzS(
z?lvlZ>3}yHqgO}CUXu+^zs{B_2*wMA%I}Fw;{;OSZy3hAZ3^QWey0j#>mR>MmY@v4
z&_`g?WK@0lEZFhlsFmL*Yl7)J4uZueD*!*R;e@RH<1EEi6hD7-s_1Rhsb=?^J!JyH
zc<7WfWL}CmTRFC@94p!93sNXssqbfP%5EcYPyPI{q{udjh;-UO1a-Z;gx02z|KMmD
zEh}LUb-o5gQZZ>TL+b-L95>F?wv7!HRtAU|EZ6gVeT&K9q%fc&rxIk_(E8vQ%ydr&
z@eZfz52YWC2q&jpV_tU#c9f-Ok8b$a^u(OXMh&=-(|i_r)g&6#3J_gAdRZ}u^$k|K
z@FVQRfhFJR#D@7!rlFXRaS0MKb*m+DHt}A`7|>QcIh<yW<eNq(&EC!EKY>s={u5`i
z1e`ZqDsL8x$*iEzJN-1Ql4A1fsi1Kn+U%i^YuvfoTRYisLdEpqGIWmmu4Q-lCprs4
zVIrf<9i_(zx&>ynw%M`w8m@CPq|Mqiu7)P8Oa|n93xbD2bUCmw-_tl~*UISEz#9)7
zw<33LlqZ8*L$&V_T}s_#2Zv$Ab{90d+`h%i9>)U|f`41<Hs%YW5)&*jQ#&KN_tpSi
zUjRPl){jSDKN~%BZ%?HIcVXYe^}R|jRtPO?c9;dFd$y~ZnDa9!uchCc!^rlSugk3k
zvTAIzP{!><m{z95f+}tdE#Yj4fu&jQ!E)Uyiw-MY(Lo(ulBfV<czsnn$>d6}HQ8v#
z{~3sDH%SI3L<1A_>4WCuiB9RZ`kG-$?+v@F>XLVXf?uc#Vefa4kZFeVrly8*)2;27
zmKlS1<7%h3KpR)@0)cEN;wqP7kyG+W2RU15XDt)9IZm^>G`=I?`!GL7UChSni!UNh
ze4`X~fY#W5K&UI4XUit`91)DYcIOF!-x6eE>7l%kC>ds{rr@}*zq}=d(LI+$cR`W+
zW_ZJr#oHWb){uG+$7nKzdTc)JrlKiE*JF>fWSq7+@oH$!%F{niJ0~@3zhxqBjN{9K
zxZyF%%sGWE<6E6lTg(m*6})`Fvi*T_^^KvCj(H*ch`V85FdYs9Lp#{snky^?u$r<Z
z_*NYJnch6mETs0%49m=+hA}c`;L=&AkCAT#!r`VD&Np9cUW{4TlmAZFMsRz{4~zhu
zeC6}g(KUQ#TI((l#5_1>o9EHHZWHq`&2fWM2=z0)c{Loq+6#}Ga4vF?leW;6$lOx`
zn})1_jd%hNI%+-@2$v}Hm|F*iCzsb}k#xjZjqD+~hzlE5;4q6=c$}PCU$@O4L_+$T
z^F0d`>o3A;#y(tY^8o{vS2R|%0*myO8CD@_o#khSnRop}hcLqO>~XJ3XzYR!Mhwkt
z2zHsqgMOdL#5pJd#>Bkmdkw$TVUEjKSiee`K&ma6{bz6qy^B_4(=nZ?u!c(yn!?+s
z5n4%-jV9l?bR(1XYY~lHZ2M0p;^QipNTG^0i~w6jOJ}yTml7!%9Gd4-JT#N!g!I{U
zp5ifu#%C5sFYJNsm(FzQ$Of?f-PBQY%Z5z>pqL<<cSrDImsHnF*q-~sV-@uRcWj%{
zmm$`Ycyp=aEHoE3<`>m65Q}PqC3@pv?%AcJ1y6#Q!6XF`@vxwlxT!1O7=wLW)`n5-
zQ~npznLHdA1{143gr1+?<GowO^u!5hnTW!WL3N#-^z1{KuCZ0~dqkK|joXYdoJ1^A
z`ys)DwQ@L|(W(1K!Q>4H`8w%nj&k{@L3>f>-Ap+Y*&<x$JDK2o+g!~F@-EWXII-&{
z3@0D=rD$3^t^gQmA}h(bi2_%}y4uNQM6|>vrTav_V3I1)L;Zb?b;39oNc9mf@#5PX
zMj#Ntlbh9R%lz)-l~2t1#p5U}m-Z3308;lkELbotU!;x29qFcz(XB-PRZ%1acni0X
z^-bdZaE7FK@=~Pi6@U~k1=sg4A+l*<)L2wh<FLqhFrX!u{8@%iQFa%>7nwTT;JOx+
z_cB0Y&OqZEs6mq@Z+!!ea)3fL<XBy9Z@}xbSd-2rR~Wlpah5`75zX1<#CCcDQ_w3A
z?pv`GZzn)SJy>4rI|T`B&9-UrkX_ASAy#yIo&my`o4=)r=B2X!j=T9$q>ympUU!#I
zUfA=@0^D-}WMF3e5lh%<cPgv{eM;5o!^<$&&Gx+WA9**(kjxGK1{TVF40mwc{E+*6
zd1;rQlwZE@1Ghk?tqdir!nJ68e8cn}g-nmWOj}<BL5yx9FFXfv*08a~OH#g%F@D`l
z+~+(|IHIu9Ll8qTynGn7qOzxU814;89CLu6zfw&Su^9L=u3;T&lHlQX$<XW@-!L7m
zi9=v+HPBRwsQ;%ue&JL@{{>PD^77HiLL25kM6ZGy&|VVsIopGc(<@V{u7lmn7Va#a
zJ8<*7XfTe_^M!?kG*J?_C_GnVH;@CwcA>%<(cpb#8JjI6V|UZ_D%@vu4^U?0wpC=t
z+okz@67%3xMpVkwCv0g&oH{?dbeMDot@-WpR9}q_pNsQ`xh0(B?LKZjsd$$t(5INM
zm~3d)7JRzMll4lmfnH;uuQzV)95X1C4a6yC4UHjzusMBq9MNUHoa9f;UUF7{`3e_u
z#ZKH&-x@hY75~NgmCN=|MtJY=qTV_|qrR8vfIF76e9O5)I6vqqhs-Kvenn;`vq#S*
z_W-popSXy`L_oaaXCJXyJkxl6TGz2w?}UFo)%;oQ?eM0RMd6gK{9vD24Sj<he#IzV
zR&D~&u$y%c!uQC3B*g;cHa(ClcSX<{$i5X=*Kb|EWN<Ub?kFjyAQg7zn8%KXd>pPP
z51abQ9`daunRzmV;;{^!o6cQ0Iz@YW5Iz_!BDqeEh0?5w6fQK9WX;BRDW4kZbpmeh
z<XmSaMb%+saf>IifaJ`oEjNvutxqYLZsl|HbcllLxiAB)JZak)rvw|8AEo%tQk@u#
z6xzytDf0B`_auqmxL?S=Fe3t{r5f<U`nle{5-(OBZD`vl@=(?wk3kt49fFnuM1yj_
zG&@@Qq7XhiIkMyYl({y#8Bv|~esssUBy#x<M1m_pOhY-!>MZgfk~&WOMU-UsWliQe
zEzHr!Nl~nXqC7G#2}?INGqtM-8&L2$q;;}sUgPZqdgC0Hs}N*>-nc~iLFa&Md#s`Z
zUGA>+&tM0W-fKW|sfaD{fjnVcC@P@wEG`}hrScpWjuVyz6cUpihH4)aDO4LH+EFo3
zTHV5`b-LKd6NKiHq!{cOg!+3^mWk~*ixD67T?O7`kqk9@RzI(%(ya-7i>Yez1yHA<
zuhP*fwP+lGn^Z6^N3cabc9EPEQFV-jIRSD(<^3jT(*Sp3;sU(r?@t@_W4l%31g6Dj
zcrmk9ZyH6#t+k&e%M@_5DZdi;bV|zA)XM2anIptEa-F<HdcG^d!wAT?fRBV^kbGP)
zxKeGQlA(MkYo~g@biTeOiT%YT*;*DGb}<#EvK(EY-m5X09Q$;+1^U=*_N>w7I$r<M
z`8RAKlpspq%+XD1>fiRj5=@s^Lv<*d;yE@$4oH5#A9PU=JEA?0bwgs`Z{y|Hfgh_G
z;s6$(!W1Ppy;=16lkHz^Fn2)m1nUeVe(9;%h%XO%`wB3A{4+;^98yts1RcKIWpoTE
zfy>VbiDOHoILc&&JBVUOAzgR_pK^W7xQ3*hHM92f+BGP?41zWdjdAx#Y5JzeZF*gM
z`+t5S?2@6v)S&bvEUhhp02?dCWXJ0ep24iMW68CkXxQA@c=5IRh?)w08!*wOwqewC
z@LqoYgQu;%5>~?d76Z`Ra@()LOR=rQ959jYFAL$+gV=}#9J_0)tSnzxU0r*`rX}kS
zklh*acBfM*;<{jG1r6)VO~Z8<$#8T?54YtUAz@pR7u>w3P8+{9s{v0)y~|m#Jt%!O
zYtPW-wS#U12zqw6)^K+m%DtvnM6d}}@Hx4@HTzC*gsu?ALRt*3PXbEjPGbz=I!a<v
z<5Ykn{HJc!j6CxdTi8279U6~vmGaLtlJnt-s}7=aR7~9;*Vt#1hWyKl5aJvnhK0sK
z4%pw->K;yx`D+&3CZ?N1#<uvJ)M>A}!n%~j@6D-2b89IuFC`T-N7$TVZX~8@nPYFB
zH!-9iu+0wZu(26~a$!VN6iQ!Zc#^TB3kqA5A#>6H?KjpI#kMi+PMq7VrYN4<_%kdu
z@;)7&wvme<LQg<7z>{tTQOy@0TbLV<B772@o0s`9i$#R7xuN0`>Lget>A0qr3~G@@
zd#My@sn8<Q<eUWLUP0-k2rvCCTMawt^?iQIp%y&R8k=9~Mg*d(HhGD}z7Dc>EUxnX
zOC&{gtu@=wNW9VMnB#CA*x2y8>-}d}j-8`cs|<gt?c7BuDPNtLID}IHk^YeB<&`|$
zl-*h>DHibRO&yo<^dundHeocB&da>cuYI?7v+{~B<nO{7U1DO>YC1m$t(B;~@($mU
zFMmz73CTi+71_WY3Q-|=1xCAHdaTJHjN+$D`!jJF5l?nYQ;NDRa*fFRJ^qc<#!EE?
z_#S2Ii*oa#2uPRtErJ1G2Gf07y#dxlD7!>zv>erL%&v+T?}Vh<5G>;mNl<i|w3qy*
zh-TQ+>^hcWdEiZ*LMRE)*}VW01}Z?mWq?9CS>RbUjxd6Kf{P=7ymmf1*bl(Eui@CQ
zMMuvqGR-tvdZyNsU_v^IKTe3xWh{f1*8u+rPtU~B?PeO35x@_}-Wmh69nlr0#O+hJ
zsAb3z2qTYR;mFe_?i+l(-@Nf{&eCRut4Z2rN9{#%LP4Z2@5xC7)DbUzXD>9m_Z_~K
zQTla0C&sE3_f=JA8_)-3x6zWEwQo2y?DFs}UWD0{k)BlJtMek6TQj*qxX}%?f&AJ8
zORVc!{umIEh7>600he7v0LGT74051D1<DBd+<M@xY6^X^kvY!zmzeM`7{Y&NB-3o@
zm7pyROJiS{YJq4m1<oE;_BQYz$TUqay1uNN?zX9;78y(6uzxnx!0Dgjt8}bgb90t1
zaRMp75l?o0YKA<s!{tT<Hglm{AeHkuGZgRvn??4-;ISgnlAtV#v4#PwmGEIK3;JRK
zgxxOhE@&{+D7-tvqS;WMZ^3O=0S;_PJ3q3|N3vIo9l)n}-|_{bny?gj`G)qAlvpO8
zUW@I0?GP&iblxvuUES3!CwkPT%pZapY1Eu-ms^?SRrbl9#V$Vd_g2|ag`jpTIr7m6
zu)7QUKe2`>2;NE~J9BjW=W<gqLksBIuqeb)@c~vB(+^K)-!WIn%mk{pMYyKNNif(t
zqrt4VJ$n?EwPzVF1=gE|mTNK%blyuSX};2z(t}p+Y-b9B;R(#@>{eSN9G;-z*vI3P
z<R?cr4b6Res`+44UF{FkibQ}g(N4(*qNCAEbEDUb7Z+)2tZl7xbsHucR5N2WJZz=^
zQ)Y8KNgghtka%L=VCvE*b)W1qjx=5)5O?)E%0Le*!?h9mS5u3mSJQgRgHhx1Iu?Cu
z3Tvzohct_*^VhfJHL%t9BLA|%^HH0h35?KJNz%)SD{YB^H}%#+PcQC9-LOi4>_1=~
zBkpoq<fOm$40kDB@{@dP8j}2e)UN&kBCy36hj^PE{tkOCbQ6%t9<KWb5R%3$vXt-m
zx8s2pwn#Ap_fZvL5v0l{+sx`RFRvE=cghIT&3jtHjV3MNRUeo^W1A-my$}k8ir>u>
zd?Z%cp3DtuvXnteS1`7JtRKQye@32*Mv`ZQhn^}BfzsSx(qd^zu5TY@ydgH@RJ;OT
z(hSWtT=!-pOi=P-$tHx^PiFEr8?HIA@0~uvFq~ce>#nsOn)ZI7JFm@g_h-#0$=$#`
zpF4oO+&R;LXzGT53wPN+%49NWiG7u@@nPeBs&p`;dSKWj>x(azmujUHe$eF?aaily
z;=bC-w~CPOQ2yY-3|{arXgU0k?BPnY2qN8h1zOkJOLBa?5O*lxY=5F&_pTLTbT^r)
zpnIIDlCKQPHgF}xV-M3d@oRz=ET<V(>=S_{eC5znX=(5u&Qw;ZBCGL%kE(6e8D5A@
zR>YbM1%6zPoTfSX5sAfg`R;}%S$945_J#4Hu|)})ztJXYD3&lnLy#PrR1mgu($a)f
z**8|n=$$mP!rI<A61!Iz<q>$J{w|Q-R$+&E{geP=X{C|3k*T)X1|7t1k_*|BZ>ht~
z+bP`SsPw6ip<qwmFZ4NPu$5OqC(+5hl=0$S`5UY$2F>?mF28$s68)P~4zlDhaXQoh
zuo88N?9&|hy-;6MtX05rvKScaHT$iARxjU!|Iq&i$#Ekuk}zCnAmi)9AGj^A6typ5
z1%T@cxOMlWJ3w<+b}pMlP{#9yKHT#4A!~7?4E?MQfbA0J<;a6wd9t!WF8yMKdd#d!
zgutVnR%w`}eBu6F-L=mM_RcC8$dLdMNUQZ^Kc`;n6wfiRh=X`@<#0}CmTfw&Ai<hD
zpZ)f{BpdeV7B#YjW%B!-F~<qTt@`QAt5(MmJi>!RwVcrs$!QYtA<E6y@D{7Ekli#t
zJCWZSyhg_^d<-)UMH>NMubJ}w=Y>(PGagsmIw0ioM0;}=a^``p+)Kz%ExkiAY|G0T
z_+l62D}x<abpqq)c2_ZzPTwwvSzubONeB@%eS9zKLo=}(;eiMJGL%|a5<)N0mcFL-
z@&O%txWhBb<7YptxLp@M^5AK6Cm%yNsNr^jY=4v}(R5UI&J$-XcU5yqXgW9Z*f=9x
z%ds)l`SYPWsfnS<4b|FQbC>~Sd@jSUzOA-AYhfBP#w(m_`mUnG)D((E8<~k?nzF^C
zeHmMc&}0nQZdq2b+EeUx>zxVNqBDGPqS1YfwB1;*F*}o3IgW%hR$snxVYhEqy8$y-
zGR2rqBQC=IDOVf9zr3;}!_~rO3>OzuT~%D9_C~qwrhEzkj0%>8s(>H7DG}7PkIm>L
zkgzP-npV@lBJR#Kv{@e_xKJ_2;jS~KHGD)xPaXo1rm4KHpi;kv>}>t6;4eLayhLTR
zcF3)I1ZSRDviVUZ+-|JoOM-6z-&M(eOLmUkKWm-`tIH*wrs1sY^9>@q2miA5c$+1h
znUs@5@!-+Ijl*$lWNt8&<xf3PDCmLmd=G{3lkaReLwKviqt}Bx#d12i%=pl9sqV)U
z;+5!$HsxRY)Udm0`DF*o^YIQQ2N)*K`8g&l#vz;a9az$@Z<py#c*M7b-s9jb2J=v+
zWI0|qe(Uv`BR6w&3L-@fb)}wky4Hs<v(x_h6B})#&jmm9G1U;OR&c1+YVJLDP5BLJ
zW>RFnzjQGER6(2O$BbsR9(MYj4-GAVqeR9T*KR<~vXfQuClQyh2&Jp=+s{hr+#$n!
ze_8O!rH+g^=2x9t7LWmJkx5wbT39}0#c;z(sJG#>-W-o!dm@*3w6hg{M$9tws0U}{
z<-leGCqmwM!c6eHN}P+`<yj}yV?C^}rc4=+msJu!{pK|u*w|H<%zd?5m*lRq<b`A)
zXbV@Aj;k@W<!|gqEC%&A)mqaX+}gEFqAE~TmC{mwRd!oE>6=Y>>AVMADY{Kt(Wi)#
z?^IAY6FmgdVOpAN%3P*P_;{U@0RPx-`nV~=VzkXZ?yo<C=_V&%W3?l9cM$PFxa=Bn
zEyvl<ox&Zt7+32;hYbbi1o70j5{X6SSQ<9LLLF@D0iSsvZ|+A7TV(<D77D<x2YH&i
zf_(i0Vi^-{pnpfuZs9aZe~NJW&&>3Frd8dc&o@}#!Rq@}KvWeYqo0UD1<~!L1XO8d
z4mp6vlhO8j$#}XFQnr6UV4SEF=G>pt)4Ydp(fR2}W6oPkNemfqbo~4R=s8Z6H`X&c
zgJ~-2uq?--^Hyjqjy_LIw~%@)P?tB%UFLl0GoTv0fcLSM{_!T9kL1myD+vvBUgQE+
zdq&_PFsXK9y?W3a?EuCe8)xSV@soNSGa63nz)gwdzK)RTxaFR~bm+)q<nYye+M?VS
z0;x-<ZLZnC)FpqvRw+4-Hmr%toh^UPXE)mK(2Y%bo#$}68gFuYT}FAL=vo^yp-^xB
zkbZ#6bL>$)iS3EJs1o=2w3su?$A?TdxNcFE%86L#j#Qi8G_3F6Y!``R@;KD{xsF<I
z7=#Q@p=XS&hBBh?qy$0utcEsC9O>DusrTw!-0>BG%ph9S&-wXvifie0_dJa!z@F0u
z<35j@Lhd!_<%$>sT;UWwXLgs}!7RNSTE5?}oP_eE+Cq1e2<a;@?)`Vf9#JM3fN*Tf
zGnGjQ2tR^@?Jc9@%)Eu8q{J8H;<R9Mr!=AOcovlj57I!Np#H!is~4GAtv~NW;OgnU
z`O30ap;BF`0{C|U{pautLsg!rXU%##AzQbUtYOgOWf~%_IE}Ua5wURBM@Lv4$u8-w
zn4r?k@yq_3gyVmS7pjbtL@m%OFgNjiQJT&=)K-w+W+TpzZa`ZXqp5mIYW>n`F9}Zq
zX2o<;s|m<Fi43WM@VmOo?KD_^8HKfdlQB4rX~te&4bje+T~*qFowX>=x_CDQ;U?|#
z19YcY*9BTYE_;}0k;}uOW&@wk91w_RnHrwO4iQ$85Gg+Bh-<~jhNA&7C!bPR{4Vr{
z={N4P8T+-#!EfAkf)|FtrwKTpUqx8{k1@q4(R`6>mH847(z83;Ym@F`XE+iK5w^Hu
z-xc`ScF1!(1m#uwdL<^z9Cb1babNJ8R%ew)L+4vYQxAt)mSqJZ?H{M1y?QJ|o1fAT
z>&mx{zO3)@wVc;}gMg(zqiiMXcL{XD(y0lm^#H5WE4OHeZ5|7Ly~mZ^mUJ4ZkyWrX
z-sj1mAwI-{yiSCIWlp)3Q`!1UJ)o4G|LWfhf{B2da|v4hGUUwsOeTz01Tp>bp~=m&
z$yCBx_57SJ8r+#sU+;+DjSimUpFpXruYz2K&k6HCmnyCq%$7Mhvd;9K%tUXr*EP+1
z0SK!|w|siujpox<NwQA?UIOKaqLm~QL{0PoW-Z}`B}9^m#0P<tcdJiv-bGXAxYOX{
z+f;fv*&y!Z#syL^ccY?#_TR@8IM03mSn{_QQ+^1gSw)DnPe%~gH8gc~t%TITayd-6
z4=6mN@*kjEicM%YmW?Fkkc;q`lQ>(_PRqMJ7}CLZ2vlt1+<vm;mHa&H)wv75mp#}S
zUOu_Vz0a849DLPH<4V+yiUvbjps?9O6}llVd!)0SBWIZaupVggxaAD~TlP^1!R2Zp
z3FviMOw0&52Rm@29F@QK>>)pHm`Ru@1juh|<p)p5sKNZpK96OW@f&E+8#O{^7uF$I
zsSQ<3Z@X%3TqeFZtHVYUT}Gn|QDH*e-hk~*-tK%^N=-M)(m}qakF6F1jlYDJq-fpy
zg_GimUmC;T$%_)t(XIF1pf}+bl-U3=vbEDq5Z~(`k8(PmI)E;DZ3RW97;LVsaIz9O
zGe-gN8Y`o}+GnezcO5@MnwR#G;Vk<$<B44A<YLdWeFm~7*&T2X`2v5`<r}!s85h<2
zq=q~9iV-bn@x`!e+(W^A9N!v?Yct6=U*kXiW2Lig1TV*TepLMmg#6V)2||?h>t&I8
z??_o9J)tBsw|QqfA)ZD_*|<$SS`*4mamXVwteOM|lmFus6H=l&ROiKul##fQT1f2r
z)Y*dJO^n$P)nUljrIw1sxlE|!V8c)ACF!4EZ)*K{*Dh<Mw4{V|`led6Po8>6zNx<O
zU|z;z9B`{w1AOa5?8n?ZLS6#rO~QbF2~aIk+|<EM5jaa2MlQaJj2#8$$kptdK81XJ
zeW1P&b}qva6A%G+$*__fFxM3q+_pI^RI%LF@z8;N*RT5_SEDse>@3hP4RyURLts1T
zwcQljssjQ5oJY4+Km}4pPi0q1q=?ajq<&=L%^Yt*gw+;f4u5L2`*rPD*yo7oSS}65
zANGk$8mS}1WuM&gKAzS+Z=?_#Ve#x<h*!r~Pd6Qn`Ij+Wd|#@9rdU+lUXnxquN{Z!
z-?v|>r13=|uUY?u?lFtdU+g(*e@5a*ws>S~%OR+Tu`k_FIUn)qiJ!s%F=GZ8=zhWV
z#{P)h71JBypCukq)1K&Z_Iv=5;t9tRIF;zbE~yaJGgoR>*K$J01y$qy6=8O&Me_1k
zCe@h%TLf%@Qss+r+sxZ3?|9@a6s&KhHpisOjG>7CAJciH8+1UAWwuIy)%qt~Ql_8?
zTNBwvpw204Sx*BW$3?ttEx#c5#V0F9>hH^CaW*C>7_Ll^;ui!fNQW?-@%;1nCWmm^
z(z!?e(6r;~>v=JTHyg1x{r>mY3ryy@3yfz_TMB9`Gf+wRO!slPt8s&>SX_yp9TYp7
zF>aFNO|!%nzUoO9(#~c;%ZnHiNif%4+)$c_NXgP$E<!kR7>Z*#CYC<?D-kBg;`T*)
z!QeFv_Y9N%$y_kY<p^?L5)F}UGi?r`IsS=R=PLR@`65A#9-(6H8s8;V>+UHm)OG~u
zWVMQ4nesPKz!QlW?OewVO@N#pJmxX}zDz0Nc3PR2%HSZ*a;L*!ZoZoDg5Pw5KhkPF
zzb$%*?ei2!B71Lcm-F=LVyK6Tkwf~Jb*~E9HPyKutOvK_fmbD_@b~oE?N>PpvyjR$
zpNzat1mN7H{*Tz`bCWQQ<WSFMy``9LXIx|ZW|Fj0WBHvt;$b`2#*ramE8jB$X+*5U
z2m*y47ge1|PS<wGGpWvi_bbM5P+$@%4rHlM_FClIqB)<f{*6(4c`MysU^>{LK)s>~
z`hTT7u(!vFcyneJFG(_1;l~WAf=YCleheze#qCaLdGV`98CtQCs_mU8)`A#S#Cz}e
zU8hPZ-Q#%%Y<Vk;FJIOErtqP$rj`7g<-yKd&BetI(&uOn3SuQ-^p3og{j76Tq9pTs
zp6dvz7n$TC!tK#NKr=mJy8n|ZvoH}b5ZD`8LGkcF(JMIFo46XAIuTGfnEa2%t~990
zs|&l-f{{g_P`2W$4YCMHUJ^o30)!<6B8w1^E%HT43Qb6W1VltxWNV`+U;$aI0)ild
z$*@|(4t|0LsBD6zEK)Rp4Nwq~Kwq?WI`e%q?acjg@44sBdG7gf&ad-4bTZA`7(`%D
z2oP%kL)wPZs9ZL51DQV_gV`)QDwhW6+Z{GRfjATzWd@p>pit(AP@o<Pr3d*rvjhLh
zg&a-|4W$JFNFtTVp+O+X_TC6$1e1A^%3^I{AqNF>0BC){WCVE8!Z}cA0F8hYOij&A
zu%^Z)2<%6!?-2q=gCl7G1j^I^V1!b+K^z(ti2U;%7GZ(_4Pcg*TiMw9I`(fVAfE}P
z0Z7-A-*|9CU`Q9h1l$rw4d-wHDAdRCZAeoUgML4w{V$|b=e_;dqu9^R4^`nVYbA>%
z2$<{+jLUOXhM-wtWII8JoEMg8p0)oG<$gdDNB>A8+}WdE(eHEk!Ll}vbTwTNOo)>?
zr0PJ}?AoSyHxj_>Q*Wo=sHn4sCiHe0?wn^T_{JR@i|c9$Vk__Ng#9!viZ5|->dlI_
z?NT_(ayZJrS}L=B(0B26T#QFm%dZ-*G(z29wmXO~krWh^wZ}f23dhD@*m+|?z$@hS
zELm^oA9ubJjYAT*OK>rUUr{B$rX~-B921SZ7yE10*cirkh&}PF!*4s~WOHYc^rG4d
zI`~+;zq2nOvi_$pe^8w7SNT@9{;GAXMb_+s#&Sx^y=)}Hd2WJ1+sr{~>Ui=rPB}aW
z(1h8X4#Ml8#XxL%XZ$=I)w<qrl4Q}qXk*G{4|P=U-aCp5i^>^4L%EcEQ}>6c^UqW6
zBqmyItXU;3SvEH6Wk;Tq>dz`3k&Ak^xmhLMWP5LBOPglaX1~7MG%Zd<Yjrm%|J>73
zGTGKrcW+85Z|2G=bT_^yS<nC6p(m04_;-PBWvU5{h)VrMBYO4nWRkiS4h$@>aC@Dk
zj%*)3NW>KF%SE=Yj<pZZFgjH#H@Z_UyWA2OZfZVTIp7beF!CH7QjO38wpQ;P=gK&M
z87S0AO8(8Q@CD{#_vG#Svrhkg;8YM6gU)cuq#VmBJg68$Y86v18jHTUJ{}jMCDtIQ
z?K4;~YpV^it)Oq)y<(89Ky57cDPP9_(k79lXGjh_uesAYD8EglH?$PJsD${ft@5<O
z&a1sE<I~Y=MFOK`zYsOQ%rdg^s7r=V0&$gWTT<Bn3L`UPFK+hf&>SoF>3`}{qFfPp
zNi<@xr-9r3_Lk8ILdbZiHYg}w>WRjVrTv^zdO36MJ}H9I%rf9Vc==d8GxsiE&Ef=u
zt41pGeJAnt;1`H|e|*~8Q0&gtk)Cm-u|$!(xKqO?bh9ZNmNi!#lOJW~H}_q~6x?(s
zNFaI5n&QEi`9dGtwXqlQSIu2$Lhgy6l__=Z*RtgnJA#XJ;zf05^RF#cQ1L_Q4@ZQP
za?HA*$4j)8JYy+biE?T(!AG!vjx0*-?fX&)8mWH{F6Wm$azJv5Z_3XwgT6nEZ#8?P
zZC>R6>Y>8hR180Xf$i+e=Vwfd(1I@_Qllcvt~qwE(ld0)WohZt1D!52=OVOok5NRU
z<*!$s`Gk?sY}aHVZz>?Vw3L18#<#&>a5Go)tFZ2-!gH%m_J!9R&?AznJSBEib|$?l
zXH&E5kvu-S07#i=IG&;ROKnHBw(z=hNjw~`UOTaZR{~nBvb>0-@Nkd*2X|syhoTbk
z7M&_{Q%5X1(Cc5w;M(`B$L%`bu9OCjo4QCoCFM^Vi|)0W4-Wr_cY5_r4`orBVIyWv
z*{vC>U6^>sQ@q$QPI6P{C)m7rXT9Icx_*5(0F5WU6+{^d5yaT!NX^R8fqMFnXYDGx
zUHkj`gcqDm_q<uHHj9uQ-te4AxVQEo$#VnebyYlhN^75wgSn2XbE@9*&J`x1yH32Y
z+=rYknQncleN;l>$6Wc&TXIvo&P+a_J(eRWm>x+BX=gDr*&SK4!z)zgc~k5<%ij&|
zF1`Drt~$--^jM)VL9I3yUht%oB-w{5cjo<{W&#me{MAf8R8ntu8XbmoWChZq06!Ff
z!BAjGkKkw;w1Xj!1AZU?abZ9<cQ%^~U_j`-`<6SM4ZQD6TL(M9&jM#g0PW3eiFTkV
z3N*vuK&-hr79z^PqKP(kXdA30@Xsz#ln-1SQ2EAvsNVmge5*cbkl#VrYu6WWR&GXT
z?f@Kaw>OdS=_m27pHw6{Dip^Nl#8ta+nNP(z&r-i02qhR7=07=Ph}P^W&M89nCyR&
z6olpuj^=pkOr2;ENqG=cx~H&EMOz?d{4SRoyC?5Z!DKDJg~+HF2<4qE<!FtLdc84=
hhHpq`RjmFu#~dy-oEsGmWfhGDQ6?~5U3*s|><<c&&2s<%

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_BLISS-2000.pdf
deleted file mode 100644
index 9944753db0e43c31c7686456b6ee370c4c5ccf34..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 84740
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
S7!MXE#)d{*s;aL3Zd?FZu;4cU

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_CO.pdf
deleted file mode 100644
index 5024603617f45cd5aba01fd1c9c20de6c4695831..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 72406
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%0Dq1v#$p1_
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%0A381(Ep?rlC@%E|pz(P}@@HO;dz
ze2>ZD>|O3xD|XW%dqQlj2Fb3p%(QmcmG06kQ;^xh5;4xV%m<e)gI1MN-#8TIWh*?C
zF`I)&kK?(!7SE?G+xA+$88JGgy~XKUFMJl&XZ{!1v`zxCtOvs@DaBf#KL^`XMMP3)
z6k|Wmc13fSUU2meEM0T&g+ImKcJV(*9P59QIQIXSy8FKwJl6ko7PB)jaQv@HoC~N*
z((Mb~HpMn01p(pI93kO$v;-u~Ab{{xAA^e<F(D~w0u=@6-=e0XV1n&!T8caT!>q^O
zY_HW0w`r|i@7tZ(8aMvg(f$(aK63M*x=<?OJqkWR-#8Kh!O1=m7yuy1`yhcp5geRQ
zh9u;t+VsDJ5D_jxgnJ3U(0TsBfr=KHL>M6>mV|o%u5RT1{s;mBDoO$}NFYEEfdWXs
zKtyo~0HSr^Q($?+@CxF6`F0{WP!Q<$BvUhZA#{(m>Hz4$*aQTGgnxeBI0R-eBZ39{
z9Q@HROyOO{)Pw!A0l*+2U?LuV#G&XYy-+4ZkszL)o{qq|JMW3({xEI50_HFz@e1Hy
zfQfnv*aGx|fmsA)=lhWzk{<wIYz%Jwtid9*P{{wQoD{&$GC-i%g2mm3YYiX*JUajY
zW|j4ifkycOuX+b}z`uL70|5F0`jvZS|4=8w_;O>w021Wr^xxlMXv6J8I{^Vbqp*G`
z>{56IG-#WqCs-SY4Tu5v@;8(-ux8nFJ2mic$if4N!n?b5w?iPA0zDqN1#|vjCAw3`
zdZMN7w?#pinNi@Fh(1&Ii(nu@3GDe}zn44BHGr7ou-gl+jj=WIvWmcVL)RznkXFg9
zB708{VoUT9I}H~B^w*z6L^Na=P(dAF3EBw$D|u&b6ZB(~@@_IJr*C%^bRVcr6dv$7
zY+Y#HPo(Ex!88Rxh)dYV=g&V5Cocj71b~eJ0$LZk(Z471J08O(Z2OxvKPf)Y1z<+N
z@(Kcwr{C+>%PY7z2?pr)@B{z#>KgzSAqM3X+T};~(<-lrw-0)EjEn$yC;1lw00d+n
zp3zaz|CfL9pV`Q76X2U%4c0CaK;r8h%}4h4V(pL~u<a)z2>WhUX9I%8Iv=3sH*O1u
z1Sl{MALw^i<rnwC&-ksD=9fO<*G+ih-^8VNTc`K?Hw^m<#`)m~S|D)+Hw4We4Tu)_
z%}*F#`1h|Gv=y+k+mC%M7E}~kAkG$?tQjAmp>NzBKKGO?<_T!?d`LdQiyy_~=+9Z|
zQkH>38QlQv%jITZ3{b$&WY`M&5aRc@gYe@+D|AH4EdM1{KOsb>J{K|yBB+17L>)UK
zge<urBBFmSfL0uvLhY^$7{L2J1PT|3f6hF<L8JiEw^k(r0K^~R*?)zpBKG}1sflO!
zpaeG(Bw7}|9{x2ywU73y!ufg%5c5YIKo0~{`BYW+ULiPz<hvIDJ6}f5E(Mb2Ne~gv
z2O+iHWIxWyi0U5HnNA%&F5C9CM4_YK7#=S@@Sf>@6L2}w%G1Jz6s~lW_;<&CJsdwK
z;HLG03~R9A#p3jdx8&!HyDdzEjGd_u?qB9@8kut+o6Q52X05Ku;kN$Fd2dlsw9$yD
z^r@R&(Wuq~BRzjFSQ*Ks^8_+X+psHmu{s7KLP)bF*+=H}-RUz)O<rbZUQFCvOQ3PP
zmn{6qweSQb<&O(zQZ`e!WaYDys`XAo`zh(2O75sw@8Nvnok31<TAY{D0FaTrgur>n
zFck)l=E%V#2V}%9w$$(|EG=+u(2uU-jXuv0qhAAsJ@?dz7Z_B*qd;#EgOZ&E*}A1Y
z6Ejvb;0sl))K1Bjc)@~N`pK?18Ns%}U3@xib)Y<)N9t?9D_Wae>5S1<_)W<=SR@9)
za_cU-Q5A96vYFCWs)+6vk+VZaP<@;E^_bQ3{G<d0OC3hf=iF@%+9&p3xXkX_y3qZ<
zF!>f=4r#XBUKx^BrqP;d=vA9z3O+VO_3wo!(5p*zoK9t{t&@A=T0u_sZeBGB%!1Xe
z*ucH?<A%yrFlhYErfO;ZnMd_wk}xs#tjxd({NE7aK`;sNO$&zJR{tDVXFea+QTd#z
z>4Q@msv%-4xZbTw%pHIzJ<R|e-t+R~Fp8DKNHcC#Z%=_{M4LhRSyMRPSw1-GVwknd
z7lx*4scfP%sR|r6KF?U+XCN$c1>J_VTqr|rpk(a$Kskidv;)a2(yZGMjLhCEVW>^J
zUwmJBX`|j?ifghrkm_uL?w}+|;#ZuC)B9i1aqn~5WiyZEQ>X!lK!couU(DA8KzS_k
zrPP3QrGY+=n2Hq^EN*U9<W~0Pb_6P8GMi}EZ{o=yG?0;?aeMbwcxuj&;blwisJX>X
zf>Qzufij5j4JDvsw@*}4+9#EtiSGAsx^J3a5%TWDEyf;<`y(v5*2Urfp{G4qX3_6$
z>gCtR%i%oAUK)1X{5TfvK0SD)Ux_2=7a-zX%9rTBh^Tzj#g%jg?^-{~8iN}vKTqxN
z+bBo=W4J7)8w&)~15C_J_W@g{@tXCQmPOW?#<!zEaBgAJ4j0K#vEqH%ekMUd2Crce
zg(i-F*KzipD8P=U=#hF~`(#w)eHlU^t~u0hveI%>4~;WBorIc`UJOStcb<<tL7usQ
z-fW=jtJ$2Y)48?uW03&Q>=F$zZ2wE#t&XmSkOMCc{>s^n*}h@q6`uz@u@PFAEj#6H
zSQ(<!i#BV9J$~!Su#1celGtxp6({!|<_n>ra+e<#-L?MrWh-fCW%N{nO{_3AKFuoO
zCxLh3s6Y)DFv^kl;+ovrqXj<zxs^@8p=s2Q#=vXM>4!0jg<LaRD#v^2G3PGqwZB2#
z<R?PBPi96Sp$<>kvhb;C>7Y1Zb<)UHDnLm=pT98{XzoQ?U{)z^rfz3J=icjaRT0sh
z5)^Z}f@lC&c>udB$=`i9;(pu(J&i1n!atYuk>s~idEME^2v)*zSg<69K^@QX^`tO%
zrY-zg-@`5(vCRsATW^$~fUj?y^i=AgFaiNRVF)ET0Vvefq$R!XL{EoRQf>Y~#h!XV
zK3Orr&C!dPi}b>oL;DfqD2$ZfD**u$ZE2K8Zq4*;z{fS9mV~IJeXs6m%kwBCWS2>1
z<&S&fA*ObF-`T{gN1_*aL<mcj<WqyObgPx<4)qIBM~}$fZ=2(x6VgH?q|QGNJ97(a
zkUVW!FibsMn*uDsAP7iF^jO6Zxp9{BiT3;H)K~FL>Tr!jDb@k%y*tb45Kt7<_QL~~
z2|zME72oJ+_al79<#Y+}XNf!a$D`fOIv3qV*1Z{N+voEOi{P7?xb!dFW?Ox5*#d95
zY|2tKn>mo&O*hE1Spy)jJeDC_et$;xcEfN$tc*RHQzf|LM_9!m@j~=P>(Zi{?rj(u
z4;8yDd?xFp((gu5sh~VY>SSR$-H#n*muHjz4<SVlQFYkI=<`w&ZjZivh*NR${z1i|
zFV*oPOMg^Wd{t=pTg_O|LnmX^Hw|Yldv_IgwUBHeK2pzn7PR==Nlf&DOSS(juP??R
z67?YNy0a$*mBCxv!rLoK4((6hyy}K)XZD~ZfwS9nyIOC(MY|F|wnxH6I7B~LDNpb#
zH-BPgAK&VzN$3QH4<wTAqEe7YbDLp1g;5rm>V?mZg#PX4Ahqi3xtX2qij+y0t%TVG
z7Of9!!#xp+@gaaQ3*neUN@&9tExh;u-u^^Vq7g_>=M%6DC~@YQnS7VrzZo7uU`NZ&
zu_2y0a#s$jZ;)YJyJu<C!lb}unMUz!X#F0^5wiV~$YHfPz759Pq2L$|Eiu<Sr5A55
z{j>)BklgAY#whS}x4K>JN)b13!4Sk$y;AU-EBO<LgPUaGQT&kbIQOpcpm?6ZFlfG5
zCi~JFi+D6%2Ds}|T^W^~V~DH<!|kyOI%P9#PmbPM|Jz%AtiuWsXD@%o=BdpN2B0tZ
z0N6k0hbvW%E2Qw=qt()0+kH#OB8k(W*DLOvPc^?(#{Qhs7{jObLp_8lrRTaFrs`j=
zOKp2Vot8;j?ti=?${WnkxSM;uaqiyg+@gX3mB+*?vaf85i~yt1Ozkig6<v@KHh{d7
z(G!>Sv+CTaYu`Nb2-2wG{dOfBDikvXM8xhz9y?)eb3dJJ>m6{$0b*`SeFs(-KtB3v
zA4i<GuF|lr^cPd#{vtM&jK=_S;z$)qCh&tDjZxqkq1M7U);ZoB!S+f+%cC}+&SJZD
zY&AiCmlx*_w|d||NxcKb49jFkJI)@-3_H7T`qbjiCXoM(c!m^jV7ykFw>M>lS576r
z1HT83&-gZEh$!U{>bAO$Khh4!Te?o$ci|$h>SJgp@3|C@VlcC-p*nq*bZT{O>JT*8
z-Cc{62Z>praSyi3f|-i+*4bhw*6`djU%2uOjyBUhqA{Q+^<=jxzLZRpvYbN?W`>a;
zx>!H_g|I9ZQ$r_Ki^qfunHZhb-ss)pB4PFhjjiB3aU?}Vv70-Rd7+;|VY~p>sW*mn
z320DLbzsyilc#Bs9bLGoT}pB%@5p5*v*+ca#!^;LqtS})S_W_&__zE2LO8XIvuhac
zYOr5vhyQ95uen;^;atmn5i=R$g6GI{{2<lc3cndS?=6Fr{-*>s_%OYYP{pn<%ijJM
zQ51+)Z_nI{%gqUN9_DhX;zM-Br}RgS>yDGmu4q#H!>x!G`g~~0MpfQOj+rWe-|#s`
zyT&$l!5&0CBJ{zHzsaS|_bmUfCwiq4Rzmp#jZi2xsk&bWZ~lwerU%`g<FeD3^rHe-
z(GRX!`&a9#wY-Go#FXEFIW|cCkxiC3FE)zeX7fCb{*++^th(T6eVC8AW>2BSOY>Xd
z=J8_vI#Iu3gU=y0%mvxGL%WcTW?*R-(N5MIt79ZbMF9~0`hA+W-iRKM4+-w&`^*`Y
zq@{?d4L<Oa8VIb2)1YW(nw^s*E_P6Y8j5DDNN=|{ootW_Qk<xd-DU<rwwBd_=q}n!
z{}JI~x7kW$(&FYO5F?b)r)()H3qwzhPl1?m7Y5U}*|#;#xDFfqexsZ;&iDHn5Heg9
zmTmm3bbJAKVG8&3a7+1`X}kopCpxfdK)UTt|Bs;%ajTnsAQzPO>?FIzlYjP(Lh4*S
z#g3x?xlDls&sdWk;gN_<|1@H48rGtEo|FlX6;=8W(>Q2hCE4uh-#g&y?-fF2%P=-c
z4?C#i0|v{^!!)508tL>8Smk3f#_`Y++{M5b|C!{Kly(DGV>sUZ1YBwST9pRBu&ah3
zea8NvVjEn1wUQOANb{F$UFqujbWurQp<S#sQRX4zB;YF(+VbI9Iv;tt?dx6-$0!JL
z+IP_Ay~eTG8qu6R+KGNXPH&9kIb`<BuBi5MTm<6s==x2zCtSpEXGr&pze@QTFF26}
zJV;9(#3Jq@`b~z?sWvjdKiw<mUtjQDB&69wQw;<U!3$OgW9=N<mRm{eg!L6^EAThr
z41T;EKCg~RPHs^mMY3|2A9kN#=v8j|FbuF)n`q2X6$z67c=fO~-Vt|%WQ&2|mCMS_
zf|I*pde%O}hLBd?hBh9eYQ=0iszrwnT@ppC_&QQpguT=A&$0zi;{A!V$}OB1_R8=8
zc<KT4PUDVLfviR$=dRiJ)#7zMa}F}-ZXXAZ%*Y+fMfB|}m3-9v!!gr-2p4x##%VW=
zw>$4MUAIqQ`bEUG6>#f(cEexGhXDtfX~fySlBj|iKDQj{tu>}PZH><0NH7ELZNyVL
zG1F}iqp6H&t`Ohxjoa<M%mxCai9&gMG?L5nU@vrG#QAErXMy%Y)zW9|FkB^d4YdK6
zMDY1Ju8uMd=u^?Bnu%P#_!W3nAnc{hf5d6rspW5NAaT0Lc;~?681UB7vAKh7xYxZ(
z7%;4s>6V){6_`&=UbI~B@i~R-RrH(83~UVo2YY#4JYCHHPCseK8hfR|;779%|3Ej-
zCS6#2e>m}Uz+bLyX&1m-xwU(hZjSOg<OnE3?da>)e}2`$%vwl#f9~DS5}9bexSBLC
zxn1y)A`Qq%%38W*@QMzwHoq$?I9r+C&B}tV)LfzFmfxgAvmY7>iw8I=UlYWd`hYQ4
zeqg1v<(?{MZ{2snCitex>-VPzE-HYiM%h8`2(JN=0^W%Dg0;WTlktKuR8C9c7dds-
z21O(c8!xY|8ujah{P_vjB2F}B5%X5Pb??z%Yg2+%%dj18(uRo_lNE`tW-$UF@3yq$
zPLL?Q#UxW7pemA)+82nV6s!DKZ!}z|zS+fV`)Q>YpSqi(oKTo~*yi$bx?YcbL=?3g
z0=p{Pptrk!WDaG@cF*f9D#pRmjjfi}5qV@|sL`Q{^rMJeU#&K>R#ukm15~v7z;gO2
z5X|WYrTikf^wwkm2qrAo6EvOER>0yaba;TT0Lg%8W7?CPazt*-ce=C@W}H8wHBdml
zmtSnect2gw|2}Jv{?BtY_oiVMviSW*qP(F(`@YDnnTXQ@s_He%Q0aYmT;P`B*^5?E
ztn1n43+r*8bx{^Of8+SfR4mqjGReAbxHy?vEslH4C2<n1+Jn(^`$?}T(jG?_Q`#R}
z|7<$!@=PIwtsYX#w0n6tf@G!pHxz|Uwjt`>Ab2rEEmm{SVcb{CvsShiuJ9>p?f0F|
z5aeyg;M&D^7>zw_&myquiFO{&qfcw$yqkxrH>5+wHl91_6Oe=#K+yBz=vBO;A90B%
z5&eA<vJylf0bnoMHPr>XF0EfsfXp9Ce%>yvl0KuRcDG;*%5!gDY(Qu*hAT-8Yuv+w
z%j*XKi;Z_=*Yqc`7QIl(bT4kGJ~<j(dnm}}kR#Rq;?M;8|1@^p!EkunU+^Vr)R073
zqK3s{SMRLoEy^PLvb)-{`_)^N#3FpvWTT5t^dMTI6P@VMOGJ$tHGcAYW!}ttGw;pZ
zKkm8roH?Jl_m6Ytlza2MY_r`8kjc+i^eFVU#cm6sy$piNV|Nbh68xwWUiR?3@!2f|
za1@W5{L16G9DAlXY{BmLtG2e!ti&jyuW1VcRJV{L^Q-c64%X4dx6xQ$*I(I`>r?c1
zZQ5*+quai@PqpK-SRb+)_fAPiOOhU6>Vdd`cCqal8c13w$Ly1+(G@1{(%jeITv37L
zSJI^I(mk8<df~m^r%zd+L6;*q*inpNM9o$1=~HQ}R-j{Z#w&<Zs+FL82mgq;wexB{
zqS#zp_cYNq%B@yQ&8uu;u|)m+9V3$URH;_R;B>5ssz_tNgRrCsI44V$5$3LZ-sDc@
zqdPU<$zOCoX3>gkUn1P8X#hScZnZl>)!_osXdPs9qWVKh;jE2`sC_*@0($>;7l&rm
zrcRob<A>C<Il?8$*AhdIlW%^m!zGB8v~~7;^?khQ+cC#6&lV8U<A&$B!<mL!TAnvv
zt4*9gU6r{GJPowEqKD-Xw11irEgRcv*I40;@&|)Vp1%TWMK^!X`@?&N%zu?_G^{g>
za*Aq#=`4kv5mJkxaaC`hGBFpXz^c4#8q+B%?2+)8>*7zG>pf<&u)i!n5$5^8hd02n
zf3J&zkLB2;JP@-v-}DXw*{*e1?>Hmd3jzx^7cz<$q|25sOq%VJmyMCRr`0j^0%M=y
znXhp_nb83yZ#{9XN-y**a<>VY#tIE#dA?Ew{O{r48o0pEdG+nj)zy`9ed|`pgFAQm
zzjIa_WqZ88<uHB6_v*_w*|cKU{2jT$o+`82o9G?eN?qZ>_E^4(*eZsK=W5YUYiXue
z_lnkTA(R0!A<Ux8P%VC0ll|*Zl|JC0xyklw2ZNXB8w$d<=9h)S2xo~}o=<2Yam{z$
z#B6x@P1MRjasjKgp-Vi|dzo7cUpT%D?ND|5qfX5&>z~mzx^OENj_D_r*5t0%j=@eg
zfJ&;aau#fRGC4w8lajgzC(^8<jit{9_1aS#;=$pQ+A+jjzJdo(_;e=MU6ur-+tYmF
z)(&Q?ov4aPQUf^0nyIv*PC;IiGwMF%p%K4>VfhXz!88B+>RYluheA%q#~Y}f2U-M7
zD6>0&QRKWCDM=?ayzC*2LdyEaS?0B0w}!q}gh9F+735_(gF;=62XR?4i<{mIsDxIc
zI4N+~l4Heo0DDR-^~fhA=Nr;pGP%;^i)GW7d2KRIeC&<*w;#PkXf+?@iUsl23EngV
zxlVZx41A|vTg?9Sf!W4)xY9ekRg|njv|rsLv5+bIX@2P|#-n65vFMFys~IKPJEb2~
z{Hm!1uuxdQi-Jd)sAnqXC21q~1aihp9RSy4DQ4-Y$9!l^4e1^g{Siz`<UMslQcg`w
zhbR-2zgJtogbWfnWbz<kCg_1e>=!P1)5jlVT&~l4jDEdd^!oN7ReN<<;^Q8;MT%MO
zc?sv4UnHz`eQte+1vZ!PrxW7KtBSA4pq7^Gs&QUj<EOyPxX+!3?%|pC`bJN+sEX}f
z4~vp0y=9L$5K=BI+X6C@?{6zBda?^e0F--l;!r4*<Dz#{d}=0Sn<P6i`VUw5#M|x6
z4_bW0n7*i^Hys5Sv!i=<ra$BS8C)4+)T<&<Niua$0!ge47<Yj*lnjC^>LeL6P-D-H
z;;r~sIxj@?WZ_$o^sbl|0Gt4XJ@4;<iL%@py)739atn3@_-PAyODs6LG>-;!D(BO1
zPS3w~K#M~4^W!?-`vyi<H{PpLZ_NlfP)M@lFzjq5R%N`i>^q6?nK~$7#U^sIw~X#t
zkqf^)@7eqjHGB;Q3&V1DXH`hKe}!f(Zzfdkb+K<)Cmm1YoD20~yU&WJL%V5t<vZh4
zf)8#h?4#`Gzxy=Do)x`8`y2M0RcIWoNfCTl`pa73ugcxsee*7j!%8RG#IjoF!Q#)B
zO^u6WOUKpC4_=X0<K$VnP~#_R5u-AwcbnrK{i@a7=L*#p)srzENMGlBND<F@&yGX^
z@0cx$w9_QoCE6IilgD-=Les{bY-c8~S<WaTzUuc_?&5Zb$`Wb3k-6*})0xuoNda3;
z8vKsEAOYk?WLDgK&q`fI$f=Roeq(YIznxVD^N>mWhj_X2rui-Z()o`8C`vgFHr)rU
zxWhH6ndjcV263m`$$mBYBPP^k%?!Ky89`yAL_#ccKCqqllH>|cyWjL*Z7&tuen=Yg
z<LIo@m)|*Um2dzSE-KM1c#(ST3(OYv_qGXDcK+CV@;vI>7i-gR8u3ZX!aVZl0MMFY
zn1*%Ia;=^uBZC3vbiiLZ;bbs(+j8%Mag{;Z)7o?W%UwQsPP@C0QXK)e2RZwi5@g5p
z{T=9}*=Qx@=y|Ddw5XP3t?f+MI`*4eV)JbJJgSJy$zSf}#;n<jT-1ZJx*dxEFaNrs
zx=($k4a!^-c?6bGZf<9<32V8Q?mn{0(-?Ik#ZS|5psHX%HcP)V@QF!P*5QDDFupWt
z7r|ju5J|@lxy4IL-Dl|NN_yulLy|Jz9<D{zWKGfY<Kr>4oGpH<XSSc}`N&g(SrC#}
ztZ0J!Ld@3V4M4p7YA2hJFYtwic^KoWT7hr$;vc%7pYqQQHw#p6sP7Ry+NDmF*D3<T
z$b?s_rLPtdt~?B}2j{OjNi{vap2!Ojx;ibU0qNiXgd6a2S#`d*AAhXNiXOVmB}OYK
zr_W<fVV<0Kq=>KI@RZ%%KB?zFr1d2KC9S9L>F)5SJ=_z(hjws$0yhJKgv3RJKoEX%
zVHHofE!O>J=VtjIB+}hY)fNi}@Tp3Rihv|V#6%=OU{MiKaRCt!uZRfm4WEv?!+&FW
z;%SRU!yN#^P+J!aoLpG{iJF-Z^iLNTJ6kum-&md?kQl(t_!}lcfC=0abE6s{CIk`(
zfu%$tV4$cF<R4i7A0a>+=>-SefCBRaoYA&e1O{#k@cO$PL`YN!#7{0S|NAt4zbXp(
zmm_%Mi-rS)_3ThaSXXjkU4WPvxiA#ziNOLy!T)SJ1b`$&#sAlg=FZJeS+h`vpviK{
zxE<_r^MWI@Bf*RClv$fMxo{sE=+v8#&c~b_XUB3*+}%~J#H4I9No25hgBi0w)2pMo
zDA7M`!iih=)lpeR26w|rd%@I%x%(t&4KjWuY5fUeeU_S|n;7D|CLLmgz2xHtW__PZ
z76zd=i%M^+)=0!ruxHVQj*M3Oythfs!{XVJfy~{mp&ldJgwi#fi^ic~Iwr8$3$LzF
zs=^o}UcOioUXTWND>AnC9-4$HnaJs-22C7>dX3F;ktJ-=xWvH~XdC9?m!Su(s3nnf
z7dF6Nu1TvXx|Gxles29!x<BN&TJKCm#;+PTw)|*-7v1Ks${K6=I9PL2&DRQiFi4KJ
zoNd8VZZ*B`5E)BlRtI`Zj;myP@2nEx(2}$v*9alU!@#Dp^7h04TJc}R)<zc>0ZZ8G
zdOXdGDSt#)QJDvwpioN&W%OapHZe{6(RGsG^wz9&YFc}*njZ{K(_LTDl2OrK#Y|mw
zKd`F(7bJ~`@A7Qxnr29E|2VC=W@F2#NI?+$sqfcy@XmFx%9ZuWHT_mOn{lwpM*VpD
zfu7pJL{^E9ca^61SNp@)>l=<|9o0*>OiOB~Lrc^%DXW|$ySqn_(Xz#2n+NN8prC^;
z8abq73$RJNOUu3=3>9x@nts*gv)kqK*}jXY>?UCsw@HR{IJK&lD_XK!-WFknlR^53
zcecnG&SW*G3``g$)<jA+9_S=(!@v19z`jCg!V_C~ONltbI!oL6Ni?;Nlom94vT&l4
z@1ySWIXrb*Bi4wndwrg&ls*CLzz~zocDdY-l?zP9na?T@Go^a5eVh@;sI$A6R}#Vt
zFgomLM9>}5ZOO)W1={^21YU9t^+M`S=mTKiw8=wgBK=KRp`aJHpI@+nQW;WoQpFo)
z7kna}rl2`qUpM)YLEujK(&U)Sht}_Y=qQ&#%ePM&FMl<;ujV^d<_S)7vfcs`NtWyD
z{eVU|Gx%;Hl^U2u7OU!5bXb`-`laU%7t^{!#On|-Ob6~G{nCaxaH<(i><DXw{%T|M
zMi(xNW~v-vOGCeW=M9&6D2TdpI8w^q{D@KSCzt2L^l0R8WSmVp-XLvMf=?{NlXi9B
zAxly*v%yM>;%Y~@X=s&7e*6Ra>CujcV`8cL9+2rODXmXU^3hrBhKPY4&0!Zk(L~~N
zB`71Y4xKPR5q;oDac3FN>RkN&?0Yp8;SXE|5%-46O-9~wnbhQ+BlYm87k<<dlqbS#
zr4fi@^cd;#yi7mig7@%?I2X^h()W1{%t{A61y!NUUI|UAI=qy}W~FbTxsRZCE7{5L
zX`ri~>z8WYF2#AEVwY|xT}hW5)I(IWvRuW2!a0&+ay8P=bv;!4zOw*Tc#rMTSWk}Y
z7OPBB1J1|gs#^$Wo&GT*Zo$9zm~vyeR7DA!Z(rGn=}aAfj3Wfii_*@1#E(Lq^5+nR
z0GcTB5o?#^T@+CkzI(q0bAPONa;VrAZ#}6tofdxaow1B%n|<%-`qI_e-CZ4RS+A|m
zxB;~nW9uvb;o`&nkYCy`RQ&)7&V4vd^5v^$`GVsaBBsuYJEm=TMnEZA=1)KT9SNSd
zeU#jM%wML*Wwar-?B)XRh^6lpaI@xqte~pxtu@PRcAVYzuI)RSl9#bjcli`M?VnO5
z261R#-h2fACV10G*3l*C^lCdw$E>vs*89k$+T!GRlBB~cHv9ee%iU8U-o^_VnMQU_
z-rXQg)xJpdGM;(gj{l)i(-{kA9eK{n*1<t)<1+*-9-Mg>|Dr%~*+>y0tH1ot>?@Ji
z)ZLWNekS?taj-!A(=TJb8WXhFa1e4UFh01ALSD7wbKFPExN41pTTvPl5T)e6w&X`2
zJG~0K;VG5pm{zw6a7#rw4Ax(H&&2j{ZmG5PguP=u;p8v38FoW?3cQ;Xo)|?NOIrf&
zUU0t%3>Q0fhIucx&y?7Z{gu@|)=$9E!0zlb@Jd;;uj-V=S%FmZ9U*EsxbD3NixP0Q
zodm>TbgHWT@p27gV{VmS(^k;ZbncTpu_E<EOP2@hi!tf8pvx&AsQJ81znw1TA4`1h
z4-crAAM7j6C;oB9Z`+9U4+G*WexCWtm2K#y3y@k%vM||Qys*cJMFUOan$a->-H-rK
zEd*2FDOhVIcXF9;eH*wJev&@?MR%-cSzUi<Zzy8Q4^(TIK7}3YGO<0LqL@W+9Hr}~
zM#~Zn?2+XEY>%>{aTlR{e)+J#)R+;>WW`-)_|>(O59uPk_w1S=>8>*9KX?mL|7I%9
z4B?LC!WwQ4a36q$$W0B<Q*vP=q#yidMlNg$umAzX0HB*SLw9#904#AMZ}^+t(H#K(
z?RxwsQ~?&UD#~i&N>XYdRZ$336eK1NmQoW_l2U@GiYkjqsEB~&0so!lMvFGw%?XRR
zvCn@mIQk!6{bn7OqifY?j#$Fb;ev61j$oDS8iw@G<o#wL+z8`G={i&4x~^2xV*Bak
zzUxgGr`@j~2xi~}9aJL>Kti$_MaPh}zC_~k7DCRc3-Vi7&4;u_8_BAYKgXirWtTqC
zlnD6R(me}Z;M=!O<8;4L8VYImC+_g%(Aa|*F(7)1k-Mz%kx#H{&{E+btvJc;fMeWY
z?_`M2eBfHg#k%w30MizzokqUGMWkJr0x>&t<iFnv25aky_3^y92MLhWO+gknx0)W5
G{Qm$vRF1I#

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_IDF.pdf
deleted file mode 100644
index 47de650bf84b1a0c7cd22799f10da33aa2a590a2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 68961
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

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-GS.pdf
deleted file mode 100644
index 034a135da35b48e4393a3409639c501ff125bd6e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 69315
zcmce7V{m8B+HGvx&cyh|wlT3LwrwX9+jcUsZQHhO+jsu&drsA@x*zVRbGmAGHJ<M3
zRjc>YUF+GKTwX+s4nWTeLq4-GxB|mM#7JaoU;)F!1H+)~Zf8uype|=%VQlCG!=U7B
z;PgK&Vzv&}FbqOMwr)h4jDPI`jQ{g!!!Z2Q^FN~iFbuN#P7daOEdYNl{`UWq|Fuvw
zcC>YNFf?`~V*T5q2*V&_Y-8$VMg(9b`d9ipi@BAPu>%o<n3cYhv52vut&uSdA0LdP
zlY_CoHH_QZJmQo*<<t%c5acKD4UDmk(Z72Bmi}2f``?NGI}kYjQxG`+YY+hckn<m*
z0q_sy{~aCxO#d+u|Gmuw_>b)-rhhp8?=Zpi59$Ar?Zm|V-vjZF6a3GBVEgZZ_-E(-
zM?f(D-!JyR+&3#LE8u_q_y6C0UusJx;5Wy0-K#BZq=!%&>he%n?uy8a6p^_`A~GT3
z#gm}V$~vSguP}G}bb-OB0Kq(3xaZSy;U!DDba_z%rHy<z2(n&deGPNd4eAA+qnQSv
zba>i-pZK<kSG*&>?X!Mi{c&x3*Azc^A;gt=!SeMNgx|714J}ZE5g|9GFjpQlcHQQU
zw?PWlNDAF>aosH7ca7<S{kD!Cz08eds@k7|TcRX4Q=YmFQ1SU=VTlkm)=7|hyyl_<
zA3u+<G2efo*Mi2S*ys=f@n}<{s2-DKz>ucIQdDDOx22g@GOQZ2={V%M`3Uk}qJ^hS
z&Fj|7Dre;Bq|RqY8g%Ai32{+4%R(E-Y-apN@<6!2VIR`Eak#lP7IZ)Oov}=*q1>b>
zqJVk_qFVBX*A?Zx*FBXUdX{_oK;#*+S@6XlTD)BXw~Rc7#L+8ORoDnMi*QS)FzJDe
zfE|nGl9G+v?Z}KmtnC((LWX9@#HBOQ#4bD=8SEIss$LCsGqm5Mh*8?A)`<gW#v9kz
z6ta}=iF@|3HlPTOFmnJY3yxw*5?Ah5F0&z^W--9vXs1W9k7f2J6e%R05x%kkS%~vY
z4afMf2t{t*3fw67C{LhS8uY#xSG4OgE*qou13+aT1lK$ZeFc)u&cqu@>rX(rk`K}f
zp65&?{F)<9B0};Lb$YEp6P!@Le=sn5NMbKm#e$*FelFLEO>X>yr!4a#W4yQ(XhS^r
zu3j}A-y%s%u*4vSUjBqoxFVh+2r-xs65RGMe~aSn3(DfJ%vFM5>zZF{!dyU=f%c6A
zW#o{QRt*MmWxo~tCI^un?`BFcnpB|bqK)Po5o~A`(?}u&zFB_Zr<W^w=}pY^hCBn(
z1vjrzH7u}*WC(ReC7g}aClCCr|KJDCFKyN4s>e;3nHCZ&nTVQqchTtmem+q9ZZZ%(
znh)2moREG3K8-MCsb2ah7JpFee|P9d`H2OuZsKS1wi&L!<_3a#&_PtrF?X^RKiXrT
zaq3E*72TmZdwB{B=EN8^x~Qp?-5%!A{Lb>z5cTQzRiB~}ePyEA?im|-XCh#N@j>%s
z16+kGp}lBdP950#zBjYP6*BsK>E>QxEM(iehs~59+t1+1bFy#grk-vhWZRm!IXDO2
zjqk&zzKiwa0{?#3^=-oa#zdVd9qYFj>T4AdY^JN8QCBT1ic&}t8hA;0v?{_=G)-3z
zSLf`;AxE>9kiTyXKQKr@lnT?XPlhI2iMUud%?XrE;*mu^N3|%#E69&G&h?qdP7@*)
zh3lqWg{y%VtRK(61VDo%eW=047=iI|zjMCd2fc5#LFZvvjP<wSU8u!YcJG((w>xte
zZ;-}MdWj(FLq|c|05|e(O+lt^Zi~EcB$IaOxW(AJ5k8Dl7pW_Fo73a-0$ei;5m6)z
z{(@aC-Vf~*RiumkZMMD_EUTPb8pe#ctD9XHJ}vq&Ih$X{*V(b&X)jRXP;j_dU%X5$
zdye4qj6PGV*I@yE5JVuNZj7=(fZcwE9KO$NKJSOeOO{3ZqE(UZjAg*pKm&4u00l(&
z1d?wpE1)L=5K|A7N*F2KfR5%O2<e>?dhi?7R4n7=E%K#^iunRk^ihC#uEkLZ^bZzT
zt5bj<`cNS`%a#7r4i7Ct=uE-F%Qdb+|B$0)yp|1V$fX`OZ4V~a1(FkTZHEpfpLG&U
z&uowN>d4FPVnhsor)N7JlLRT8IXzt1&Qc<1mj(iOqkKjJ=ogV+JmTZ6sAXaH>!o=w
z;NGIp_r-@3Co%s1vQ<9`=ZOY^o$q-%#`DsKfB+PHqvOq<ljVa$X<Zl;NP}W5&FB8(
zt6P`PHdF-E-Kq+IDScdu($|VM3s@`k@^u$!#De0w#>}OjO;TN~i&qkO!*pD~+iOG9
zett!Yz@T$b*>OH$YTawYVH^eV!7DqZi9$fJ)yDJBpbcjoFL9L$&niK#>@xW;zYtPG
zF=;DrG0l3OF(REnZiCQFISm4^y8v?AP=1JTPR$|;fW{=1HzvDEMSAuq`Ntt3)4%)G
z!^o&LHg_Z+$!q_C1OdPU-&BNE#swc00*uwJMfj5!hWV(C%R@IrN!E0Ii^rTNwP<)?
zSLLXT>++K}M^Q}@+yq|zq^!956}D`Q7=Yd=I|dLHDkI05w9SvNi>~0bHn?!K(9{M7
zH(uc{mHUl*N@e$~ph;(0kkJG74(rK^#TKq*V|kvFTRE})u^nolNBoCQVWMPOZckSZ
zlyrv6{k!J}OjB_q<@`ncD5hU<lj&Ag@M3LmO=W~4@(oGz302t~>BBIh5c48Ai6oP~
zNkdrmbf~OgpYcfSiN8a+<8S5Y*sLF^;l5^zXhsH7Jo=7{Y<pqZyX8BU*S;Q_5qShn
zX#FiM=GL$P4m`?H1_^)oG3YT(OhrG1<&`@jm@wuPp}qA)5PWaXEHpnwh|39MDzYLW
z7!OUDeX19bp*T@YdB1Oqg+h(`lt3VPo22YO`S9VlCkls~u?9W>jK0x5w_7v}@ys3S
z3gi}ErFbABqd1A8hn;Gr7-darr2Z|hkl{WOh`0(sc`UvxqXeyhY%7z){)w~E+eG7r
z0Ig7+{%0AizQ6~#Ug;8vbT}olR__B-X+%$rDuxtAE475+fGe@oD~(|tG{}uDxpYTX
zz@EW^U-)abK5|O1$g?P|W;Cz=Y9;ou+Y-x-72pD8Mh9zI3vTu7lv-Ov+;ZQcF0~Bb
zMukcGc4<hawa>MzrU0E3y}(p(ZYgk-F2bZlBT{`hy?nnm_KXrNnPfmwH3G@rS%L_H
zD#KrmbC2XsiWK9CC3Et^?1-K&`}6hWTC%7HI0W_kc(eZ;f>=E&aV!4=5L?B(H7Qaj
z2NXHy!G{X&Z&rpLf|7E~Oq@zkwi3htj4F;}^s`tNF+-9;h|OIPfph8*=<^QX&70r@
zSoUen_G!JswES9wkIp?uZ{;0>r|COeTNQL)o<fb12^KU>BDB6~T;=6Q$Yp})Q8+~H
z@1}$7*-}sA!!&e3@;ot4!uNW+ykruJDIZZyKeyZ%hh6QZ7V5@As_k{HzW04h@9ECB
zXxIbIV@%6!K!rFq%2y2MzC9WUtDi2lG+U!8;{&D{Nq7||5)BVvJ)})E7Z>#h=Z8y7
z-@-+mv}q_X@TF=h?EEocQf5Y(E?K8rf#Uf<Btp}zz^TE*3C8-W#$2o_qOKpe%9hxZ
z{p7xN#0$Kn$f_(5Xw;Gv!2Ub7z@kT7TKv*AOsa8kAOn?Rim$jy7UIZ|^4IU}{-*4R
zh7N*2_#j{h*~^VOlSB&;n*^XAscTyjG?KCD)zr17c17oT+>LjU7PIUuMR{se&++g#
zCJhvzR!*;@gvC%gZ5AgQIT4|D8wFMo4vnFTsX;ZQWLjtN2m~9v%>aeH%;+CMcCmkS
zLc(zDy$>eCP)&1`GCYK3UFeBm8_T;E``)rWGN3NGiC|N2UGS-xu+=pUC$DDg(6Vqx
z=rQiX@<HWmlNvA)NO-w3bm`-2K<^=}z+<iB;%vrpwQ+iMR-}wjS+mbZGEhz94i}_J
z`lCk^AUDlk@bGK><u4ui?vPlp*f$8`lP&NXv?%vqR?#q+(o|QtM7z^QHY5D9Fz{IA
zx2R!asgccm+%}0mV1;w~X0E8==t?4`mVzSrG&w24B$->x*eu%BduO~rh2<m>9O;6S
zp@sXm?NnaZi+$g!MKATV#F`dxMA~7AJP;KTtS9=)a<P7DaxNkIt!1g!Wt14o^4|O}
z=hml=FK<NNt{4=aehldHarsk|NpFHibAAEQtDoxbzK7-t8V++QX@2{K^>uSdDY10S
zm|h#h4N=E-jI3%wAd*Rk7&Un+@!U5_oL4=K6oazhh2=2t4X6u>1sb%n?6B~pN_(q*
z-3bGTiQf<5f6l}i?sgi0+ar*3w1YQ#Fg=`;ayA*&6KlqJ>?Dc4!T1?uj+PsG6QQ(i
zA1vbRDqF@diQ&Lp3TXqBZxXB>|41<Fu_V<wt>->~Em-VXqw{%ty}S+%=Md_6s|OF?
zy07lv0ddlwC@LDqXbYrH_FsmBu!JyA8->MCY=KBpOj*z1MTd02unylJOM=P!n9#34
zA|hisD70VpTeIxh>Uewcg<IN*v09EbTlf2!PTiNm2Xw#{J!1zqsXgC_5N~I3I}5Oj
z^vosw^fsb13$qWA3n8{sdv)S5gK~>z8@owrp}2|t;7QSpliTcezzs4T(PX9hluNdk
z_uAqqENh(Aw(CyvwlU4S$R&3Mep<+*8(tR*Y&wOI%vXS+2ADJqESWa2)BK25LJzv4
z$*jOubfp;F=_CQAS=*D88C!{U+@i@r<nQ!}6y4b1*99@v7hbYESfBy#(&Gys*t;TD
zsRuHx*DB=T`m=#|cSAeKz%Q+1`A*iQF;J*UOrGv!R(ef-rY@QhF3$iL6#u6qNJ(-4
z*%o3dlC3>4vgJxaL?Cl5XWorM{Q@t49OkA)HcCz=%+!{?=#H`#?Ti=~At3jprOH_7
zLW!6MLF-V>^N{NH%*{_BT!Z_^yg7OB8Fw68I3wdxLtN#wnRRKI;0c!aNW!Unpvf&Y
z^>2p8wRZuYFk{#2e)gz*TYPpl>8`_jYWHFCVsu+oF9wP_94LQ}lt0SGAH$`dqhNYW
z;+|p51+rcl#6+wht>q*FyWS<9;;Y!r@i$>IVH8J}P1F1A<B8Io@>EGJ>5q0*FnUcj
z&xb3)S0@_%hU>v`LNnU1XXH=}j7Va@qfNrNk_u@B9odIZRslIgR)Xz6*~F_8vv{;$
z#Iy`fw%nr20}>4K@1}g+9&fGyJ0p|h-`?*ZU&WY&$(`P}wW~_?vUtm^bmv;ckh`fx
z&B}@Ca#3=L7Ne~E_DAVCFHH%AjQb0<&a%Eaj_YMPsW6Mn>pSP=LA+%UWpIjGQ&-7d
zjaCI{@vAGb{Z7>Rvubp%n<7yJq<8=Fz?WmmnXsF$d#1vu9D-vPlF|x~zpPNwP^NV#
zZ%7+y+B1xOEqQnHCsUJIE6<b?_1Efz7k1T49*^n@l39x?=#5j{U=8**h`F(N^sD2u
z978i(I%(Sn8kAh-SKVK~4!1F1DsjqDG__{iR;q-}p-{7GF>%K2O@uPI_uMHS7fPs8
zSplPjCAEz_|6Wp58A*{-D(7ZVS?R9eoTyy)(hZW^pFhjk7a<lZsyaFoW4dN)hZgSy
zVI8RwI;X&J5$Vg?Y{22Mj0Q&uKtf)dAc{9!rXmvk;Uv5)wHTZQarWY4P_rfX%YPyR
zkA+*Xr8Elzb^HV4s7^u~+lhCDk~y>=+Cof@PR_}F@N&4OE38EG3ag8vpZ160XX@iv
zAzk9eR^c=(#PzcmHD}_h)XZ@63b{Qk1rZ;Z2qokY*H)93(BLtJQbsm&3#S!iJGges
zrV?xkw>rOHuY?OqX?YnuwVZWD)@^=Gb7~1QfB}lCiu7q()r>D`?T;D;nxm*n8HBZh
zsG^SYz_~hf{8<{K%t`)wv2#qrW3?9DLz^xwkPL@~!&Uh`hsulj#m+T01trT8<i*1_
zqqFdK=P*`^pKSK;Hk)Rs)va2`r*{zKRb*oKG+D@DlGM=5bS~0O`sj4pot5bwzZJZk
zzxnLspOsbC->5}=BMe4a%H5Bo%iVV^Ht9n}oCUwbq>_qhACu!|H&^PbO}TYYsi3F4
z&$>g=<pZMbCRQh5D4&wn%c*n4>^-irql`n6xJ8FzNlIoW4XpHKhT20_l6TgJXX4Zl
z`MW$@e7~Ls%Y(47b2#~#*pKaH&qZf^<sZH1ppQ9$`?;WxGwq#G=pB+JTSl5mp~ag$
zs%~*I748w8WnqgUnj9Qm_oQS5Gi}z}Xt(I<uu7-;2Q8&6tMaYn<vr*a=SVWq@TJT_
zJOEvAQHgPa9;mEasG%L4_IrP?#@vkgc0?Hae>m6SK?~?cPCUR?x}q}02>i_qP<pdh
zPTT<WF?I%|o6#qd0QKQB)veon?e|$tOc2qQIJdjmk8~B?XS3Ic%C*c&{woisxX~z!
zRC5cP!hMa@n7%Gt>l|zJEN(9XCfyYT4`})KJvF2Jgz?1^vaghi{PIQWHZIMarJNGJ
z&y4E)@x!QQ$}X7!@v@U|#){U();idrIb1*{?zR=!_QZ+zQ9#qujPz%T9Co$`c#r`a
zfsH)n;51t)rA%ftW#>U*l<dhSyDG=PJJx(SO3>V&!cv?%Uq7Y|{_h*BReIzcHvS5k
z`B{siK`UqJ4;*x_zp@4h-<~SMhQZhnoMhQV1VLn2?ZqOLRfaV-2vKwu%q)3E!bpft
zE6SC~?ZaF*`CS-K*kR8&Y<N*5m#bx;=u&V3!-n?jg%s7^-Tc`!XS;4=&=Ix9?0V}7
zs}g2VQYwu3Yd>$=qh{|NaRyz=xzNic_D<!Ga_=GyVce5u0;3{q|CVC4MB7x8H6|F1
zD#po$MUgpSW$E|Xs=nSPth>x1a3hU$6a1@~6x)K2-Q<JsibWw&#Ecx3QNjp~=82rK
zFKR#$Rr-^fd`Rh@vr5udc{wWsObM#3f{JYBx{3-g4eC`+c6AxGl|jqB<TbpeWfKA|
z>97rHrc_zuBe|_LdqC7)TGDM)xlVP*Rb5w(#$yII9+k7gPf}@mif(OuOO>wiIE1B6
zewzCBMW)(mBBkca&@X$I5$X<vq*vJht5f6qWo)Bgw8o&EoyX0W8N8beMKnbaAeEQ)
zUYq*HF}htb*4n<hYX`UP_xocLe3i$)WxJ;C_K1FUnRuWRMjCn0PMg614W$HP9S-Au
z`b$9v{_FZ#)kzkpxSiLvKeeW_BHacR(yiJ?LIUZOOep!0q>{1rWx=G$y}d`SoU}JK
z#ykE@tI>MDs4|f%H*16JYPmI4M=7(HUg(Tc_g(hbugte#stwUOHx2=gO2dmD7NShs
zX)>Uz$%B?LDC|?~mimKry1fiPx={FY`ogz~di|XzA@{s2$WXDyGrF!5H+nQMQ_W7s
zw0v3lu<*IY(xTd;jeJe8B*OUtmzugckkr=dGI@)?!}Hrp!zx-Xoj|z{{g?Q!p;jSg
z_bgb<AGD534D>QsA_7fq0A$W_T+}$*=_F{!%P8n6!<m}9{JJ<&ri&-GZT4+0v&0p9
zZ3CZ;y}Ce7JGDK>>Ol`7Tx92(B;4vSQ=`?0s}$!IhfG726<?3}HkGSwW2e8T>13ph
z)w+C!7&{xM7AhPN#h&shRQ1OiLzUixjxs3u%|ki;eLmmBz|PrnH}C82yJ?h%kJrpc
zrcj(2@wo!f<UB%Xs`}&LL%Uv`E;#e&TI%a_;n(@`;PfD(ZGX-;;#5)?{QnzXWBDg=
z_wQ)J|H{7rA^-<F>%U`pOhf=?MppKJSO4nv|1J^%SeX9m`2VE;zf2tU3@)#=zT_9N
zcZEczF6_5+b#+zc4}oKbhts@sg|R``qFJ*8_8aoIupR7`%c{fF*0FE(+16Rv)ngQ=
z(-gp@vZzRYQ4fXLl@VN$d!?PR7Epf&N|u;-u%ZrJQGqv6QE@@Ju#m2YsX60&K)J9+
zWD2#?oBgeegEB>wJ6<k>a&lKza-fG8>)HrjV-K{_^1ABwqM-qNQBmRbt>9#L1StWs
z*>eO$ZsOMwzzg+Th;Dc1<P@%{!NEQ1K1Up=5*yzyDkdi6R?g8c6@LWV3Zem$5?H%J
zz@-{_(ys{!9+H`HWbocsYX;_5YYWF+eN9VyJ2U7d(FDR&a-UNqkZVl@x&S^HFlW2}
z1h8)+oIJ#u{}+7}b`VakIe73#WA3ir?jC{@1h5WxlOA&{@4@20;uhWkoLdyaOso=E
z3CHh?Z$;G)X@BIK=Odt%)YY%^E8BB^JpapY7KrpT&J|9OOWxk6WFXiYI;dQd%8`q`
z-99LwwT$mPsD>bpjy2FtKRwOd)AGKYQc&PI0}G%X%OKxnNPr^*cbh;evEDkrh0$yO
z<T;!4YKAn&%Buf`HW8)o0R^-RL|W%nJH_~Rh^686j?MKaVI9zVhUSMtaBDefL^AKn
zC^{L%Yx7h&)FELS`3QK=;MjP7?>IORC$Ip4i7Krx*vx|y*k|j=Q^-prgs!bPq`2Rp
zB{q?64fx3;<RC7H6DY7&rnX?$*0;`!u8_VVXllTu7Elq9bPewq|Ca6`QAGF4<40C6
z0TAfY@{=KG&DZVgb;7J=NE-Lby2n?+*D-Sa$+(1+1vS%$_MI>0;2=H^(3T9|1<(%{
zdQ~7?8VUx#<Hz1--_H_|Uf<(e22D;+SjZm2sjrb|=Yp?<`t@yDf%oUY8Q`zww7P!F
z^WQ)X-%f4BG??XoZzk*C$3EZl2j99G-@Aw3jq~5OVslkZO}<t0Uxhc{^#~21f7eiX
zyVh1kUu~FsaKi=n^sS}>`LKLJ?LX05<?`*SG6nv^g<$ZMTunDQFf=+b_L_nR7YE_#
zH=)u?Z=&kkIH~JU$qzAwVTGvZ?C1C0VxUv0uJJv+cAl8F+Mz=lyS(*b2@U0r&zZuH
zc!vnliLm&6L~Lw(r1v%aQ0r(9>NhndAeXq@?@Lba$G(1^njXOObzuVpTi+QlUJkv}
zXrk*E6u>-22st?ku7~_C{D5f>sy^^dOaK%yz&`-17xxkJ0z|9$O-`T+6!F0Sa3*?7
z=<%5UfY|Aw@D-xdS@MzMwhByp_KgJTC%R9#2UcVDC0xzt{3Y#G4fYYDLz?=xiahZp
zt>rs&?tK^YL}=P$@Wo&RTI2T>R86Jv0juj+_kr2<!}yWGYg78B`-T;H-FMg0s@?a-
zc}@M|JE+<o|F5Mz{@;>+=06$Hci-}-%PZunF0bd`;o9z>Vc+u{CRI~Y)me|n1Klo*
zzAw|<cwl!xX?e60oT<=Yn#+)`8%yEH?abCOuzfjyHqYvqqcFV%9I#{4*|sDWMy7r#
zQ>N&gm?nJbZC27=Ic3yy`R;Zu3T&N>x=)JGcbZDt;P5{?!1HDtcnb@0hOELQRVPsY
z9MV1G0V<Tj30e%GHL&5#6^uH)@9MfXjpv5fNn?rek_d57le5-HCgFq5d75Q#PGOtZ
zpR}%$?t5<SzS#TCRsc`RM`bEc4dt?#N7lBiSBdD2t21;(@ri>@bdAyCEroven~t1O
zhGaBMy`WRe?>1HQ%q7)--<mpr#>0$HzE&*7L$lh;rqS8QOhhnaqu<at-U@lr<-l1y
z{IVsIBKs&)tp(M*D-l%;VV#LA(+PC;N*Z$fsY>;eq%jT=R^dh~^D^U?uan9PnJFUx
zOJ=+zk@7*S)%jpuWD|Se1Q}-jtBVcYQ#u@&KjNxqnWRK7c8tyQHJ!~!HDuF|eX>kg
zsl_Obp=DDSGa~?W6FyV5GN^a1fjdyW!u9fU@Kwuhc9HyN{fRQFF<}7eW#d-OMS?=2
zuW#QF)0|nd4kq31p-r>>rP6+_{vQsbWBCis!$tjJ=MKIYeB8?(M55_euNi!7JmHZI
z0zr+&hE+lzQB`PETLhJ&Of`F7Y`<^snLN;N(7{StqPMS^^HZcBpt+HID<|N(Rc~Sf
zo^9*#o+Wxf=wfdEw}&z<p9$gJJjGd9=PL<Z;`ds(yjwM{n8Lt5?-&S#PhwCj&YnV4
z?$V-Y^J6K{u3>B#yhw7^9A^9g`Zi&!&pJBxaGRoNw<oO10vSr6u(a!Yo26ay5c1pg
z2wGw|hX8uRJIr}Z$bI(WJ+d`X%jW?9g3!rhuEc|35k}3))wIs@o_lXdZ}U(o5N$gL
z<i{}1clQj>hP#w9Y>izS$?bBbKZO^8z@2E3(fdPOY?hyAMB_|wfi`UORZX<74!JRs
zDJn9hr{ZnZR~~{CCJ-zYOQXe)ZSp+X&B>H4=Bgq%bj08+H-z5ycsXfBh_pw1Kz@jh
zLzJKcO_@4t@0gxXXPD=ke}(`=v*{2XSPVG}foS-Qj<DNU+86R3MQ$Zx7dU~2B=l21
zVs3>S%ngQ0m(6fdkepcp=hgA_?}0E0OkefwKC&+Z^(~M+A#m;`ic7OUGYW*04}?`k
z!K_k3ZrCH-SA#u49Y|$M&#RZP&-&whXyFh`G&Nr!{UTW^&^5Q{7&Z?@hTq0FCag4I
zE;9~+?oGl?e1RROehW<+On}q-3{85ncet9s*guRrg23sZ+9Ej@SlV^WSObBHS}<E)
zf%XX$3o2b%H(|BDH`#;JrXwNG9K>XR<=ucrG@0}&Sq2TSU{hzPuAi$|>`QY~lU6u&
z$rgR(c36Yp=I)&gH;=oTr=ylxZ6yG=*xp{;lNk6ONHBP0Shz$xs}lu&aZQ!qMayUM
z{eiwd6?`qqm~4KnH2VBHa-C1FkpQ~dQ!Oyrn${25KD)wZ#{HnwH%iNGLPbk<JP3W_
zRgA9=e91-}uEgr<b=Rloj%WiHyiDZzI{r!Ddyetk#mm91H0sot*I|cq#@t4g4aV_X
zBUa4i94!eEA6M{FeSz1^{@3ay@%dI?J%H9di8Y7(0&l5FW4M&Y`yM|9YQnX%@`f{r
z)Sd*HzePGZGyL}g{UqQ`AJI?Gv9lEMJbzP`L?YTu4*@v-4d~XN4WKyF54t*Yh>mlC
zW}NhU^(z_xGgf%BKT=TCpD2&a3vF{ga?)uU_ua=Wt_4=+RB4Z*7v|gP%a(%E&Iie_
z?*e;Ulbbz}$i99Vk=BH#Ku617SzC{CXdNgW+S=_qBh`ARPuU)ajn!g5>3&P%B=ok)
z`5BRMtQfTj`Bq&A1MAEeoWlP|vSFXGMU9W)z&OYLDBfoO%9Mh6pM<n<r04+3jZ+H{
z@Oa1Wx~<vBS@lN$t?r9!xx5$S8z!cOV@P#)b&DIN$J>l72S@1D^htM--BRXB^dhaw
zP~?I%)em2cy1eWwogPM=z%-8*^SfzuTuf1Rb3rs$AIfmMt)!8E9l}{U?IgY40>b~E
z{?nmS|8?+JB;Wji1D8x?M-@R@laZPpORg%sb_9=l->lPhdr6OV4j3AtS&rD69~(^J
z4&Z?Pt4hQulW_=}`i`TrVDqJp3k=zFO$c1l)EUL3p0;`7G1~d?2k}rad2M=8@HvdN
zQQJk;>9E{^A6F5pD6jRW!#wHFO}qer>N3F6OTSbj!{gfnX49Ww@TKZ#{UZ;oQm%11
zEd!{Kaotl^BVPag)O32nCw6IPXPlHw1kQ$&W{x;8;II4}iYITF*wrX}v4~NVuO*vs
z$EI-<f{|gSM9B<G7}+zEi1*MN*r3LwBAL>?B!>ZxrM~VCYlB$)$fIZ^m+0ZT-6o)+
zkqqH+_D(*JmhmTDypu}~GG^4|{A@di2j-lWYhLf~0e5l%Ewbj=@C<U85jJv#gf$Wp
zX6;Ap4)LNhZir#-{Kb)TM0aqa21gqjsF!GW!)bC-!ac>OW=PJNq{d!8)8~rIbgCqR
z8h3~{_MA5|7spYqJ<J|gX0MIuvp~k8@?eZia9r2RNz#F==*S@Ne$;#H0p}||k;62t
zo@*RgT|yl{!}1U%ppow(E`0h1`EmgHmTw0G@w77_`@**Ngbn%G@yMOkWi<-A)k#@)
zkDYUm7mjf{(r9b=SNgPl#zap5i{#HwEiW7!S72=}emaGp{~{Y`R&rhI@1#m(Cz5%n
zPwoGGXed*;WAh@aH{qhov44yp@agc9CK7<G6G-=y3<~<u;HQ;~-sF5To1GGJn|0rz
zGy&&Dm@3cIbph`IK|T!kthvWWh?^`=*9&<mTdDy*x^&UtLTmMGYGd7dG<P7DfCd<o
z6q#^!ez6X1@+o$m9+joF+qG3wC~Q+L(PSH%^<c3%y&OI`A;b4+#H3s?U&JJRsOZw(
z(L3>)(4r13UIcHt<DCyaH^ig1>@+`zO!mfIHvVN+K*LO8gYy`3b(*XFW2)BE-29Ve
z`Pph`oo^;N7^ZMg9+ZV$dkyRAQ+28rU~(laaLhU+o_ipNgtcgVNv=DU6+&N9->fAU
z(=yE--#cXmDGJ63Yo`zAPCoHti!K>s_2brDpf%7*5g$4i%Q@2+a8lb(FPVYEVUnZP
z&5_awrV~w-llq1SFL<qa5(@q1Jblp-t_&;fLTr4K2HkX5dUyh3$WTJtQ_k$nJ=Kas
zaIfc`UZ&oGr-B?z&g7HQt%COr!`RFvx6dG)$;>--G&X4g27nfj?2x$~HIvJ)>_48+
zrYYRyN3ZrZ=xaKCnM-C)wNUD?f4vd)uUMnE5OrE?k+}Gr@`~|!mqA28Ax+|fTD4J~
z18Sl!q8OUBeQ0=N0YMjZ<&?Y#TmCs=xog1=JJlhr;pafJ8H1!xU0X43U%CG_pP@<u
zorVJUO?EiCv9|KXN(k%+vS({kK~US6u}X}ZP)Tp;gQ1KCLiriY@ttB?iDL2QX=Biz
zgE_g!jVl=e{d*gsNu{6^PrtJK!xQ3p^Ib~_tH-!}=Zxg_ZZ$J`SVN##^|t4P%1Ex7
zcb#jX8ECL(SyXio==NY8UxN!a{9uS}XPn*0ma)Val@7m2k+D0t<y>!Xv^Zt;Jwd}d
z^^(rgN}t1;>T6FN`VUL+_O|3NNsI^09Q;xs7E|>e#R)O$(mN6JRV;4GHrC&ZBnU53
zDXfpyc13jPG>swfg9##B-Td2MRks}Tn7X+9gH*Gd`(ru}3fOsHi0G>Ph$mJSOzS-(
z9YxI0&H1s2V9f+f3=`0K5~(49)a-fKZwlR&mTZN$EGgVSX0c2CC<JX6Q!K8DF-D_;
zMET(_KPIhK@XoMY_(+1HE-QLpegD$H%o}EqSmM%lQUL8eH^`evGl7>W8{l}wqGfRf
zkLUjSn2X@RXfM5C=E_E4hsK$nT3Iz(_d*Q#g2=nN*UCWnXf!;z2!a<9oO!8HC*Z`m
z{2e!kG0VgDg9&5n(cvS+udI}in##F}1~nmDh%CjJu%qQqK4@r1Nj9kXWVD)wxHSt2
z{yx{>PyGt1EaDR4tlb|sciRcs*7;m(Lq>lpOw6A|w!ngbVC<L6!(<if*hOFSDd+Iu
zM9~xc(sLpgwB=(MJKHR`x(mNO3doVh$XFj;xXDI$BZ^L|lWeLg)03};e?A@1?}n3t
zBT__n?L8tJrYO#pO?<vc=1^t1pV=+-0rK!m!DiE+jE+#B5YMOJ2R~XH{?zp)<#viL
z)+PmO_@`&&2;aZ<cDZnAyvvx%O5qyp>mZ?qmfCv#eCSgm{G)<4%>g~v3vy3os>Id7
zjip4cP}aPcaCu##LL-cgs&ryWgl(%J28(`q_Id+Jhp>TD967XFo-hdu?KT#U*?d*9
zM00LxRe}}Qu<?GV0GLZl#-~4Gg7Qt7MXL3q^>mgn?F_YcHSEMDm|9{^w78ul2Zt)P
zJM|k4qI;qk*G$d>Q|g^b{BuZ=0hw%l%^LVwY7{bY%d@f5ave~UAwJl_w6KC4y^l{C
z5<n+q`oT=~{3O?@Y=ZL@GN6Ta7{+;7K^51HAu3F%nDN;}7H7J33zO?T!Efu;>emx@
z<ik;dUYE#0Ct(Jsj@-J=o%t+;77AdKI<tH7{A6axP)6<Dy9-@&tsSPjO%oqtYNETe
z2}~ut|EU!ka|Uy3brKs(ozNA;y?f@fGKPI0P6CyNr%YAD9=^+8$=su5a^*^TKS7<;
z1c-)HX`mi!TGYbZ2d;`*pm!CL#<Hv|m8j}Vcid>CRSb4{X8D!DJn<{IhI{qX2V+$K
zOQT}O%a?A)+qrOc2s;#gEnyv3txU^~DWWlY#@MlC%eL$4R%J>`%8asvrDKJ1b_6>&
zZDl`V>r0dVW|t$uJE-Ih-@_hD>+QbR57^<7B9So6q)IN^`qvpS+j-4xwJn+KHc2Q=
z7o<}N#Jkf;+0>D_E5gi`XXQ`)758@Mp(m>Lnd9gz<5Yb?$)e?`PFWFF47=JiZR5Yn
z>JC{UJ)L!M3Vl1bB!y7BHfNPDEIdt7ytF1h40dfvL6NqP9bSr7e4$aXznq~%q=*W~
zZFv;qX2(G;l0#CP{JPv%pok|W73GYc_WF0_p^vqo&3iQdZ}DF<9Zy6{X4upT584`r
zlyg?G-cPmOTi79-PR0qxAtD!$(6=2?C7r)`^3ac8s1g<&J7_hFseic?BwaZfBiT3g
z=`dM>p2kU>HjrwbO=6#gq&7Ihb+E7eDD%N#I1qxNVIWa-<%StZOJjkD!$c063Rb=t
zQHHpmr6q8T#?zJ$>3(RqqsjWclX0RibC(I6V>=*U9^c>w83KW~cZyGJM&^2=IJn%z
zR#=q(WC4e12yzBJ`@|WBe36Zs$NJI>JK1HV`-Jx7OKoNe(OJIZ-Hx1<utzz#efUMk
zZ3?411_#MX)m&XCCvj!LpRepQa^OU!k@9nM--y+opP*?QG|e*HeYWfZU$OlU?X2Jx
z$T?%AM#A<oo7byB!{p3Tf}ep81;<CPK8;*Z(vYb+uwZA(#%Qc~H($<ucrxpOhSi3&
zEXMIwG0I&!YOT+FKy+T;Pzc?+l!a!s^b%Yyp%J^JqKZ(OQg4m>p_jPG*=AbX=YuTF
zVQ=tcd(y_Zh(c6{C!xD?TZ*)XFoyvckM7WcIXfM)q#)P#>;h^*{zP&9HkIyAR2tvP
zt8p0weP7w%Ar_-Ef7TL|+O}>Ye~;}99vdl;JeFFY`lQep^?kY^5kT<ug5$epE+64y
zx9A}X&OFeQ(=@~57&E6ZX8OwrK=GpfG&$WDXV9S~fHxISpYbSz$|$eA&d-pLB{x?P
zApgGEQU>X8-98iKLo`n*V(lK8Q<&94>vt<YQ|I@FeNIc|JW(Vr&~!}S7>fUCFZfes
zG>8iAu7tsc&@bkf$hU?;2Q$$_eBk52O{vMRAX{$b3D-!*Z6xRZd(a;Ru_5*k%P@2=
z4EDU1uN%}7`b&Ee8670VB)#qH@i)2#xhN8F1`NF937BojmrhcV+vMqDz`Baw8>cmg
zGE0E+w;q99L_4Ip(E-|=%2SC^0PPQ{`hBW3_sDO{AF<%T#9&1fi~fgPQ^sd>WsnwQ
zgXsNOe7th^VHbh7mFYX=#2L6EgWYrzsBQYAN07@Dj@l#MWmZ<&v8_?jq|;3a#cvHe
zNUOn+Wi#YT$(kG+1ruP|wv{^TwhZ+TtK;d=Ke!kt(z2d5aI6ar#LkMMjTcN$Opon}
zles2raM;Xcb*T#K5u!gD72z#Va0*qYQ-yfL@{Nq<+b5Ueu^@~9&+ITkl<ZkR@nwOu
z2SQX=bc&kz$BcqtQ^%TxwnMg2EdBGJTg9!5v3#K=?)mD~Au>m3)?~gP;ps>H%9cf;
z;Fw;kCD0*R@9X2XSh%=9&V$r%zpN>zt?ZNF0(_>;s@$A5e;Gad%hRCnPOAI;kOQyY
z9<F(DHJ?8Z*leQe>^QJZA3cZU(yTln{3X?O6o)qRYq%rTW_};`wM7J#IbD{bb`P#*
zttoSX%_juPqPbmI1))}!V*4OrK4DlA6+Fw=fcjk1qNV@q<gf>wMXN(=R!;{yg8UJ1
zx{E7IsIwy%*gKcM9usaoK~fP#Bg4;z$tpuOlMCXWDUgmW`cnA2Xs{$Yn*Ncle7=!B
zos0TM9@%_x<^(l?GC>$Y`-*98b6cf|ds0Di2Mm+jP`3syCCCvTeW#Su@1MhBy&u9*
zT=;Oub~$J`Ty2EMEV~=7{KA=iEHv#EAgx)Lh*RhZW-rbUB=6jFs6ZLXhoZ9KM}4!%
z`iwB4X(#!Jc>Hj_mX!DRN0@uv&4KF-8p3lZ8iniWD(r>X9_mh^Hn(!?sL=;v+ZTj)
z1=7N*k|L!qJb%uo9<zcRocf1<bVg!`hzts~Q0vZ;2duSai?BI8vW5hzoQ~~gCG963
z@i~9Lvauw15LDU$K3{n6oK|NUxz$=!hPNc!WAK<$&ec#^7yB|=1-KIGr*jq-g43VP
z36X6%5?Y{?aQG4-Dj^{Es45pZ0uxB=M`toZz0^`vsfBf~?|r`jCau_>J1d5@Ef9u?
z?{JHQtRunZIvNYfb`>+ep@zAkd#h)G8<bn~GK&;%*_0o+&wN2syIf;#ADs&sM}n<Q
zs8^apkerj%%KCum{p>VY{qBTZV<r4vYi@=$6ID*Jz$O-H%hx$?nh)zvb!yRf<?CS5
zI7+hD@!b5HJfV_PJ)~Q|z>G900!g`k;l!cvoGVcYk4gKJ>(~Axb-9%&Hy*Q?HBNkm
zaus*(6Uo%wjTQ+<qJpB|YPIlU;TCxn6c5dlFvC>$aCG^7L?%U|A$Mslou<(F79=t)
z3m<~M>$d6?0ZPF>B4=>6B^z&eisTXVm~_I+vDv(!R|t1cel5~`Ppy(peO9HfjYc`J
z$Whl`6&v|vt!Gr*C2bv^z65QXix|CdbV@{zxRSy?LZ&Rn6(5yMZCIIK)l|o^?YbFg
zqzJ>6FXEz!t%7ZGbMxLZ&BuR#cT*;OU}QV<>ahoUoDMLs(_#=>p-zU}Ccp6S(0NF@
zK+QG1$~P7%SQV(F9foC2Pc$>*bob2rnG6D6&920-Uqopbh39w;DoWVd*j+lW&ZXBd
z0z5tsmYm&G^yU+N@l}^{&a@>kA@Lm^{<H}hHP%m(>(`;yP;cHw(|zRAoB5!4WOo%l
z47&L1JiQr0R@<OR^N$4WA!!}GuI<FW)H3&<DF#7{YV9R<=Ii+lW;IK!$^aDh7?Tx)
z1+_r5=bdTJ@!!?i^wQ`yju*ere@s{|2<!Ni4vjReveM%!z3%Z3nu16~hLmqqDNCXb
z1__Ok6#?EFc(2jRf0flqjUQIdr3lBhMBq`#0&~NML9y7^;kS6NSi<dTH~ZRE@m?QA
z1Rd?mWoVf1FU5kl+{v*KQ_!(*?In$=)umD&9H%q|)7hADCkfTHWo4lEPzTIABCWRO
ztG~X(o2+Zsw$Kzhuhq%lMPF8WBFr}ge#)SVIPk;}rl-2s>bAkEnXO;Tjg=cBTa7=f
z2(DcIG7tgf09OgNfK@TvMpR#K%&?yG;%WFCOE(t_yQASj0o)ut!10hunHGtMc39oK
zny<;d!t~9oI-S*;5f?qPFV<n~>HdOKC+?u6P)B0733AXbW$n6BNPEuG|6{UJng|fK
z6h@{a|2aQgbM$E)3HRFetlyJHPkpf8wi8+H?)t;l)=zzHs4}Pb4T8VlXn|kpv&JfK
zYmm)$7%vskok6SeH2q5Yg9>HcXlXDKBCh_;Kk4SI)_iKm!)bDCa$ksSjmA<<f!4VY
zoOSWsRJh|Lek+Ck4lsUkQ^Ypk&YC^|_c*9sf4hj<wh6mxP(~~vTyU5~;vc%Qo3^ON
zxoHih`~H%QzfrF-kg1KRE#OrVbjrE4uL|t{ROuGEN*2+h)W`Xn0Ysv3gdIJUgPY^y
zD**YjBLYMGShyUDsZp#6*PMTf$3Q$KevJx`HrIDGoaE_Zj8ls+b~Z5`DNiV6+l4Ct
zqQTR4am7Da<=y5&)2y^-FjX%CSwX5qybHxK_w44|$t&}osXK`GLH8@Lj~oe7bPx>M
zHZx|bVz;w03^etRk{R1_5|@5yi5J-sKIAZMyJ;%d6^t&V7KV)zi1WejdRYEy7bjQ(
z%NIMx9x8i!=}MrC(fH~@EoN|PP%rll2H^z_N2q{A4d!gkmQlmorTGoPkww#_DLxO3
zZDDHi^Cts+J?4(#-!C;0#$A3rlx>+Gj5N=Q522n}zlm0)T|j&1AZfc^F5|FJ<hY25
z7+i0u+$zgEzGa8M`UD1VeHZ6CJ~8y+lMc1WZ~gKGxSwGl8eB5vpEj#vrSxoz6-RRx
zje>#B5Tmi6Ag<uhOdN=Fsy2r<D>M|;;UGGm@UQ`3E68=D=}w?$cJqn828UtmqSW(J
zq01d3vW!|J#^yz==1{mh`)I75Y)|CN`xv~J8&5EUZn<y}0@NQG$SJ70J6@T#>QDb*
zpW$T~(9`jVl5g`R6u)~9YlfhnnF*JbS<Cr|v)(>{{yb1OIDk_~35YRJoVGd@M~(hO
zOSLrE4sJdaMZaD{a`HEqu!ydQP8GpR5F5+>JUX=P^JE4ywl?oUw`A-Ob4TV7n0EqI
z#5nhXUQK|@evyjuV~?H<oQ-xX%seQ6j=5<l;EP*FB;XVFP@C!4)%~+x82hM`D91LE
z_p?1NVW|aqDA@=*ee@5oQPiI?5^!5@doz47*f~{r#nsX0@?-eXYov;irP;yDY3d*B
z@Q0N&Z{D`ns5iq*A={>zM!HAUE{9lM$D?^~iEJ=xJ#l+#d1)%?=m6THD(o$!WUN7Q
zzHiiwR>v}mmy|Q&2(1mTlumH6l$pV#!&o2q%dE-3@<?vq$XghSf|<ut<=-=|TdxJ9
z?7}0=20>_3n31VZX{QzfFkWVL<_xmDZ-h^QwW=pTSNCkh{1><Kmd@0|T&26TLJIGE
zqA}CSQt|e3V8xRP){|?$t|Nzspv^~ET<^h^_aG@AvATTbzZKK<Q0WY|#+E6r(oxR5
zDwF0e*we-7?Vw+$OiY!<Np#R^8^psmU3s&je%tTrRP~wtTw&QIlc)%Xcq(mzI^N`P
zSyuN!W;0PNR+jzY&DF6gB1&iaV`NikM@LN|RWL5Em7~s{Y3D7NO9BRJ<SYPmqLYqV
zBSg?dw<oHmdUCu(Q!!o45IhGVP?jU37UK`WHW@B`=*ZAr{Ml42;5m;Q@tMS&cyZI;
zwfa|~9w{av?hrHO&ld!wQ&g{qPhkb^QTO3BMGseLS}eSuJ~H|MrDJW-A9n0`i=V6z
zO}vMP2ROINfqA|m?|rkAQeksya+uzMuG_6F(ci?2$u~YN1GF8xrjgv?=SmQ#bKJdj
zv+g<VHC)E=;ejSMOcwzorQ@yh<9i41E9VSDFXiP~Lly#YbHlZQJnuRgJz?$nuRtH8
z>dQ2@Cpi;|)WJxKVwM|eIMPXLa-XLiWt5Wbw<^7z?=|kLoAim-FDY)}l_x!!Xn2tD
zx6V>}Yl_#|_`lkOe~N&}fi^yV^j1{bzFp2V%93$rQ8|VWOUE4e9fJNL##rkzcqs9+
z&Q^zBOj@~jbkjjZ8fO#j1h394#{D%B1z{R#7dqARL)dl3CqDd`i%KQDSP2Iw{KZI5
zY{i|;Ox7P8wCXneqEy!5kI_p|e^K&@>r_?!ix<N)fxOU1LVJ=pm*CrHK=yGMfW>e!
zf*awX*c$<}*Ha5@2ug;5OA>f#H)dpJDX&$7eJ~}_2G=I6oW>}8n;#`c_^cb#(1MRz
zSTWIJ0S(3A%$|>?QrX<X8GQ+^g5&$)&8qf~%XIxmD%d^#U}bxHke@%pGd6E^v#cdW
zX-<(Hg3s;_8NE>(%Zn^!eg<A&x)ZK_%w|!qGp3#hZX$?sD^{{SE<K%jfW@Zh%ZsRF
zw%tX^!ezZB=3Oo64m{#Wp{Fh8*H_`^Q8oa?%yL6Ir~odp_k)k|M?6!Z8-#nUeS2)v
zXxr>BgWVe|8~&v18$u)P_`;ww?k%8j?xFksv&Qt%cgS5$X^Ft`TX>I$<K?zDt?h;`
zk(JIavb{6$67Am37BFJ%!6AHY88`FC$__FUXFVa=$Qz~Pe(Uz&Zv>y(g$o6|-S<nU
zcloQ~V*$Rkf*7`OoQ&-LuQ$0PzQ_HJo?}$Z2^*zpjYk#I(bZGa3FCM;Fs(NT>s#u@
z!N!VbQeG39bxiR#z?L?yto;}w8ee*M+Notsj_=(N*nDDFklBgsi;PJMY<|qGXn%{>
zW&}$jOgqIRTP=}<UCSb||I%Sj5I<Fj(KL%P7B{rU2nq?9d8Wu|sa(-rn2;1csvdXQ
zbQeZ0fb|kbQZ+hxc8m<ALNwVYw{d`%EwDO(J9eLX?#U4rK_NUCB7y!2JAFGvS8O3j
zVXcg<5;S?I0265)6T5bm-mFaN0Hc<L%tLC<$^Z>pvJzik^J?1Uwtzf|zU29*_xu96
zW6Z_Oq^v_RLKhob=$n~0>`bIW`>Y8UlEk$pgq>spe+?Q69jhTM*ED&cz{H2TY;nDv
znRNJgyBM}VMO;0<&I(?cX}S0tOXkrG$QHF1=~vNFX4$Pxuv#~5<syE-<TDb%;VkdZ
zj<#l}TW<fIHo@SLEcOtIYe-?(PmYBaA97V0#WB&!*q{fcEQaM9m<1#C%X&#XZfCSv
za@KB1Vi((+XJtD_W$Q=;>*zq&r${2V+Nx7Y-4%O7WK2RZ`A%4IRfsJ%59mk=`RTz_
zZGAd;GS+e^0cjY^pCS!``5Ttw_!x6D>3g+<z6(x@dc~85jS6s%lE<;|TXGI%Py2{X
z(Q0C-dC<@xR<&jP(6Vs5dI|;mR;WtGGE&;2d>WJCQx1Z^euN+_-{~SEWAF!@%QQ6+
zHV(|!MlVe*;Isn!=MVVEhVVum&5E&4#CHBhq_96ID|fd|Vj3`X-leLL9l4{*02WML
zVs||Nief|7c@TzV$s-TI)}ZCEZCTM_`H6foUOA(}T#;rwucFNHoe<ti?W*;(n;&qM
zx-~()-t*x7YZkm9&Lhj78a((Uo*e}e45@eiN3UaLxX+@9LDBwR+l;CcCzftgwxLVC
zP4uIU2Moo{^6)_kg)l}^&Nv!XyQOK6qk$tQ!%$3Vm{6<S=@@I}IN;bbLYmasQP>I>
zfzb`DG7kthqNMk7&Y`mE*JAwuA)hlpUnuLjleyRg9y@n^O49&{-eUtL@;GA_U$=th
zG|Qfd@~3yg@Oem~L48bAZr844ubTa?`qofiwop{^y%_LAX?7!z-=ouG;B)(cv1rAa
z`xe8+gScxwx=doz0?E&(8$&R{VT%=1nOX%9gahMysL#HVpE@`d%_t7i&kxjW^$q2z
z$y!-2iboT>&$!OJs@us$+b0D3x5sUWNZLfKqL}OvW6oNan!@)-Kuf;6D6SkY5vz}b
z?lmF5lNrb&d!V{s2u<~dwsl2DLgHtk8%zW(8m(;D_Fl~YSOci|<qnlsp{1+KGPfEm
zjmrZvpxC5Svch{r6NmQ`3g|d?-}&9K)r+L9f9$r)@RMmmOZ{xKY}na$T)%g_taS_l
zNyxlKkuBbBrQv$v-Q-6LU8i#NEQXq89ewpxQ`G#88GMG>h%H0gBFohnxl?tqGSPuj
z!DU2si%~;A*v_dxJx}0>c{OXf{<F!2<L+(N$eCG1sh+OVB0(%)qO)g<bbMAFc#gkw
zb0}?Hm0Ock8Jmx(XQ;ETa0#u#0evSGdqOu5A>`<m6GnmTV}meBY)zLV-6(*Ty0`zE
z)4m1v4qkHUSPkjodi;Es-JfKdkuczLex&Hog#gk}na=<p3_rw>1fP^4V%0Q;ReE30
z;}GA{JXzl8UAtby+iYQ?-D<%8Buu!GCL(i(7RH9C*p;a*Mn{>VWTxA5cAySWze+v^
zp@t6RVva=Ix?&y2<GD`y#ym)O;qxspnG-Z8ODTShzRQb(N4q}BlZY8?(y2)}X#N3!
ztH1=YRrvi`Hw?Lw78-p&sP4>3>-<@Awv>gLPMi`Cg(tPMelH`9Cp~g5b4ZWuLECt6
zhq0U3MnXdZSI<~H7mO<LGR&Gs?#3pe=$%vX3N9dev)*k_d?wm$caVZSgd8?VpH_eJ
ze;9kGCSjOB4Q_4Qwr$(CZQHhO+qS*$+O};wUn)7NbCIg#a%%p;^mIQ-?FJpiN@Y>t
z4CE3?F0Wo=@&;m50(-fTToK1Cna>Z7<Sgsxc7Tnv8hamGTh<zSPO!0mBj)aXubv8q
zO$3(>g)oRsh+j=Lf9F{_A5M9J(A2+RY}j_e<!KCPeTgjJ9i|@ri>JIFYgnBFi%^4F
z4;xofp(JYoqAOE(_TfPI@BCnkL~!z~e-RnKth3@f0>zrJnLU*|lqqD8A;~cT$nxeg
zfl8#owaAb60_YPtxIj^Va%!AV&2f@XFe>?IR4#f%%ID)o^Dw3};)S?1qITF~4!V{S
zV<pfz)j{nOE+b!F6~gnS;2KV@!x|GGnMC*3xe?0wQE|7)RJ({fjw4T)f7!isKI}<F
z@h#C|DO0F)UYHIQjZ~0Sp=!`I(PMcndoK?cFhcpvhtF)lZ4$g<L$SphZT}E1EIzS6
z7T*f#%RgVnbcrWmrKk!`;C$)8_<Y=A6s!_&sKJ$8K4G~gROxm}5nU4WT~Fpd5xlhS
zklGg$^^=MaTPZ)|cJFcZ#}8DDkxos&E(F{x>Z*i|5P*WmSzy2P1<AxnIUv|+hk-e}
zr|2tAzD2$<p#g#*N&2`|#t^#4x|f|~p^CrH(T%ic(sB>8pK#|(d6oBJ($pSv41CVW
zje$t5#8laKzVng!`C6EYAwkKaCw9E4dUo>YAtG1ZCB-0!CkrKBi#la*e7AEbB&PHt
zU2R{)gO<*+y}47vZG_~*NQ^_b7MIKX9JIE55@kwon&#0EaWA5LkqM!{B>f{jjM$OP
z8?UmrlR$5OaGiNtcQbS2qKceqO^n=xj3ruH<1gl<1`zh<2ItM>3cnWr0c|>RLu*nN
z-yO<hFs+m&Q&A@a;)RP>xPH|c%|R3<4URjX>YcGNh*>O$9-BdqGnPb(e4)np?iS*4
zDUeqw<~!-O&te(&K3)>bCHjO#o0mB|5|g_Ct^f|XOrFMh9g%VLg=}f2m_vQeV}ait
zw0_}Xk@)VUkqKuE-+#s`en@3W=EF!$v+?lw89N)gSv|Q-$J>I!o2D-vi6ao=q-*xS
zV{Ut2s+qMxGAqc<K*BD5?)UCdCFJngD&H6m-25cGbaUbg*!Dtb+I}{f{#2MfKzyg%
z$Os<5^46=loIXeDiNBs`KVZplceq7#F0J8tsoOJC#Y4V>i4cuOuEpfmm)~rG+J+q5
zk2V+<=yF6ij)TND-D@cscCTm^J}5z7f_-=+PHp|VXh?0d%3thG_I1ra<NJ>Jh~cAc
zV$YBZIixsu@#snsf9pK5+;vFcILl^Y)ne$tp-oPKJ#%u*ZI*P!)1r5#v#BN8w0Z1`
zqu8e|TyY^rk?;H`o!%%kWqX+WgL=l2J10A6%{ss_;nfK&dIi$$(@P;4H|`|}QQ{m?
zsGU7_HscD8c}x-GDO>EG2lW{kX0pv)R*Vaw9TwXmcp6gzsex>f`D-)F2{(alHUyJR
zg10s0x?v+(UH8x!ShuQR!4A~Q7z0Wks_9><gEq{@kqM$Eg>sFH7dK0v9Z!jth%wE+
z2(3G@@V7tgFIeh`G>U~f%ux_wRU=zCx(JDIKCVs$46sAUp3MlU6SF3tAP`=LQ*oV5
z^JSF<5+mWO5m)G#iuL;G_5eNvSH;kVjBADNp5s$Whl)@{d~GcAr<oHiwd#r<)5MG_
zln9;HYB_NT7gDW5!Su(l#LJX$P4;IL7%!Ll|4S9|;c?g^_vk;g5Q{ACfBq>0WKkW)
z<IcWdR+s+)nz{G27!FeuZBBlOX=l#smpl~=Mn{{$pd1<FCux0ZuN(0g%V2j_5WnlQ
zTD6cx%q@*wbJOT2V-%|mAiFr)3eLO<m+y&u+;6DDQHq?V2<>tCUd%&6l8xcKz@cg@
z0Dq59t?C_gk?-bmTRs(?XJtb27&@2<r{WH_>Y`HVWYz1a(;U8g>bv5VC)8Q99A;;E
zH(fJQ)M~zY%CX&Whh0;xYw;*@>-IEpES>wM@CiXooLxp%A<^=Y;C*5MG1tqPzV<-+
z<Z)B;pVkfeKvDiw<Gm#UFsqVij-zv`toEBv4-!#+4o;x=qDDV!Vc48NnsIqM3^hMU
zSB()3h6X-#<O-H=ZbIHNf6HUQit=Q~JXclgB{|}RYZpM}1%|$*yFUIJ@djFtBd=>A
z_Kz9wtaaWa>!~wn>{=iik6bJ|l-&WBBDvJQ8vZ#Yjvtd`r_pcvEPkMObKC$v9@qsV
zW!BU6;1s*1o@`5h#kKf&j*jKA)s$djYNo#sXxgt6tqE^O?gODro8cCnNdP~1a9KES
z*6d521tNlSa|WRW6G09@l}fP8Q9~rc6WjM-Ii<(XJk&fM)iE&!_%`YEB<;rcJrq*l
zko$Er>uxA(0V^89KE^2Fio^3-dK#hOJnG<edKee22Tl2?{}lL43a}fW=JHqoy<iDq
zg~Au+Rxg(lf?;RVdW~l9NfU_X8oP+PuM88aIpCP)OlA~IDQYsJ8(mU%EJ{e4hv*oK
z9#7LgkK9uO%rvLpPh7`p%?m^8KKH@sRd_lRqk8U!d)iDAr%6MIqsMOj$GU#Xn6;9n
zvT4CXvW?xhrLwnNp2xDW>yB<FlJBomUvjRG8csyEv)=xvhPRQutuAHNhm!6+-I|7{
zSE3sfVb#2Z>we495UA%;DK~)*j($g-XvcoD7TKUBL$Y|Cn{*4nS1WegW*HraD3SoG
zUDjAx06E20fN>ZI)L;;Wx%(_zef{ZfE4?3!i$M7gkw|xNVY@?Yxe)P>;sWZOND(Xf
z7)#J3<^4*?_PyZfsOH_fK6rbXJ$$GJP#pLBn@X`9P4=TaIEW0kwl$wJMg=%y6{3)p
z*s<KUOCYp?u=4i-Ci9agL6x=C{qXTibdz4?cDLp~h)8bXX>s8KW88`9z(oc@p3$}U
zJ>`vWeiF5^H42`mUk{16^BK&!F}AR0V*0r${O>zc()WA4hlPzAt2en}*+7ujZcSfu
z?Ipt8(u#v#27`_PaH_@0DGEph?+$z6s|FK&<2n%n-R&*>(A+-~@0F6QnVOeAqWD%d
z`5VZ!g|LdxV(&KcerjS@&mcUr2f1lzxOOX~#ApCdOfEC36?Gaff#b?X{|;J!y1C`y
z15=h+1Fbn;=kb=sd0pAMS-T)v2|RO}pF9MD;_Mp>=SAyVhQ&u%*iA#U0O(H<QGBN=
z5XLZ(7wnHK{pKU5lx*F+rd>TV<?<=b;)}PI+m<cE9iS}9u<z2ESCh5Biyj{ZFUsPg
z@qmu5YtNj27xr2z@t?2JvhGwQR0T~cGscKB_`rO7L6gW)_YEOz3e19VMVNJJJsbx{
z#En%XKJY$w6EfP<&>m>1(dRJGShM3WJT=g&FD{EN(n%?QkayuW|IKMjxnefvAk#NQ
zjwhd=Q~KqLD&jk4)S^exEHJuF%gr7C4q*%-&pNg1iB*2#0M5?83sHUa-xFcd<`S?t
z2aMMW_OkLjd3n`G_C!v{f{&u)o7d6!hnr&bU?VCLdW^5oY+UW^nR~)&yw-E$t39-s
zF#0=dotH1w1&MucLyzp|i5o0^1tNPm7>3=h?JCBjK1V|v*%iC*nf)>&&pVLIm*@&1
zGlmr`9-tO!7C=ts!U)B;;^14`>}$HTDevm;t)}ZXQvU`;x^@539sM_*5xB8fP(GTJ
z?lN<W&@y6JwU<|pIF}rozjYiy@qMR6QK@VcbWEFKy{4>xZ%63;<PHABW2&C293$5V
z93e`Z26((K9_kTfCR<J-a1DZ1A6>eGvU<bqu7s@(3!$<4u)(0|A%;CGRfI(2+Ellm
ze~=fr8N&VFzlDQmSz4%P*jS)rpA(3bqVcg}Lc35lRDVusA6R?0UVo!oRZMFpzv%uJ
zEiGd}fh0F0H$ed;R2WC8V<YujpzGfmoO4It`Thqg_vvk~ouMq!ALr^fHEM?cV%TZr
zSL5c1h=p2&#Y8=Kl0-DrO_*@jK9RIMP3Do@2WdO1t)k@n=qvGt*loh1hnsRBJ~G?}
z2@P8-<eTkX*C|+E8Uv>7$)Y27Dz4ws6hXwmu!2bCN8<VN62)Y<b4pP^a(5+0Sh)&h
z9(;dh-2X91+c%v&ol9hoQJYv&{Bph{UGi>@>fuQ2aE+D!QQI={{%An_E%oj625%?0
zc+tZ{XR8owVg>~OE!^w;RT@G>iY^B{)Yr9xGd&Fv>fY`tvO)3IH0huLorJGL%tPC9
zwkTJr4*#f5q)Z!HS|UJnyX__`fPU6dDEBt>w+nKQAxe<Yb|`mY*;?T{b(}!}QZnuV
z;q#r+Yx>#St=H|*@C<+Hkx}DyR7I3GxG!<04dSd<)IKi6yow9l2AyzK_Lm2N)?7q*
z5#;kibIH7~(WU^O>xk~cqS1jo7SQgQ;x+pu)=@Lc(im`+^*R^kjqSdC&5H0fQ<jdi
z2aS%%jd6gBJgAzZqMs$7l3!$B&K>c<&-UX$uoU=v+ho-1bmA|c4ecW^Dl8`2PB%4*
zQNonDdUT&Q7cSNa*%u?%>@?1RBsfc5Tyt~qNX3EF@E{a4dy(dUmMFP%^)rhrJ|<`e
zgT@rL1~wn6;KYL<`1<u}LS=Xxg=B3Z52#w<B<790FVK*DA{5k&si=?0O?5Boqv)eg
z*+m|<Ok?RUYNqVth}EtoZ@dEYcAqtwB}MSo!}lnFl9Xijh!uGge+wEDNYFU-E&S<}
z&L-ak<4^<wKl}kg$du0hzi5E}yNvk%Xn@QdEdL|>F%htGvT^*+>3>^*Y@GiU3IG3E
zfG(gaDR-}Qlo3FSw8AjB%r5K_?o_NWz%Y!$Ft9}u#Do;F5Q{scxQhf4El5a8NklXL
zG0wAp?zg&EyR6o}PdB~!y?ecTKRoyel4}9#yJ(ic%7R1+JqCOUAOecg(y}N3K#-4t
z0ze=F1%x;!Fke?>09eD@y!#R%BY!{?UBd(vE%J~-LPsqL5CL7~%m6eH0MQZwqND-@
z0RRvrzw`u)x<CaW4?$Z%E$;xA5+KvT02L7~FRtNR+y(RF-&d#ufF~dUqobmpe&xW&
zx(2rn6d-`}K?OJlbmz#02<8ERNKoO0{~3ir!jpiZPO1B6Z?CVX!5tp=ggZB;9G(EX
z4k^F__@{u*Z$TSCey}j}VI2d%GGpQZAQ)T&yua_T32qej5!^5VZXCmf3?blL!^nov
z&fo>`;20H_KrT9l5&Q--`~Y|Zd)<Hm9|M1MZ|q;{gdB(NOdwFAT^&LQeGVbK18}!6
zz~>bfkA*%8JOB_wujmMe*MTBu!aW2I<`J-1_ubAA0-}2G0D|!E?mX}n+}o%pgJ*#5
zzpO-m^-Sm5YGUhDM7lZ#5Gmk;^}i|mw+s}Yo4y}^Hmi_<&tmU?tk?Sx+THrX>t0=t
z*o6Cbc?_(j{Rl15`}};~7*GT-NXV!t$N&S|01WsQz<>3RVSRNCdxH1$>|Q|v{^}*v
z18}?`GzfO!!heYG-U2-a04d$%H1mJ{;J=oL0fPYA94Md-fg8h!Ab*u{Zo}8V>*puk
z!@dCV0v5M{fCc*f{{5N-7pBo79ACfSzux`dSXh@}Rbt!zWWVk*f`Avm_h+EM9-twD
z01O%^FbJakAivE~bRfU&(DVLED+q2902t5Z+Rv;%)yDPxAp7ssaB>6u(U!yuHKBkU
zzrs$=2@DWXegS{|mA~94e`ELhs=xXqe|KRjJh{34;hcWsfAI_>ptsjw=mBK4<WRH#
zv?N+!5r1J>1HTb!&}PtYE+2OlSWrP|K|DivvSxY>2>24`@%XoeKyQH?mqUsQ;ruBd
zN9>=ZtmYg*Wzo+8f1hmy%>o5~QH3v{u0sC&Jo7!@$Uz<jqhX)DWBP0`wB`P<g)sp{
zw*D7#0vaFyj_%>_NCoQgZ6Sca1}y@%hJ5{*u={7i1d8V<0A8m80l15~`)gUFqk!M@
z`gB45DWP6n-Nkc1Ghok|e@*_@*kDhAf{<qA2?`Sk<Ch6(OH!U(_Pec$l-s>2%F2Md
z3p&z1D)o;cD^5XzW@9;GjgvO;8l#Jiy4r&`&oAj0#D6PTV_N!!$a-R__OCH)56bN1
z8Of2q{1=(!5!j4PvPmen(kLBoM(0c-dsiK_*4BI003>h*^|yJF&t}B*Du}A^whMMw
z6*SZHB_-(WyP6B)tQ*hRb&&YV&E~ZoBfMXq+dNE~+_9R%RW~sNgWZR_N_z%>K$7sn
z=FiHm_4}>9s|+ZSO(y)kNeFtO4?=JYrfPv}ZdjH5Gr&xss<YzAIgz0c))&2GTO5K1
zsKInsj8}Q~q}_QOcIf(M|NP-9O%Vv)W*Szp{rX>f%P!9^f<76KW(Zhcm$YdePlCRj
z>hJE3@v7Pa&Z%>}r6K^tsGk?X&LA2_95-()#rTN>HOdw*2BCsl56Hs!rh9Oa5<_|0
zbd|}r(&MA>#of2a{pxZ!rlO_V_WV3-Eu=}cvHywU{`Up<xv>GC;>kqE5dw>A8k;b`
zxRiA%huUq5Dy%0`Uq=U>UAaH-A?_(~XNzjrSUcLFXsc8`+H_K^*F~LI?MNm5hL73I
z&N-L+mxP|%TkxIivC)+|d<h!9(;nyD^1-a?WiRTIX!Dyr+JuXT%pA(OdBnQ!8%KK8
z*dOwGven1WyrzOKsW-+2cI&2<aP&rU1|Nz(pfJ?~@g5l2JgQesGViT3ONqBj4Pa8z
z^049y)sWb{Uhwe#K47=VKDVqWrt7m4=^EerpBqI9S~n4LN%Cf-iVa*unsjK>{Zi}K
z_X-_D0l<-XO7Pyx%pH_sCNI6ZcEo8N5j=qoh(iEs(aZBjLTN0aU|Z?vY31A{+D|GL
z?>9h(y)#6=fV17+PoeEvRj%{;P$KrXn*@$O?pM;%*hu_;@u7o657B-Lo-KLa9xo^@
zwwkLKM*7bsX}@X_K$<^jufa}o(Qe^<Y@%U__x0{t<OHJw;*dGFE&FNCQn)n9VxTBc
z_*4gy5VaV3s_tIRvmGYaW}X6A-R$hl15izYlOZH;uiSt;KcL%u%;z#SekvE?xf^A&
z5`FUR`G3Bw<gu;oAlosE)X=zwJP74_=n~n(Iwnbf9PUcc%F;s!tV7ReZUy*<Y)z|r
zCA}0}5$Robr~J*Izt<Cng4avBza<b}N>DlP2#@Mm=;~WWynVsi%+t<yu}$^%&gE~t
zS;-XEu#l6UB6QJ?l1YdR`$Uwj6{Gy@rtqGP&EgR*{|F>f86L3ea5W72C~L`1U1TQm
z=B+nkI%%?=>!hd5f>=exq*wQ6D$bLlE7YtHMmu;sEWC*8&O%ME+<FPC-YX<3_>Wp6
zL7n4di8!c$t9&s_-A3V$e}1$45RZhyD#|ExZO=>kN;!`fBo0CUv+O9{YB&A~fGcx1
zlIde7J~B;Hi9fjZb3aSOdd7*auW-hsR+zRj=ZqdVWi$DFU3zr2^NeRi$FL12y%kmk
zi+*pYhN!jQU}%@N<34U!?F?g4=P!HZ=5)oE!zYYIP6@oXWaPhCJ5}~Iq%klBlUDWl
z`ooPg^1=ExpYd<fQ)=)G_w`#{ett6XV;1s%T3(up#FN$Rns@&!iLJ8wNxbqRi*>01
z-qdkJ$I_*+1N^0$n*rTw57$wF;i9^Mx;Ofr$~YmQs-Qq^L4-;{v4A(>%_}RqCn6Y7
zD|IL;Y528_y@y!qTp5pcBg8akTwCpOr@JE~d*gi??#Y$>B`XudJ&2!FVI-e)+SUY_
z-B--bG9JPtdIi{SzO6DQiL@bAG3a-Flbwh^;jz8+CA7KIxK1@uNJXrjmBxty;M=Bm
zSur_~sD{ivm{(BYl)qc?YmaUGa&NuVxSRg!iJY4VWHb~(;{F%HI^ORoKMO}BULva0
z3miZG5CVciWD?Qn4MiRnw<{e89@j6Oob(Y3sR2Jp+$r9eMZKwiHgB<)HCI~jslHO{
zJuJHhc|0W#BkkvAoXv3{kD{AoJ7^jeL@8wAOQo$}QljPz3rfdmSki9asjobPE=3Gc
zHLZ+*_aPD0nxV~jucy*5UV&ALK5WHxN~5QS*xQ<YEj1*~f6k_Q6nSh;8f9d<<yLIp
z#YI*}#Jd4poTzuD0riKphex8dz|+XGsc<6IN}kfAgB0J{KFEuqjfkc3-1ZZBUQvp;
z$Awp&q;Q6ih6<{zdlBDFD9qN%CZbkP#Yj9){h~ZlK(+-gg>bEKtkW?rSS^K?u*x=+
z1}^~AHl`0q2Nk<psA7h=yd=5kQ9}?>GU?l6`j2=YppiX(#GF`*a9$A-%lB0bhnp(z
zVN?#7REsX`R24GD=FX^8^ShemImf?=_+&HbCK0wkG|R^atanp#2qB+q5VqQc^Bx2h
zok(V;mF%fQtft~k`!n!RlE8loAyHPmGOR?vd@WU8&jy2PQ_){@#=&`IOTOKcubj1}
zF`6hImd7?2)Z)%Uq+OMEFfG=tObpZBBB95-MjpN(&?sajBBHuk>r?RRD+{R%^z@iA
z2Qi^2V<<iuRg4phpf*{&^5qSHw@`*MmnCu|Zgvls1qKpeH(6oyRMBKb>)IAVnVnlD
z?A|yUF6XgQ3@2N#45nV@r9=>=3FMIn*hh-WT9)>71~gNDBiNt{_D;q9TJ$bET#S%f
zTN)7WM5GF2HYdHshS1&Zv?9ZoYrs(+jrR>kc4N2hszt$euxvUaAzzur69={dz_^7X
zA0~SnI$L9!>}Q!1d5fQv9}a(};+rzN@p*Q7?h?W$*k{;1THh||saKJpmlZUV(D!g)
zDq2I0dEJxQ8pE*(#O~>KKTmU28gZG%a6R#UlTm39#UFII?#hF3OLhF5d_EC<CmzDX
zDv4{zg=j8)j{JNfb>AWN3ohf9Vhf2go1;kTj9u6)g{!(gkYDK*%ss~X>s|QrLZpQl
zqYdMFcx~SmGHIQnm%@y4u!|>2F;L6#nC!-ox#gkog)NHL+Xds@PB-*4OUClK*E*Fq
zqQf}$)aUx-|4??Sbekj@o^DIY6YVsw^&FLbR8$vGqL!T%+G03^G_{92;XyL=!5^Ql
z^bUJG7(0tQ>*<*O{CZ!bav#k#@;h&Z?84(f0m=k#9#L~z^WiugZ9E;q%qYRns5y#u
z(SSRVU?7g}Sz$9@c^aB<G7<<6>?D@^>5sA{dcmx#A*&8C^biv6{LScTQhT8mPd<s!
z53amZmQrV*6FathBJq}NzEw|g9g*a4&;mkB$Zum7Bm)OGUORnEs0yU+(ELS7<#<0}
z{z@D98rM&ur;Uqqe4Vs2%7+1aMS19V&A#)j_ihf;5ynl7Kqr}wZ$-4(zhxJ?)X~Yn
z@bBy$dNzx(YYi`E<gb$G*H<W|Wtp5laxFj3#%(+EHGN~oSDwD}VsdelL4Rgix+bwB
z<D=g3c2qr=*zJCoh+}deRAa0u*&Q-Uf21~aJB89VeO6`>;zmyXLw?y|Tc1aKXvbjN
zwZf==$YvxbP<^?{1D)I<p*K%Mc1sL?=3ZbmDvw+UsfxCJ9AqxKu&1RuSVANTVqpH}
z%r87xX@&69$KsCm4Wi9dmSLY_y$TsFKU>koAi0X)ux0{otc?e$cjRJ+C+A#MA0$<N
ziiz)L`yqS5J?WL_ogy@%p|}~8YQN^)b}S0o*ID(>(AVQ7_BSj@eh>^NGMBy;)%14R
z;qFq^M*{P|uamN$V9--~W1gjuMvX0(2U_`%<NwD91NDJOKO4BE=ckHfGU`-x;0d)k
zSAH&2uN*8Bd0>)0FOsV|ztj)myz*0XrdPfWN-ukp@7Uy^>@oc>?Jb6<==<_T`Uy-|
z82L%y)y%NyP5TYN*EvelFVm5sk~gkw4h6U48BdP0b1wnhqxDdRu$;N+n2+#if_l=G
z{^~ZB*J}J)PtwD8v4U>6Z3L$h!N(zc6CjHX*Hy;ZpMgO_<KiMKI!RF}dic0Z3_&A$
z>Eh=XhOhh<k}n~BFOvkIHFhh*3D&l^07^=St;hOgzVTck)Dz*zB?D)7x9L8pkk3b;
zv2GI6p$8=JsDZOFSnEycGRggR>_*iqQ<NZgWCP3`MBeJ(R4AyK%-6^^y?78Ctq9wI
z&ZLTl<huQ^Y_8C4U&dW?uj$N{;bZG-=nGlghX~8p*VRnnj#?S&e;>e(D&16#pkkHX
znhSZML2+_0SWzpdy%?nhvK=`u_1JGgq<6p&Kj5qLVn%rbr8x+@kl;BS9B}hzDxE69
zg)(Yi&d6$;E)_(8duQMo;x3pUAKHIf(MB;+JE~qh<<tXvNY_qCK9%*$f@;Q`Tz<S>
z!g5#99JlRctsJq6M*wWouv4`8A**L{Sr40x8YY7ji)hfQw>U>j_%`d0V^dvl6%V{z
zA5$Gk!kUee6MiCE6n%z_K&?(H%jQ|BEja7^u6tbo>1`L^W~uZSV=*?c)qR0i!BZJ`
z^AcvD7Im3aGAjx8G~6{iybweX#rlBSaNuh`W~dR{A`QaM{Ah3`HZ;9H5UPi_`@1}~
zBiB^T1*qJ5I9Z;Z4KBf9KePRK*^0Y6tABn{+TZWke3PDMd|zIx%yGo7%8N1&p?y4i
z9(0`Vru%ff>7I1)RzQK$vw+C^Rf9i6Osi{;uRSKKbc1Mu&I3(R$#0_oAuBcfr}l-@
zinKhzXRBx_H=Uj+t1PlypW1C8oh8BaX2{nBxMEFuYb#LQ20ph6sCuZi2p=$3SLGQ|
zs@|o537GZ4<>CfmCxXS3Btt1>Q;*V<NwE8PCZ)m6rSoIxz4)K2!9|f`zpr_Rxb;^K
zboaxWIroHi!ix_z%&Wxfh3%IV&6VXIML_ECRitTi`LVQ3Urf)ZvZxQ^PLCx9UL1if
zzcqZjHk?}-_;#YGqJ4s;<YVUS4g1F9p$^u(vNYI4xsHGAZpSeJZ2|;Sw$Q?NLmnJw
z;j!To8~Y$OG%HprjAuCmM}4Xv$iXdla}467tNEr5&ti~Pe~Ftu*r9I3&^?wsY&K>x
z+E>xy<jLyo=c1}#J1`+}@*eDr0+I_q<h5+xQZMh07b)so&-0<YEo-RrhhzI0a@p;2
zSXa~}yLyS_I^<*e<D&YP0i&|sN%2VUxcKTWH<_E*ovk4?w{{|;S<g%4t8};7F$vR~
zzFGj+EHQUeCzw|vR<@B1Zc`EK4PvKF65f0C$v#-m)u;xzb|VEeGZadj{<BrJ1{XMU
zNdzt~o;y_<&26*CaCY!!;F_OF%Q7(7^9fc~y3M9Ak@{>4;rT0Tm@QWIsXj@0@Zxnk
zMX^~uwYcclLvQA|1k9Gd--{Sf`(7jEBTPwb>g`+dWV2RDe_t~UU*<gVwqt+Jjuwe^
zLrE=5qB2v`IH}`8(66Mas9#sWV}H$p&1YR3DCzy~MAvp1{_wwww^ohsfc8quAs|;7
zt6bFFp`Bz7?*-zKE|xRIrA?Z5rG#Hk(1xsR_u#3Pz{|$Z#V#E$oEzojg{0}Z&&(ht
zyOxK{Zy(3rO87T;7jf~;#zYz2rDV-}mFypVTOab~l&C}Zr@i_PJ(TEfq1m^|+QU|F
zbX#(h>7|-|#>a+RqByWotWv9`9Ovh7z4`M#?W_!e9q|){m_MZlK785D?|Nz)uq7vj
z<@NCP|Ao`&NSSk)@sgY==WQm#l`Ssz+}SfSo!TdF_bSOo<63boCVOz-X9a%Wvd=HS
zftAwlr=r3}>haiJNXH#zM${rK<-b8lTUCSf&)#PZhi2wJQF{|CdCnbN`)TQ3G<Cn5
z%k`cTz|$@QfQ7g}U(c5`)m&TVX87xHt)0!^QYa5yPWwC_r(d<~8{~<;)D0Iw<U0Rs
zE*58m^`t2&@J)b63VRV<3PTpPu>)Lf&uGVGj0Nd8U(M*iY4B)f6|vN!W4SOuA4i+U
z86tte5I@SXZw3pgbiash5~qAE&&Vm@wlAGcD-IgDfZF6(Icq~YL6+L*ogsEONTBl}
zAvsw?IC*>QIXl3XSdac0wHau;#ceP*TC%tFv8pTGdeRmcJugjrsi`QDG{-`OyIso`
z)G}g!huCGJ{R2gzBlMpdZf`?G(d977325Pl41JV5b@O}Q#c&PBa~i|fJ%GC2gK(nr
zac1_<o=VQtvR*%sAqh2qValgV(kXe9&dZA_-f85M9E8^zp1sS$?(PM37HKs}{(Z+2
ziRsk<jdR4n$-NRKjZ}F78kpf#uxG%Zfwne@?RR5<JA;I^*;~r1`NcNXDFXU}TIqyU
zhA3B2lHf?z;ZNt-=W$OX&kV>=f7gMkAL1XG>pfZtLv@7!*X{>CMZQC1s9SF8{T_Pj
zYYOyibXOZIiY!eDW~if0I||P4`l>T!>#2%Vo6G;ifm><QO^yZ?zkX^c$;RiSz|RAO
zMh>Z`m1w?4vP}VZcZQngJ0IM!Az={@NX_g0;UqF;y%Wa<w7u7eg!WH$o0-Vr%+n{O
zlx%bpO2Z)V(5=B9I(sj1`ypTd`zqbE2AGhnp@#M)VpIXE<E{@jF3S`#y3m59o}=w;
zE!<~Tq&}M>W{Dac8eJ)}CUfZaAZ2dt`I|V8yo>sYDU_LbpuD;$ZX!`y67eU!CyO%D
zS1aDWf>K~T_RnSB;W>CGC4TWrCd%;?fH<%3xQTZ)+0(9(-T}!^B4M3gHEK&5I#ga^
zQ<BV-gyF}CKEH_cXa!i5TRA>;w<G$gVsBACT{V;9lU3+VzxCzeGqP;D*>UdFuPHYX
z%-#Lbkh^9amp;7;M^+chL>bDp#G1}P9+C=M69>6JMv>QYFJmxA#T)mnj3Q9B;^oF4
zt*5P*A-%;h1>oo6_hh}FwXJY`_3{Bv^rcS>u&b_Z#C4)D-P$$gY&#l@5*OayJ{NeZ
zU}qy0eO3kd<peV|rkSTX+qzCZ>9O7G7UxR$m5-Td5Q7i4C6gNHZeB+_478^oa)b}M
z4S~#2kV_lEo=i^dow3Hm<>~h3hXy|&ug(l9Cr5UBJ7|u81FoG(b^G_W#N4R&sb^NM
z;w?He!4VYCj6NM|9BF@e8_${CY+`e=AE``6#k1gK!|J<<*h0#o$fmyG-xRA*W(n8C
zw*5-sqoOX)#+3dNh}W;xZS<hbH0>BFf3by7X%2XR3y9mBpa>zm+DN=iFq&4{@Cx(s
z&nUgq*`J%C@YeDTS|{>mp0`d{>XAzy;lRy%|1ITaM|(|F3XSJ{I;~!MB5e|>TZ^s?
ztmxSn14GQ_<k`ep9%`}CUE~r+O}_g&Z&W<5b#b!udDUYGPt^@sG${C8hWdJq==gQd
z#)sNvQ8{;>jM;8uf!p36juEE?aad=`ibfgU#nb`zvir?0J3E^%9;(l>VbgBkgN~dp
z)#`U6?_0u!Pm}l1N8T)oN;V9R`kL@y6hVZN&(yxG%8p5G)*g&}$5v^7cv^GispNIS
z#L@pKUoIDDwTC>Iwa%9!`Ip`dAwPMVME$I5lu=Fhl^a$q(`_0Cq!^k16*b!~HeC@&
z7`eKX-nxF=qUf>9$j&{KhIFQKuLBchS(Zu^u1j@%#KQfZ1r%b;LY)+Oao5$ENlKcB
zw&+vG;c@hwbz>R$t>;xH$08<cur2a5Ez)qRo^emPDx%7zbsuBB<atYnt{1o(j{lI9
zel|W@&SVY5kFWTW;x9?u(U3eac(4EhWb<F}mek!{K@AVa*~(L#h*cK&H=XSEb`J)g
zTNy{^e-A=T*5_!GDRe!JQw}~fiAtlgR@OPK11rHF%$lRKWw5MQfihB*(CpI9P(Rz<
z+mt1*MYVd2k{ZSem~TWz3mqZ>o@%@xu0vbI!40d78p|f_m|K~pwtSqZ%`3C4|9H$N
z)m9_RCuvlNpbBiHXbTpN2Q8&xMnSGj-WUVRfE?-Ds{2e<V7*nNF}ikxI9wZcm~NUS
zE|2tLN#^H#20u4Sg$aL##RRohi&iF+4GesDTa5+GkjgVq$JG(L3@;7~<iDuJf&<b1
zfQR?3-u_?k+y9=3`yc$q#K6G$Kfvw33MVT&$A3F~|JUXJ=5LJb4F5NP`~R+R#=HT$
z9ACVGL5;WNM%iw;jk8g;-N<oCj$amVyDd77x7lu;W3V$j&raw3z16zjRkc?6&7C&C
zb-!t=qL55h!4R3jk)0;Nz1G3d#7y@9Fow$0Oaqviv5A?Psc}F-u@+R<e)x|#pkSTO
z(g}cj@A_j#aAsq7`~4e<)#blN!MO%(vTFlCV*`LDr-w$TXJ!sa&CERO4}+WS0dO>S
zFTfNCL?pN}u)hToCp_IhKY?j!ar%*X+7kz8rGyO#4G)k0m3I$_$n9jFUtY&6Fu1ld
zwR=lkSYAgfxHN!baew*DM_B$=tE-Fak&(f}!;2Ynql@`3z!}8y3;<tHjk=%Q8Qt03
z-HEv$9|RaR=633@ItC#QsL%}5^-Zeo+TifQ;Kl~-17Q<bcKS+(k7xI4b~+mne+;0C
z=^2nz-1(zF_UMl}5B$4?4FF9%wRiA)^dnAC@RL6~R#pb*7B}{)C*Um|06M>lQ$RvF
zcYb*x1<%mN{xv+mzB+m^ytlrCVPS3aXn0TVY#dM$0X6VmJn)xtW^@VT;^J!P0=W6B
zNVJ4+$k#<<Xis)(U~X=AcM0?c&hJ>z+<76s)tm9lrHSng4)2}+2LN5rn>mUvn$gM0
zRJjG5yFG0>@@M==81yA>W_b&>Z(wG2dT0oo!3{XgD_fiK3sHZ1V)0v^bOQe%4(i7j
z2Nwqr9Zxj<6M%M#kMF=oH+Fjppl;6Y%%AU1{fj=>*Z?pcP*w+k>?~ctyUoAAKXQuZ
ze-J<H4(0{qlF4rt4?6HYesxFw6aT>E+|d5=IsQHOWSX>?n2?fK{#AY0?^;v@mj{3k
z=4J)}ObyN)a1u{=^yzW`wZ||yHt;w9o?ai*8wwn7M&E{S`$=#7_6Gy-;-3}_cHiHK
zg3DL7iX-qdmvF`C%#iKZ)A;R=_rkCH`zQO3ulTzc_Wg&H<kH;wqb&PV{`)6xYXjc$
z@)<ukKHt^pM-vb<JdU;gr>`vg)Ssp{xD9h|_U7NpR5yknO<-hi`Q?rsNS7oa@62pk
zP+hsAzx0@{^Ak_o47!<3&D{a;*P#XggD?K%?}A@#YW3vk+Tjy(oKN)>Kl8Ddg7jJj
zXXamnK@Cnmu)eXe4t;x+z>fev5Po8eJ~PexhhqeQT-+Oc6%M^$%)|eGHaEBN$tNcO
z4Uj(mYi=F_F+~2vc4Pp`B>fTC0VE&tM}QBMJhLDEHmLl9Hv(nw{RFQA$W;9ixB(<@
z@<$*KlsvE>e*ClhhBpFa$mGDz-pugdo<ghp`?v9%_Q$I2Pt8Y>`5Vi@cb>(y?)UuC
zpTxg8W%5e@o;dK0{{>HV`iC4J`cVuQ?GMBEs0Fa|ck&RvIXLs74~I{d_7{ZTs`Ufy
z*Mjv<|1LQHs(&BcyTgBP9Gv-EIQy`G`4#W^p8gx$GrX7ZGrV!&zl^_)^9RbG@f}S*
z1&*BVAM_VEy)*NddON&*a`gEzeo)N$$8u^MovBlsGxN6+1>aVO2lwanPH_DSZ}Kz$
zM~!nO4p8s^&!1&zYx{%#?hn&Wnce&>{_AJ%>dg4@FZ%DBiIM${g*{X|%bno_y7d=x
z^HYH~=x(rqosL1cu{=|3c)$60`}8#gBv(fHh1O&ELyp9=0^8J8Jm|Cip6Q`_PSP3I
zWu#stHO+hvefV8o*_+lOI$7ff`GcIO)i<O81jcIUtFK<J4@;13f2IJp38hocZd+oK
ze;%L5tCYw3OG;gA`0P#PwVLB(Utg*m(`dQ>929j%$%lO+YnU+9$&?_ZP_+A5B=5(U
zJvfc|L5>Dn9{kK5Yglc+xOoEWi{q?Ut#0gcF;e=!u>)a<Uu;{Ks73K-22nKc!SW7+
zR{w?O%>Dol@I*e>RKU=O1lDG#cgoGa#_};=m&#mIc6LkzsnEUnzHANU#R$W5nW_-Y
z6(fw;TdiR;V>yp?JHoD2ukr;`!(6F`X=dFoxD3(dHZDk;%SX>TXDw{3Tk{Th`JWet
zWsaVulX6XxWpWXNi$Ni3!&2<luAywn3@FV@F0j=~OS<4dq5kW<=^r3VoUuD(AJWf|
z@uu9l>6&5K4PY)QhuOp{Z`3PwMgPk6KF;VagR8(Y{71Z@%6GfPL@&?Gc<WIz!)Mx@
zPwz63wX?e`M-?g`{+a&-XsJv(cIpO<QR$wD6XZ5dw0f|A(CelpUax3W;YH6uy*2or
zj~H{TRLk0ZPRErA*Lh;hF}SPXuu)+lFOS=qxORJ~sgYO)c$^kIdTJgbQE;Pnm5!l)
zf7`#54CPCrl)6$RST*;4=5^q!A=fgp%ef<UjBuLDvip|iHO=><!F?)XIYCthl7;fO
z5&T2$lKzT41>o&m3K&;UcVhyp`L<H<%LEX63adtxeK++1$(U`htX4X`2a$)>RlMH>
zPrD!&ni+UogqWF|gl~<t^VCLnwm|oeK9b<=vE?M1>yXnO8wdrzNH1oHD=l@mgi7r)
z3dx*X_I-|A98iQ(U^`=DF@zj`RIvZ(3qRZF^aa8n`0_Jsdv9_{zeRA?NE9xL-kfod
z*!?v!1N6$-C_chE6iPlBuaAGB&7Edj%9q_yzXF-QV<@(D4NymYl-MSQP;z*vA>3l^
z+`ukx<OBg=C(xrAY7H=!gqJNa5^#SxsbU869VylG=TkRG`jSJK?pF(x3hnx2qX;I5
z)ER~7UVc%MalsQ^X+aCG9}a>(CpCe^(MlLMm^VC`*y(x0^F5GfRG4B&It?xasU{Lp
z&KygzByY7}@Qw?H`2862py2sUkM{=hMMs8o4xy8OXZM^;+!fc}JKk-5|6Mxqvbz)?
zQXrJ|^>uM6TR^NyoQF}LfI#m$u%Iikcm9NJDQD*An#SFW4Y(c(VwqrKCdM=Oc23M`
z&c>cZ+;9r(!hj%U1getXXgxSvjor;chg<y4?4?8q*$-b3Dcr5q`?`_3xg+h!40~tl
z^H<SZRqHW)y~!3oWUxa_)uEc;qdK)@PKh6F`*N^5B%QwCc>x&Aa>@x~me_Ovz3oeC
zS}kol#Z)_Sj0>~qKCdecJMoPr8gUgVZP+@9gy>N(ODH<29PrjiO*3OvrsgnB9v`>O
ziOZkJ!bGlTcja=BH=h~{FTewPFmyN-L#NcBq)C#g?jpW56?a@b+rj-poz(Pl>|WVH
zUUVWh=d@tbwuDCb?nIa>-|^rcjbaP+dOAsJl(BFSBfn{TrKfS$p{59tayKIPw$HsP
zSdrt|Mt;>EcbY|c8OdgT98F2NKOql+X4T}4gm24{Jen<~a=*io|8~=0$>@WLf`(Yz
z<<ClFAa}L&b9?Y7<@3tz!h<M1tGUR)8hY8(+BaTur@Yz#P{Hbln$(CT?7;O$Z{|u1
z89uEx6AaRnWeldkcscHZyVKPJLy#gy3p*a)aH`bvQb=RSnN?LcmG<CAdB!<{fK?*7
zRf_9to9fk|<X@ipx~0woNLbSBKi-x(yJaK{d=AM?3Mz#z8F%X)h|P4~L*;x!b*myn
zotCmlY?2qpAfNBvMPf(Fp!It<*=$jykZSZlAz4PuS42%R-#n!o<vJInN0~+++ish0
zJgR=ixC|*L|7a}-wWNng5rjs9NdiNjyneKtCj@M+RENp-T32{Nnh`ys5u9BW0N6+H
z@h4YBc0Gt8?1i1TRy(}UVrrym8_&DhUuVg}5Z8=2J?2tEi#$egR0hsON6`3=qi6~m
z8Y)%EpSjASZ`XbQq`!@zPXJJ8uxu@kGcDR_4oW#kh{7&#$SMN$1H)$3BUD!fQw!*P
z-k}R#iK6GvH)J(HZEBGigAGV;r8Hx}Zyghs0rBD!Ksmy=j<>Q9DK>)J*{M2JBdnzC
z`FDpO^9^OfFOhTf(H@0zfNPNQv66Nf>iWX|7>Sr)1%o@=*E#Y3tthMmWhcYRdkJr>
z`%eD%_6)Psz-10otY01z8qwzBP5@R*B^PKnFv7@?GiP4wg2GlI6bgH#ARKJ};C-cW
z41+|ZRf<%s^h%b{mzv#elSgsfLe4YIBrYItpq!!N^du?wD0tI7;jHD;Ev8UI+gfXC
zs=nGZ;UYSXCAnmHp)<K1vAcRz%-9VD?e<c^Ul3!yC0SfhY0(0Zuy17G{5m{J!?uJs
z!QBT9)<twjknf%+!1rG(jUVl$X&IBRYG2$kqPxh$yCnz(9lkS$=RTH6(PRP1e`+`F
zzpY3iG&VV<%HJ$~IJY|yPa1tnH4zZ=bzUAu1K-V8@DstG;MZLt+?7R+h||YoJqXh?
z_)`MT0c<)mFk}R@4wf4*>!jE<TCj26`72r?U54~wFsQRpkJ{|3jh^1qNuonF#jMbM
z3Z}t|sl4*8e^!TyBIZyIv=jX5EaStCL<smlonU+7S#m<h{n}&V<0lpAcL$NtWxceZ
z<_%+nikxj;84;0U3C10pIYg@d{jQ!U60#&g23rw)uCqohlQ&}?M`G@M%_5&J#Q)qS
z@%MRE*hK-)=9O9#uORvU<(wkLaPdb(mrW2|a60mNXLJEJ_%uhySH3OZf9m$faHWb?
z$)DcDCu<#_`|X5gh+^R7`?asDPoL9FK4s!8^+{^i2*sRKuC*@9WL)=UV4Ez8F&eRH
z)nT!?htbzRd9W?8NjyekLHRvIAIho_QtX|o1#W12zCB@D2!Z}*_1IdY`1>Ec9p~~r
zD?BSXq|XZB{d!e$h%iDHGsG6-t7Y2?_o8G_MII%A!cE%tZYfs~0v?y@Z%LG|uWQ|<
zdZKyAxf<zs5D8SqxKTwQ$mgcB;(MYdL&<^bn)$(#up&VVYlaZ`FcU26Ko^^sz6nq_
zzJ%?O=bNtd2>e|%qOJN@jTk@XwToA&WCZi^lx+x8N0#-EsaPDVeu|cYu{lvl%9D0t
z>nF9jpjL#rqB>g?Ky)xOPb)J(O~9*{Dpad}la8aRg9^V<`u?h{brL+8Dtx))e`dBN
zcj{Zu5CIAaKK~TCg*-0NZg-GWbdAI>Ww+C(GdmIHI{#bLukc%i4!W#>h$o(+vF%bi
zzUeFXxmu<zJGd;h@t<hLYM&FT801|n%hF}MwNtq2ELwDe%h-`HZ(?te2TM==ivxuh
z&Lx6*dm?Z*VFIoz(o38dmuvDfK3N<fTQce0`d!DrnwIFJlE*h2<<S4(ws6j$lP1af
zdJX*^yR84gzm9CDu{;JmpLHX;JENPx*!f{!d*#C3Z@HiaB7GaC>!-(MVw4H-J?uR_
zFq9Y>i757MkTt|$1$M!bqmOvaY`i&Om&F;T(M?&J{)buid|NeU&P;jofy+%WpOs*{
zfasI`!+g~NpN|plrHpk>GX~z%8?_@G(GKGu<)scMejKvb1l2j$HY5;;yVvro7jeD-
z#5zlSFqS*j9xSaHInem5K@=Dk?76?09I}G;s<iUf4>biSUGLH2ijd1sB_Bd6H{nEX
z=*MFdlOzKrrm^M0MW49Nuo?@~=ArOv0-pjmHTujOw(3)Pq@75VH7>9qMsAASd!o_h
zx#7Q_v`U;yxfJSUAc-l@&wQfbvrp-YVsesXi|E^1>23(bA8*xA(ntF+qEaaCgt}b2
zeTpZY;&fpRbx8UvGFv<sDTw)Da;7Q?Tr(c)gwNG<+qXm$mv;9<VkPh{xxC(XG}64v
z;4a7={YD-xq=-5)_WJ=fCW^x1Wg`vh#Oo*Uz?|&rw{Et#=#JFyT3qsk>?kE0G%&ch
z<B3{p=0tH3TLgTpsGj*9rM4b0$T>!88$^8|>OIYLhJrG@rTn#0V23f{R+^5hjwmVt
z<|*=(a;`!sG3-hMJludP9TVd9XH)ab(T71?bUD#%#JLdhA}#l{8&;=!SoKcEF<2tJ
z1&2ER?$FbO56H}tdjP8${{p%u!{{?#)u93bHq-Cvu1jcQT@xD5$TMXnOj40q8ul^f
zZ&+8s5jdI#L$Xn!$f|Evd~f>X?>f}3zwHX`)S8NJEV+CM>JW2KI>b3j|I8(e4gz^2
zChyf8QMu@fbWGX&{EnOnA6VHGH`tsyQAR-nA5ONVq(8HqJdE(egs-$=+~llsoNxrR
z;=>yMSbCwUsly(ZBv-k<Y?)VS<Q}c~c6ENmd)`SKHlzS9lNeKCL7tBn%#$=7G&wMB
zb%#24yg#XklZ7Us!kUZ3YYr7b7dv@=1YRZ7xDEWz&dje+i!k=GDr8DK)r$EV^sAby
z-xJdr041fhRO*!MBf^8g2;!Mgs;r?^u%T!;gcAsPm94DeVIQw=6ne<~C4>boQd(R5
zTVTU+&}9tfRYx{(%lsNmCoiYI>XXkfS*z1#Yf3y*Np#G=AxF{I_BVCR$Vz>Yd#S>)
zK=FJ$E`~Cqp^C*6>W|yRdWbWmvzr%!-Af_OgduP@PE3|kdoR{86e2QR{R-}G1qN5F
zjZ!l2jMPM`VIpK`>-&tB44S_!Hf1_FaVQX1sWJ&=ISQBx8Z@2qT+@hF_C>uvz58>F
z>}K~91NePl0~G425fJI(HQIvo!abv~QNw6>Jj|kRI3oXO4e(*BN%nRx(GTpRK4~zK
zUND`gULjHw64bHeDZJ{i2dOP5R>fTxl3Z=yWY7#FeGQb!pd=b3Lo5`3gUcdll~O@}
zT#z%E1ud}_gH~qK`b(o8qw!-is1sQY>!&EGamE*Ry@qh3+WX_zTddRjeVP0MJViux
zGjyP%_@NNcXTE49G6}XrQSHd{H122^SqQW}dyT5|$#rs5wh22YG`~_A9#=d)oqysg
z>sMzL`B(UiGKtF<)S}y(ZiX*G{gbO*m$Jq^v}<u*=f6cb1*PJj8A~K6>4xnahvsy_
zD0Zi-sx@vBZW?7R@pvM+pK0Gl<PZqQMelI{b7v8jv1lR%MceMmKv{rtr7IKViWN9v
zwgbRu!!X+CJcN#B0@|KW)_+Ds$17zQ$VZZ=ck1p{1AyFOELDsvxpog}3#8ih=teko
zA~pCBoBd~_R@9%@ahI@IRVCXTFr`d|_?PJ#Q2B|vnSIkk{kCH<cKSoMP5yO;l@0MM
zK4|FA&LKrx?G&xYjYQ-=RJXt@=zR(vELtoXc4<l7M@JOFlW!OtmVxW3j&5BDlxEEc
zkh}9@pk1lpZuK{>I_<K$Ida98+{HMEQGb0$vC*1r#6iC*0DWK*D2}3{9EKD>Qt^V#
zKT{nn{^#i{uORWaHi=u@F_(aF@j5_u6jt?FI+2ZNA9dj;3P!<75w~m^<}7_n0up)X
zAuz6!-qoy7;XaC$GUb-N`SqxZ<eok4?`&P4B5&&PXg3&LZEH@ryARR9yOH00_B6O_
zFKvL*r@8OI1!8vaLk1pw2q)zu8Bf)T;jWlJU{g8oXEGal%5!34>3a)M;E2U8)nmm9
zF=bogq)ks<y!TxM^0ATkh<)C7!1X7w!i@{xHR09pVIlcXMX%qVKs<?W^eor}g-dVO
z#5zVx88?=RJ_%Jep)OKA_C?9z3q_#Wa2<0IxR}S~6yQ&JgY?HSAb?`7qbNIKl>D=6
zTwyv=p?;n5Ezj8Jy*_2K13CVxn7dSJER7Jw+LpHZ@H1`%p|P4&O5wIId0mY>Z8*%k
zu|Jn;<eA*5vwOjHFUPH`Dq4JyuOeGeY!;qxvveh+ReL|Fy&7D`*W#x`u3>^}CCNRV
z!*lkQm*(uh5O1K6kjXkh<t#rR>=%o#`ptuWsOk|8iFh9o;r@r_My|f9=hz*-E*sP^
zK5Yky3th4e|ENFMK>L399zJEl`&24O9ko(|nErY6h%Rz&2uo3S7fpsPch<<NfC@W6
zcpCNwNl0+^k~mRB3#hl@Z!ByB1-HeJ-E)gReBp7Hf64zJjNL<*Fig-M;IVDnw#{d3
z+qP}nwr$(CZQGv7n?=5pbF#@V=w)|T-F1};539}coG~>=%45ad^^xcqxKIWGva(y*
z8*dz7;<_o8;^Wh^Gq^fk`iY|5M;4g045_ROFM_aJzN+45{1iUEOZa4u@Q9Rl2;%zf
z%mNdW6C5g92xyJPJ8Mm}E2<_j=pMQ+OwX5HhFz{j_|)u2>F;Mr$ThnP$tezN_)Z-g
z1(Q33UBDAmYHC`1@%0!urYP4El^eS-8(v-NRyc{rU$LA2o2MN^7KCg#INV$s+}4HH
zHzYyr8g?|r4cpX5?cy6(hFD6;Ae;H%nZzoJ)U>N`HP@t;rA?q`tI)zR6*l|~3CFk2
z#m_f(LDQ(GJbP`KuM4ws6~WA_sH|F#Z@$ecF-Mp%cjWEBn}h@(il^wLA(gYfM6zy7
zp=8>0%k%a64T(cpJl0*tec>_aYrr8lPjjW}8kQ5RAE!*zO6e(&vOIQ|Xj8F!k;*pI
zkzoxMMoa+JF$%CkdQaFMHLrJZtYH$!X)(sR%?fWfoA)&NzbDVT+l?-%)>RAM_E6Ea
zrZ)B)TDT$(YYD$0>ABi;1p623J#(s>;Lm_?c}fH07Y`I!On2VH=lP%&?g8{&Lf9d*
zdcuJYAv{e?Q~v4<PhQ15QR#GOwilDT-zvg3oe4X%{UWIkgT55@$S@0%UNJ{v@V;_%
zZ?DJvitc8SIIIEZ%#$6KCNgUCTFsH@=0I00fBN^;%R~S1d75kha&Wp4)HY$wgDNIW
zz*fD_X7KrrSJwwv=+~*Ml)Ne>(KxDo*k+2HCM()YG=r}2tUl!svm4a@n7p+bRx533
z?}VSyHq9teWkLHG6VJ|Q<oCz$YiQQPP1_l!l{`wv{cp4ojSWtfk5F!^t6dp-@oQ)(
zFCBEYgzARhmn-)6<}~S)d9Ixm7vC2;T3w*<{S#C|rB3e18LV~YkyI506}a5{u=rZd
z`SeBW#oUiwyOz{2OYs`3E-*6EOdke$>Scb52|zub{7HN`3x=XzlG|WReTqa5wP$lL
z^n3JRB}4AA$B6Wa@B?f{QLv8zMs;8T&Yl-B>$(JSy`tWUhNFd8&<VzUx@rrw@>@#r
zIF-m`NrjMS!<Sk<gEd*%I7#h#I$23-Cl>=X#2kw|OE|{wWE`O+`Eb4YISiDa?i}G*
zutL8P$$`4X?!KEocw3Wt(Pk$WPfgr-c7ax&eIwQLb4FB22q14DJY??vdk*s0im!FA
zxOa!j%RLAR?AvSuP@h^g;O5G5&Po&t-$mNUPBq7IzZK;}8WWbQy~=)MGEVh>yeN$Q
zRl|JoL3P@wR>wv5I=DITRtACFY9&_xVQ&i~Rj4fy(Zo$l+6IdXwXo~+#q5aVV_t9|
zriqmmnkpN*(?$|t`fV6Oc*Q<e7h&%Bqa9GNRk~LA!d4{h`->v9w03Nnwiy&oxLmEO
zk*SG|=(60vjaB>%1EUk&QeDhDEyP_66?KWJZ~Iu@sJ7a7Jl04aUWm{%{2neeI7%5d
z5+UhHm=e!<8mK7Uf_klf3V9Vm7V&|<ispMLUf-esnqm989p2L#T!5Yy@%9VDysgq}
z14(+J)D^%o8Hk4`$jOBlB*(1nGzl$Mk$ENP)=_DBT<ku8fAmx`d5ZnL^X)h>o)ZF0
ziAC#y*vTe~aV8{-@o|1rFA8pYyJGqp!7QYe7spuf3g2+eUs_AN{LuW_vFdwiaz+J3
z9{*8C-t4K1lllnd>T}hU$Ec}XVAVEqeRzG6b|oM~f`Bgj<k$E>Hv>1Yk8)c)f`tW%
zZU`H^6fn0C%?E)wOsVi85*GHkqcFR+6mI_&!~N{6sW-5nC)IKuIMh#`lw9+{gKn6E
z!GxYEg;@FE_RJ6u1s%H$YM%P(iW)PWEDf9cqNPtTy1_uRykQ4t0(BndGkh7QUk<3l
z^G#EKs(mxgy~rqWfHv)&NN?L-r=fhyW*;IFY@3pMV;uZzy=v;d|B(~%*kHkNqs}hc
zm|w20u+uO*QU3FtvN%i1pRMUI=O_v$4M!+Nr0t?jJ&DtnhN8M40b|8lz7LOK`K~nb
zMbt2Kh&y^OJfnFI3PHXBMcv5|fZ@>4fJ=nSy{<Wt&gr#n7cOm9i`-r%7Sss8d2%6z
zKEd*3FTa8|?2d6|eKzO_Z7!GQZ))D2!h3-j`i)?Es9?>SW{hp%sfgHT3$8FiLq7yQ
zwUw&>;h>+t-$(<BRW4lmHS+N3Dg6e8NDq*iaB$@M{`HQ>`6{6{?+aS`c=^epRB&fH
zDrR%1s3T0k3zb)r|J!W3)e%#h!r3esk@pq=orTb|uOD`AZ)!JklEO@S2@LO(B+XOU
zLT#t$xenAIqWZX@whzy#pdaZ868I*qI3y#Bi>-3)oj_EZB~dA@%2|gyby^Cc>k~u&
zO$72TL-aKDx?ll5zah(N?q`rC_z(P~p!%!z!X&E-hY4oTf;K{xK0k|39C>WK!HtnS
z{wIQxX%hNw4@1j7q2fN+^eL3VLlBC&^g_-NL9m^Ulh(M+IvZM<VXDH{-G|SC+sKi(
z1D%PLe)r6FKINB-PV<JK?360L44>xG+_xo}epZzM^Aa8;aO!t5z}v8b@QmXQjEdax
zQa^KqtmrspE9M<P=yD}^0p`b{7VN<u&5H8!P*B`?MEY<ZyfJ3Wt0d_U0{PrI{r!QX
z&D`QsKmYz?LE8}1hwZr_QqMOgW*(G*!y`w*Vb~$4+2QXT3eR?c{ci{TbF0Wq{^ck=
zH|(g|lyMG5TUsIAI&r<qty}0GRnG}xYfZ;m4D~ft{3nP6mr{FHjzc%N1G663#QY}O
zG-T=$cFD_X?8Ta<mSaRb)eQ%=11S0~pb2eg!qtqUlVo67tlJT@{|JMZ&A?7Wi`jn}
z_jb@CCn%WFcZVA*4NxO&x>qv_Gf^S4iBqZ%n7;4(h)?KwV!5f)*7f=(LpoRMVOv)K
zALG5lr!PYGD}Q=aIND*QXu0MlX_F>ayI1Syn3Y`NA~MSg{E6_LwkGts7YuOoME!-H
zMW{DE4E-!4!G9~tQHaGW=Wh9B0`6Z)%!5<d#yz;E^P@#f_Vi49{JPS>A)M>)6S?C)
z;noXsLWSl_sySaHSW5#9@Ezqn9K(~^ubL0RAmDlZnWK#wSQ|M(#eA~DJ+69Ls@!>S
zW>>4n=|sBDzlw>xHD*+;G`%d1^&snT>6#bFW(?p7XBP?)17p`viU?tWOK!tsS44bK
zsdmj2iaGwfU4-xLz$b{1EIUjoT;sSS3QzcmB0>oaJGf^=ZjlLOr>dv(+y7ic8YLIz
zlgrAMr{mZ$t0L0hi~^xtS^lXoD8*mtlnth~0q8-(Qq8#djIj@r@QacOXV&z4wE6y0
ziTUyf)tGoCnfQIg7S%|H>IvKkynj%szA~B)p%UhTyPGevj=Wkj?xtQ>fDNtyFSkc@
zqWf34OM1sbgZUrsKCGgw0k%R-s$$T*h)L=S9zOCvl#z&Hf9<k2S9q8SFbGDDhdaRm
z(Xrzs4g(f8)$pK=Sv9b4rZshHW@x4iRV*6=3gJ$OABW5vrXj?EQCtpW&N=mqi*1TV
zm(N+{&vsU2Xx{nfNHLUWH>&Wt65dFmVR^2Pa0oTo$+|{@%5@An+ngtoEhKF96Y=#(
z;eN<Cfb%^G4TnE1bN0BCT~p-U93D*RD7jtWa2$`5;?}_d)Jf$Ss^v`lnre0><C#K}
z{r`N5BW+R%SLI_{t4(Svbo($cpUzO!OcFunhn7JFIkhYh0-Trk4f_HGfwC=5!r8a2
zpD<s^)Ph)^_}Z2uMTh?Aa`;~X#7*~Yyq`5N725p2Vpe5*xEGoZCjaX!ZpdThPra#k
zfuFYremZ(^FDvSA@xjCbEuI*Pb6k?Xu_hqXSY~@tLfb5t$6x%O&Ys67`a;q5Y1b|l
z*4zv{*iK#Lc*PRk2w5C*P<ELYs9RFQtZ2FK-C9745z2QAso_eI>O-gdIo8ZqsN;v8
zt|)+-pL7{m1KKnJBNI%R1y^75bdyTqz7b_QZaJ#6C}u6ktuL!QY87bTL(x_^fGn6K
z26K+AUC|XjRtt%^)uF-vDM-qgQiF&Rdj4{K8d>7V`VqBLe>;tt(9$99V@0FhA-H!d
z?o%qb7+^8eo17PAU+x2Q3M^0p({$($x%~6(DYIahL%BszH;gwE$@Yc~<&j)|^h%|_
zLuyELJ;1i}OC}hycHm>|JaUe<bJFDaja2KaMqCQ7?4<0!PmTc$z@S#23Ou4|Wyz|&
zl0w3NQaRXs6&KReBqG{$w!aAnko=2_*mD{p>cb0?qH+MLJ%cHEt?j}*Er`sH#mfy_
z=%o|b*zl7I_Qc|q0P6k?ecFO?t+J(sR-<z`^$joPDlg6q)$g;I$Q*l6Za>$5l5QEA
z$N~wgGTtn>fY6fYF#6V}XZ$>=XY?j(EW!fIgbw~pOEUQ{dcx>}#h6C&8@=#69S14e
zj#f!P+sIj*7pj`gw81Z<L_}kbd-W)EcRBkI9LGvH{I9Dch1y{s96e%c<sn3@)L|I9
z&Tr#b5q+vDJ-o{FkIc?8t+NqS4TNx4u&7=zZFH@6GN`!@18Jw*ujLo3J7w}TtPkUK
zZ^^&ZHTwQZ$rHFhw?i%eHp$`-W%WMVDF4m4X`w;$miuLVCU;jIg(&Hwb3H_?SNuk-
zD&41tEnTR45rwD*AJ1~e9AM61c5r(EFoT9J?gv2$5{hb_-s!jg$CLdlKQ#$f2#oKO
zP-M&#2R&6&%@plJh*p~eF2qp;&rrdahJdKyktp^rvHVfa?C*ZRaFB&ry%U(zKW6<?
zv^;z}JpVd`D|X{+Hl1TstMsI2X=E+tjtUoSj!%9{3A<<9Q5yqA$9XSVXo@m@(3$7l
zrHfb?v1x9=m9IbwldoeGQOfucZv$;LpTsMVN9U%7ik$-%3H=l^7uRk*rj^gG%ZhEv
zpHl}DR^EzQ(Q{y(C{}JyUTIgw_Wj=^<Ho5DqNxO7=CNMn=cDfDa|QmR)F!|Y%j=@=
zH_bOv%0IK17RfW^_7&?UL>AQkNkOlMWKF@vvH=tE$7^$Oi2!g8UhrZOU}gr*4X4}s
zMzWsw63S$NGpO5PF4rKyOIV5IJ&DJc#Je|9jaQ;vM>o%PiA(|Ok2H>kw<;?(_Sx@{
zT|$lCXC5Jk=sO#z@qBX-7Tx*0X&~4GGDf(6EUT_BRO@w13tF~v^a%?wHb_`A$~e%_
z*qxCtg3U<LEok#rQ%iKDZ1=`1L3`DN*B)H-a7*#|$OMCmw(vAM52nP5Xt;WgZzmt0
ztaT9kTMn<$%VJl88VrmC%*p9o3QlR5#$3K^B%sa}g49ed2Xr3<vZ06t$@<U+e8}Tx
zTBflKodlH9ZG-ZW1hF6TDG3+UNd>iob(Sr7!%R^}*eI8bmzN4%?QcOngNkqx(Nnm}
zXmGYNaB@Eo7<2V1xcF@`9dER$t?Fz~N8QL;D8JR+5wiIf0}x{h0&0j?Flra`sh|ro
z_#BoBBT3hy@*qe`TWkE7HXB%ABQ<+ChUHi-RZ%sH>ZX1NQNT;gtbQ3YVR43C>AAYp
zr#>M-v=^dHY8oL>l}l!fvFsTzfgV0Qn#mAHgJ8Vphd<evqT|Z$2HS~gOJBa39k)mS
zGIQ_zE*(<IGO95(u?+N<lD-*KfwhS6h$ixOm<UE&undAkVt(h(_4Dup*w4~c%YG>c
zEIB%qvV}r6L{TWRry8n$adnQG8T2im-4sqNd|Go~*VE|c6@vrcWSuU>hGQ}-(Cg;T
za_{)9#xnbCDEIa+s$lqXBPHu?`utu@j{U?Lg;4%v<vQ1T$VdF%nxo5%K9O3)iwKrO
z(EkBRq`X)#$i`W70h%))^i5^0(bk5mu_$p`h5=u8t$RIvydH1Ojtpb@%9!{t8#Zb`
zZUSpP&8=GRLQ-q=qY3@Qr=>qKr!`(b;yNFfVB+bLPl?3rBMN%M2qcW$l{*~Z@hvIi
zXtY<mAo0f=DlkReK}7879UJ=+sK%dtuG)&NqYB1BLOu}K*XRD*Xe3=}IhNto`?eCv
zD-8_w?*az3GEdpb$}^#Q5`f*0e3d-WsiZvneQ=9wZSv&pc2=lNy~abA;K{h{k>Fx0
zVX>PJfs~)xO1JO>7xf3yU1UCE9zS?qn(s;u4fFaDaKG3fN`|;oL}f;stjGC8*MW*9
zUPgWoqjYRuvh@wRM@3R-N2=XtdT<{gW|JMn))lnrDlGaEDF}`Z9{bhA<M5DePsy1}
zGd60Al<xJq&W_-saF1$Jy(E3r6(Y5gv1kyDDNK1!DeL98wLvdwERipD{FX;Hyadb!
zlR#!5JjN9SrGnC$`v}272hDyRooG$E@mRVA^g`=9BXzXRpL3U>B<VN+Icu0b9Tsmz
z|J0+qJ(_Q6k}2{0QNy8MlG;IeB^-$G!I8RjV@vKA0e5P9qg$Dt*;b;bg#6eh00moE
zCG6M{ZdTpK8;tVh*-D6(E=L=wpN_!ZRLk>+P^&`@hb>t$BYtnEmbJ$8*%`;9wp>HL
z)VkRMIL4a=>E(~^4aEA|Wsd1Q+t=upc)p9v+CmK~bF5syoRyBunu*3S`_f66beby~
z?mJR*7q>Oon3x)HoE;s2<}M9_m_uhvucJVU-}g@pDZwoKlV!=S-Db;0E-dq&MAM*-
zHC^1<&isn_plezLp%4!EkM>&WBwK##Z-K|Qzp1H&-$#=g9UfdPm56RB=@kP&Hnq-#
z5g6+%nzclHj%+@VebwV}Ioldpvz0sPhq(}%z3~+Y=x`NPi7`!mxiBM<`sV!*+wC=Z
zWA*&}3~<sD*(&5AKl73*!{zK@?G@(5CmXaorbw*@u<d#LO+mrgm!T_SJCyF)kaz`F
z<{dWl%cq~v!t^1l*yQjbR7)Z)i0KO5(rSImnRsnYE|+L`RD|ncTsUjAyo~DPU|&a9
zEVArFw%<Fd7cGnCtZfpbw4PFgIia8h82)cLJ;cR(&L+d93v5>c>#-$}Fqw-@jM_bW
zEu6XMP6+is)j5<Yma7xF8x`o$rOI}-%u$-By?oPLQ<Y5ceW<%E`FW13_WvGJGC8UK
zTH>2kec|!$_qe`6s`FiLJA}hdfosK{s=P??0#s@E&DZOQ)ozNaPy5G-S_BJ$Y2we;
zH`^!g8yt^|H|h)1HjEBAjZ>hgTnfqagi{`Y=d19W#`f_;4zHAdMBmA4DEOKi)QvgX
z|Kcq2HUGS}=70jDSS(&cAwYufw=fz>sqK&3yOXb>&s%Q%{LoT)PeS-x16wTc_0Wv2
zCFO2d8P;XhQhUPR=LIIC{+XMI#2VE%Ylh_pxD*<t`>c@H1nY8T+dt#LAef(TU)IF{
z5Xk0>jV}<mh+X(_@f5u#He_QE!T1lG&Vv|$wnu$6&BMbo!p<X5XxLU{_uBke^OlsZ
zx?apE0>hUZO1pO_s`v}|=u@B6(Ey>15#ZvvZVcNUvYw0APr9~Ik%*ydQkbbfG2!wY
z$lo&3lOVKiI_Um0hlufW(6fE1MtVg>Ct|$fwZQ=xfP%lM6Q{w*qCvpK_=o)+;p&I2
zpOf=Ijc<@SLanB%(74zVK-J(@q8Z7FW%5_sa@tKvB%h7M&UOhI#tqbpP@?Rj(I<hJ
z8tfD0acVLld@~iDF2jlPk_sq0_ZSXhx-Nr;S!#B<?GUQxZ*3By%P&QS=MsA(7q)Uq
z5jUi%&*lpqVBBQxzJ)IGV)=W(Jh;bng_{h2VknWvDA+XX<;;2tA%?MmW2T1Jc~W#l
zC@tI5{N#r*kQEQ?Wp;}-q_8Di7->>>S;ni2yuCq1EG%N(D^5F4aSG{d)nbN#qRFyr
zYKOeOC3Z)lO|r}6Np@!4SZB3tk7lq{P^2V&#E>2x<EVD~+pGf@QH#QTfrcGQ&1N^k
zA|=5~-0J!SUw#!rn_=bAcK<2yOhI-j>0MJfw6Ek4K)w`0IP*^j3$r0$Btot2hdbG|
zjo|=$d2|aJXE_z@Y|W4)iKjl5jYSpH{?b+&4z8tbjvmaZT3Hk0*fte3YIr1yKrMvP
z4jm@q`Yf5zI*13Q7+_(s(?syvWLA)&E$f6Lhef39l^824i8zb0*uxXm-6z6+R5`uu
ztc^;?O)8@tk$INHA^Fxbq%99t=zBEi^88L>82DV)nS6TQZ4d#7^B4XAYmxt|YL>E2
zHGAU8t7CYq-qDfhfSC5#zR&5S|LLH1X<!65tiquD8$+ozcMZL0555eN8#otWJV!^4
zy(AA47>nw4he8x+q`LKd4##CT1VU39j2L?29ga?n6c*DJgo9cM<;zaO?W{|-@#?`9
zD9bjp`SsW+G_XgzD`8UBK9Mw{NI8pHT>~4A+j=MQ^B5-QkOTsFG&N<jZcm|4CWoQ?
zPGSRq{F<AG%mwdE4+tI7nN~%EPOu4muFj3C;u04kdj9mvvX_1<iBj%)M4#Mj$)I=-
zdfH>w7f+vuN&TZU0$#-%CXan{mJPRR<=U~y|E-%$QS=(tB5K3NG1-3gIHdAgb-ya7
z|0iqqNv#Wm<DK<m5|@WO3}kX?d;qVs$7T0@IBGZenL!425?zZIcdw0?r~;n}m}~pX
zU+^zDM}^iFev6%^$0RR}>#bIc)|3|tH#*A@QVt6j4!41J_eh_kL5oaMI*^jQ9TGnn
zcW=tGl9DujJ#;8rLJd+2S#xD$#vnT~y;_y2N^%|5#MQ&8$*#w?0CO0{!DjEynSqim
z6RQ{RKv7b>)Rw3nhISsNA3Gy+C_}P5(o}9u#hKg$D!|KejB=hn&Eaw31So8bu_fqb
z-oTM<`HhYO-bvms3935)HwCHW6;$c?jlGpzlIC-yU};&C6LYB-gx~apn7jl8@{;ze
z_O%PkzYVlM9@~UVq!4nFx!+UXl9Osi-8_5vXbQ?5`Vreg4`1fWQI(f(Rma|=B_Cpi
z2HvG<cW)cc+4Tu+1;yw@<(YYG%MwSuOkC%xokKQ-Ri;_L4-*v@|3S1MX#AZAYtW-F
z!Ds=#bToAWKL+wBQ8;Hqnwfl%&oA)V_;t4|I4(IMH?R&xT-#s-D$EjUpR(k~@T=y)
z-zdrTxFY-D{;XeLATVj|=D25e8TJh~=vUJIkPvG8>CDaTunA&KPgx$z3j$qQB0p)g
z>fa8S5=WnMw<459hU%v~Iafs#S$JAku?wd+EcK?ByVG&v_5kW-dW0n8E6=Rb!8uH*
z??u4_L>X6d-JtQuZEsTEQ@gPQi-6DqzPe)Ob!$4sl_GXcqY=ity*>tSbDbr$=`gGn
z1^nd|$)xn)Mx36~D)!sZMIujTpAT#T?V+a)IKv4^)E5aoSdOtzr?<*~XV5`WG1Z$x
z9rs-L$gZjsTb37*6pki$QmIIiFb&xtT_ti9g}zP`#}rREF5~#SpOdwS6WsWSFVL`8
zvHeb4e;$WRVe({6)@fS5UqBkIvXR3&N#=b08keF}aNkF?Pq!oKmAC8bB7H(%+^lk8
zk0sM`ihjaizy((76v)920A(m}&AtZLIA4mw-3oTVIxnQ6GjuJhkCjHUisgY_nDQd(
z9$WD@?Qm*=iT1brJzQ+HrHozdx?E+y$kdo&9SaoCfd}SMG8(qyzAbrjz?qZ|2&?HH
z!v>A^+>BdLUYe2JY@6YNy16HXMzN_yGxJ0kqMasf=U!=9?3Jk^RKnPP$XSs>I8xG$
z?3~6%9nO_0wFovva5m70VxJ2^<p5oX{#2~jGl6)ALO$2``WHA~Rdw?EYf=TRTCUg5
z=FP~C*{Wkxmz#H`J`!AgO(y;qNBV^^9oY*A`**o#n_0ZW0YWUsl7~T-g9e>u0z=Ef
zRkjKfiq)y{t=h`(eE`PfcpjG!)m>-#XyG7vn>|8PKhD!Exr<CrwYpOg`Fc$lw<c*g
z0`kWygk_GQPrh6w@xfa`dpZMUm%H|sV}XKvAeLuD^hFr2%LYV=(28`@O~k`-lT-`F
zywiZ9_hgXf%sM>ktBt?frqp|xI#;NmZbE@s#FA>krePl@4bN$4NV~>ekO(t0O2y45
ztQkQ@|ESOOJ`u&YW!KfIWI#BcgWG~*XVnKWFR5sp?6!x5R~`8A^;}}NO>#`YexjsV
zrVR8NI8mUjMp(i=a|ETPs4YW(R=zP}mnJ5_p|Cj_VK6%!+Wp@Ygl<GxU-gO&PyFpd
zua39G=11mSpGQ;IhQ-iiKYNpf<9v9VystVx2rT#RokV;PCH#hlp;<%juZMs*=-RaP
zUu#N6YZ@O&lTk3b<(9X@Q<#)wVe?o#rhw)t>7zFBdDrmMZn=ju?u0pwcB_cx+VutR
zvq$jMh_0@`Ld|p;W#zCbe2*(?Ep4Xe86v?t0H1?a#{(dy2zPOSY~eEPlC;c)!e$_2
z{XHXN5LxZ(7EggL`AIF%{Df4o(#rtEett*MU;F#T)lwRE$Gcv&R!GIUhsajnPx97d
zer_@@ZXg6#EjlrKXBV(<NGk0>p$?2LKy$5VX01mVOcW|39@s9CW@b7AIi+F1z8e|_
zb>}+Z_!eXUwUvDEz6PWdjNLalp;D}#cV#ws<COdDF=VFUq!&+FHJ%>1fQEThQ;6q4
z`(6%RNhKYr*dw^^7>y$w18RP^<EEff`=t<Kr^1SosJfNucGY%?uHcvp>3fEyp=Hs*
z=2?a^0@VP~nRExaeqy~n&5&y@j;HMkgV%z$0;)=+Lw$QQX^_r0=)s&Mgf&8Nc(y7F
zyGv}ki^)8$m*PWpKxHAi@Q%k2D`6H`9J?tvRO7?r;hDG^npOl(>P+=43xXGKKfpti
z=^YdQg~+ie5%>Jv1bYc%er6`1{mXx)e_wHz5`Ugas6$J1!gYqRH+J}C^E*BI6o(*o
z++Wm{Fmyt5hkbcu=v$ux)j>pG!D?FH1_oC<hPC*Nz-R3yCm_b8wh{A}zU$~s1{$tI
zA2~#CMn7aN=8>j1YFI|+oLa=}L=6tikTftc7?)5Lxhu)WD#JL3Vi^Nge4|({WF&!t
zy%|yW=!uCo(N5eM7RbCB^)G*mdfV(66Zn1xPsookYB-g1#z+kfX4eoLJS5?$e#J%{
zj;zMmEz(9!UUOafWWqFiu?8eb3GCb2n_xr1ZbOg&W!i%a5M%tOy6Rxpe78*+@`vPI
zGtXI(5ock<_I##efnh{-&s*Qny!u&x1_!T0a$K6qv(RnLWFJ4Vg;W4jj-pi-asp!X
za^(mP1)mhg{f4{;#(Pa9O+UO61)XhH4`9BnfcQUxv#;)sA~yVwntiqA44En|DO@2}
zYB5Ifv{LPX7%|iH8$%p2-=)f4ladFkFP^vLNd+5C^lOn~mLfVQS@6wuBp_J1HpIH*
z2`wO<0o9f(8v1ceZxBi`7kUWe0A;R-9wa^_s}ZO#H{AsmA27c=j`UQ@l(1O<XCoH%
zTr1BteZgYDjfeRa!V5`I@(Ppc<JL5e(e<AiSswWnDPkBeui%@GN<x$N;SsM-0Kio=
zN*C)wUz%HpGf&+zrW9%(eFy>wUqVjian8ND1Mr&~h4zd$v+<qKg~}_8osC4YE4=;W
z=`JdnqoKrKd4kCwMg4pls0+7C(Y9=ufhQIA$K2w6%o<0SOvGVJ=B#7-gp2C|Hwr{^
zL6+pT2PWXrm7EJ=aslEhJp9eKc%4T&wIsw-<_CE+o{5Sn8=@Yq3aa8$0HnzAu{;Wl
zmf6k1I1DDBFl7TWyJ?_O=bdbiJi^V!<vsao?eF_eB83Ay%qD^#tpQPXz6KrW8VI3r
z*F$ZA@r%>O)zJr${_t)();L1==oS&ng4%jegi@*Tx!SnmgbD@nVe9<%_2JN`T-Z4B
zmTBs&>#%ydKaMBWo_9-UHM-y8N>rqMtL+mP1AN_klphRSeFfSrtQ_wo_=2LFOQlJj
z7>1zm;>;(Osj;L4g(GeMDC_{<X56KfnML=7%z!r7YlbIRNbHeuD=kn!sluiR3VMZJ
zm$II=o$GBu0$>TrZV9@@;5GRTs*}Y3yka42{M+~fk5@Od&~MXB$J>;x(uig&+%cw1
z!m1AHbG$=lzbBgI@cNrf8V(8cJVzwTyU(GPM<^wSKX8|n@dg3w1{0)pIC;0XwwzYV
z2V8cxhb*$N=?!w_14UJY4efC>-8cXY>wIn-YZYX#B_nyT#P=uYWBO1~d^{$>mZhaL
z{k>-Q?B0A@ROM%V=MAaVNaxx&ldZ1)4!9Dhnf^mJRNg+KmKh3o2DhvW%nKMMJhch&
zFw<YWO~Z#De`~hbo_?at1?`nHmxoUG^|$Lf-Qg)Tf~glQNHAHe5bR%$>FT$^-!!#K
zo&gg#!UcZVvPiX9IG+o6&0N*6l&OhIOrMLg+GaML9R*qg*W%z1i$^c$@8qA)c|`!B
z!ZZ@x<AlTSVzLIbI67U?qdRph5T4mj=kyMujq0?fG2zLS&NUL;ezWG7w*<IrO)z#T
zmrt+FoB&q&>6`=4N8lL;hgzvRE;ShT^NT0!R<Jy~t(#?egEQ4!UnXjEwQ{1#wj<-m
z3xx(Az9*!nOArYq@y-HIXomwAg=biW$7|#}5_!{-{2!EpY204K!8o_bRn^01H!^)q
z<9N>18~`Du>6DAX0T1~SDxPDdBbniym4Oy9^&#UGAi~hmir?dow|fcc*H|G&i}I<p
zZ`O-jAg<I|-gOjb$MdbI>vD$dt=-a}>1tOmFh__nEDB3&tbs@zG|GAADgZ&C@zttL
zsb7n<_m!6Y=gBh?5twNNg^5ESKz6fhTa`?lvId~CPR%Sbza*V(CpPT+Jjs<nkax28
z`un1K8KmyljydFv`{HBH0j&;D4HA01C?%VOp%A-MP*46*&g^@qgJZUn6H6=>I21)3
zG1M#U{(S3Il3v?<NA6)tkP*cjf~sr)0!){HBG<j+tuD|MhfYuth@f3U*?J$R5l)u@
zrMgA&0URwSD<fYJcWale_vG$@jfAx1&T0Fg$SPll5H$9UMBz^ZLdSY@M=>hf?2b7^
z<i+ZbD1GW&^9nuwNM<YVlIDQ3essmRmNXdjGcNE6V)Lty;#-6>)$PY}uCCUrhUP{j
zdEzcRZDUo@?0eiMrpw=VZ1i4<(&YDIV4uC{VDh~<gmU`N>W`(`op-HmV#W5n$?*I}
zbIKOvg!(m~D*U&3TtA&0*B)zT$-Y9gRlCc~HbM67>auj=vM{EYl8R4BG-S4%T|YU^
zA>r2`Y@PgtEY&PwxywXHtWhC!UDA}5j7fnIK3ZstC{n9sQep#VA;bDbe*}`R>8(Nc
z#fw{%A#Y74SWxKS-r~xL+`nck`4S&&Bi6<*`;1N0WQ+7dhqoiI495sld>K)dYq-0G
zfSve+BA*}(6er1_52|K*t`TKg9WU^0vi1Uhh?)j#!qPCJ1<NUR9i|*mq{hA6wuA3(
z$%L%Jaeg9`0o9Zjm*X^0p5Fdiy<o1*II|M*p32R7s$AUtS!<0Ygi2TFpUtK2eP*bF
zOU@RG;YfiF9t$+;)CUmFB)<WaM8SXWI|#nUn)`L4`|)3@L3%H-Uy0k4sd0CtTIg=X
znH-!RwSaUJx5TOhWZCq4&Tg=8*q{VxKS@uhHf?b|7=GYVBLM13Z1lbpCcvR2mxh-R
zC^9Bmiuc<`5=Kl+`hPw&oRKcM^k<({MXox<&y=H19mSI!0{{3ylo}v^hK2lf#Vq$g
z7_rf{>cZjntrtw&QC+`6-|nYiZ^@_mP9kaNgzjVOK#;6N<k0v~H%P)3RIAX)wv&_Q
zeQVkB68`)7+76j*AjkKxmlw=|z-1Gp*d^~V&0NyZly6P}tFj#Cm|cJlh7Eg&j;TG6
z%DkZ!9+TULiWjHR%CpZk_VNr-FYI&+@CVD$={)DJeG!TI`<-UTBvT6CF-kd>d7;a}
zQNMzHU@_*iQxXm2>Tm6K4@cWq_Z>GCY)mh#e9)?PQV<rUTGe1KJMfk{{3HtWL-_wS
zA=2$6>*KO(3~+ZGYUw(rVQ>IgOsJ~v=6YBVjtI=WL+JFKXK0vJQLH2-8O4&wuANHu
z;pf(Vi3Fkt#$p+&v3#9?$+7lK@;zOZ31I$xu1b)l%+=<J{fA>}r51>2OXTs3t3uK$
zjyWH?UW~L$ai!@F9jHWymxRkXVao@4+pMblMSt?Z!-PjsrVbxQTBRC8`5-4Dtfe?Q
zqTFKXuD`e(DD@|IT9@5o#qJuCbtxunx!!nL<b%a{KS`C{z&)FoS4_wu3a1GKN-~WR
zXbeHR5GZJ;&$^DL;D~th=DR_blV0+43Mv(zyx|7~N;p6g=TrQmst!^vgTwM^juuGI
z3^dU!`ndShBHvC@vsU<gbCoxXZzC9w+I%K<1N_%>@9MrEw#JW@VWN0>_XC0feEQ{}
zTw1jmD)6DjE!0<p$T%lW;q6!zlQLB1;4zH;459BQd^DBw1K9jA{G%q&=@5*J5q$tW
zWsme^OwSb)yvW`dJaKSBy0sQvHvzoXc6hu}l5{0^G05loKv;xdqr=-pOa-#G{fu0U
zW8aA{c}I3|ikP*87`fFIw+?Vo;m#y7jz6!QiiCdNCptI(cxULie)Ozm5u8jeFUJ)M
z|BoB2e)^;DiR}q)Zu1FBNw_N@;jPxKD~nhk-IYKic3ki{Q@{E_frk+>8$%H?vFpx@
zamDKR(fLTxbv}L-3*-r#LhI!6#c}iu{zk0TAV9O9X^v9Gd6jz49%d5U6`_bFFRhGa
zmTVZ3wOHEC6C(P5%?nmW0tNy*LrW+gp8vyIFcL5_v;Ge<|G&w3*8c(M|8MewjpILV
z@&A{cR|QvA(rGG@fb5~rArj@1I49_Ni$$>@1c8VL5h@2PrjS91uOv|EB#J~4?1Tts
zp;RoEQmBOZcP9Gt`{%Xyx2t(q)1`XL*<^M)oxSl@d#}UHh_2!y$UW3DPf<-F0z(6@
z%+8Vo7&w4rs9(?FA2$aS@Dljf0Q7D<$k+?PBKg~QaEZZz64hoQ(BRH4%mP(@b_N>!
z4}fs-5dqVK0fPb#Z0ctUF(v`rQs4)XPC%G39}f%k4fMX^KT3cBg58bgH`$Li0Ej`5
zKtxtn?AVP%9u;zoKwlnZ9wE{tjQD|kFke@|i3J954D5$E#6OT5?TQv22owY)Tri>6
z&^$UTF&}~fAixDYbHL{S!>=9sUad=jm;&jyi;)oke|`}6;A_k})^!9-fYF{{cR$2`
zK%w^?fIk@;2Y5ISmSv3<0LyDg!7m&3mm?hDuM>+v1m^M1*-!LOGFadTE_6`eyqFyY
zHCUhnPzO=hKEEL~0D}#I8Ys9>+m}<Q$9v)3y__HA0Muoa`<o62YFUvLROsR7XC;Ro
zCg^_jGxCF|+t&r+GX>0VB9j8$g#`&x+`tF0?{Y~%f1lyI20XwwZUs36PT=6TS_hE=
zeNB(H{oNyoMgan!zrA);56>NW-!2Oq2Ra!jXn@I4pI{pt0zSAS$d|MY;xY6OjIeL|
z{ZrUs*W50jx);=)Vh}af5753>-j4$z>LDoX@R$334i^9ju#-SvJ)e0SHUQ{52iGpN
z>v!XbJWdb<$S&YvI0#^%FW0Z``eEBqu&6um*Y%HAJ3gbdA+@yg{x0+nwxXf{IDkXJ
z0W-h69R&j-AUq1#<UVTN&y+EM=(iH++pU^z5*0T2ONr(;^;f0-Pj3nRT?!+x-|v)3
z=m--U9O_%fp1U3eBlIueyU*g6``FLut&ZjoeBiGMkCvalZm+zb{@pKMo@9{voE~RR
zjh`m>E7ZIjNdE7_67-K)O}HI;5dI^toDMB=&7W#==4vl3{C-6UWKc&MK|TEozw*05
z>lY~<9SD?N@QcXTN8Y~>f#IE>p}SH)_dPC@J~yt9kVBW{k4F(1RJiL~F|9qB1tD@k
zAPC?c@yJb400)F#7~Or}4h&e(kb(sbA85D@9m-kM2%ztjk`fvObcpd>Pqm+)Y3Q2)
zqr28u4$tqp@3l`9CJcPgz<<Jl<$4r1F3oKhN42UEJe&@mBKDqE%LFp=kc@H0cZ|jO
zB5=-$=!^lp@}dXVIWLU`^i`#_eb)Y}PA_4Er8JW*Cpep{G#!?n9gr-vwj0~Ku~u_w
zL}Gx@vY-*k@f6vSc`)gn)u0MbuQx7_CPsqr$e>^Ara!Yb@&bP0XsVQYuH=PMj+!r$
zOp|O~G&%MWm4hG8=zwe_(lHU5@fu_?_7*>y;TTre{-Oi|Scn~oG}58<>F_OXG|((p
zGyJQy;jwYE(H`lJ*&CxbR!M7W-sm@&nmU&jtL2G0BI$iwOur77t@j^c5km041fPO!
zVQ-ren}ahkY7=36NfGW=ORA%Z$&7y|H&k{+6)7u9_rAJwHl4KF9A==xJ5sl+OXN(K
zVRd-Ay2-K7YeyZUrRD8&d7~{s9qcD_B`hN)J!6>)F0@!8GbWNXqDJpj)l;a!-IH|6
z{_W)PQ$DZ?ySd==@M(t1g_l%ZCH4}i3r^+LJyWxiM2*bm_!sgJ5V|I&re74pvJG1Q
zDI6ENd_u<tIQ6UF8)iY_hGS2i|1Kko9N&lF&w3i_tF|jBPJ$8x7^~Km2ey}^8@#lm
zZLEQ_he=T)a&s`LA1-9GB3kDzm$(GIBu-(LlQD&UCNElw+YAVe^%hfWI=AO(DYYog
zjI8gfbh+Ayjdu=u!)RAZo5PQ|dtwp;H9;xGqkm!V;PFDT<af3;>AIK_woha3r7i3q
z*YUPK4wqAPwrVvjD8tG2K2@z+gf9wAk3H*rI%^0gi`R$@0-GC-iI)@HzNmMYFLn80
z(M!)EBfd(H!80tYTTg2ReG`?fI!pp^pGae%orc83q0T%Y;~`(;qCi)nb1#^ti90vy
zQr_3))`Y}ufyv&>(rEE?AyUJ1PFGH_+wU{{^b4nyh%LwCx!PTs=bijZiR-O|O<rft
zo#BdZvU8ig-d~$WC`H{?DlR($;ENxfYj`Hi&m8_nHOLscM{c97;#&2S>WlKDkh3?t
zTrKcTAGK*Q)<#s%CG$Dl)X#t-{@99s!tvK2KbA`mneq|QjAJY$*2<Y$W$2c!QL&|e
ztJ`y_`p@K7VUYSZR{Lqz=LcWkx5jF3>4BWMv&L`4RM*5*8>L`yOy5QZXk?olUeLhC
zc@Yi<(3M8Nz~FbCL=?fV<S-nG^z2{I`zU5NICJt5T;DetZtFCk!2DOQx!2&1EAP+N
z*PCnCV3kQPe+*uz?jSYh9?})}lRd>nuR50*B$PLIUt9bG5yR>#l*Ofy?V`xPmq5bb
zLP<qMqKFP~_x7S$P!p(wrVmrum{RVnmf!n*HkrB3@yS&k<JZE`j?@0T%WQ1{J>K}u
zNOdLXP!a|DG|DF<n=w(rj)G%`W9KY~x{|?+j6P7Gh%dWbUSv7A0Bc|I4VOE7dK3~?
zJ`NKQpt6S>3QsSR#aFlzj(^K*7Q7q)2A+I=7z+Hu#ZH_Cd#L4BTiuy-PsEePRqA)v
zfxC$mdPv^KNy0-F$=IHoglQM!bgZb&3bnpDdI@eUT=X#%JA;%DN`rdQ8P^2vXNvRl
zROH%Oqf9JXF5sY5JA1op{I&|wt`?-5KFNBQc%~>fW&=`h4i_Tq8+_>Ko2N4OM0SX6
zB(tPZ>0siU4oqD5D$2iD7?N{aWQ4QcEOLa+MsAX>C~eB>4MBb8UqwM&JMM&IeJY37
zoF>Ck3xv;;fKosr@!QOs&8~r?Jd2NY`6{7B-P45L#$_MjhuZhrfXXm*Iw{U^Z=Avo
zF4~2noX6HJ)&Swy#sYGZkuI)mRtv4S(o5RWfiJ=&^{6a5Na~WT+$fDAZ-k1Qrp)nP
zF(3y2(_7RP`P@t^AdSRU5)G=BIzEuxwtfINGM?6Sc~iiTzSUs?)VQI;l<N{@yn+wC
zNvd&{AtpcY=OD5f8`n{gpWBQ2k5uhuRuiYulOew`Vj)U*6>|`6j5l2!RMtwy$OskX
z>rzK|sb$&NrBB?<AZyDGEq(H+YYA_Nh>4c8e$IPvns;J6+sXc^$gZA&axf+NQ~*n4
z#+J~R$vSouIPkGWN9>y+e2VFg$!RMrlJ-=8n|R=^RA&BRr6p<o#7h-l5R#y!)p#Iu
z5wh8$g|j3Y+dOA$A?g!B=ui9JkOH#t6jl+~&SdFo)Gv{Qo7D^e(5;5+&Lr?}zwvEd
zkJ*CF$k)#luv?_W0tB}&I+YupK6yR`wZ202)5e6Q7-DLz8|Zw}pv@$l(hl-Xa(so0
ztkoW^WbIXsDpH&A8rurt7WCNgzjlZ^@MIBZO;eX#7b1?O0fIkP;mnR^EVcDQFWO!3
zcnPyrTFS7LbnGU-z7{^0m1yM#n$^fr1^`-_#b};PzIzeIl@Z50-?AKaLVhcEr)ese
z9w!(YE)e8N_d?mx=WB9==WNctTs7w5U0a$m$N26(&Jw>hi~I?Aktk%MtejRNu$x}}
zH@L%k5Snw{nyk0J`bg_RXJGSU|Iw4CIk+w6>|cP`x^>0as_}1CTBSPjLw|g9Kp)Rh
zQ@x?{@Kj3-SFy@FslX#*Cmy-b+wNGH!A;2_sw8UKa;FS!HCKzh#;I*-M6!Nnu4T6^
z*l_eRP<Jc%1ii=5A*a#?59_FF8`%Y8y2Vdz%YK)|TKS<@Vy|^HAAKN=7uXZ}&Nj<!
z*Ha2yxw;{?USnzOQOgMguR<?v^7MEtHUK!K<HNz(%Ewjl(Q!3(NFdIgsOg%M9q-GA
zh&pdG+h!}YF}bAlUi`+VJR!l`<#5buOK`ix;rNQ4*FCrkz02zwFZM|BYsnV8q)xSX
z3!Zfe3qQ492HboQ-#uxM=feRB$Q#eG(#r1Y(U}!oTPw;|!=a;MtV$8J(dW+6iNy)1
zWWJ55HT62*KZn}P`C0kXqd92J6?)9PU&ZPQDQuYUmn6ebQzbTgwGtClvjF_9xOzDd
zC;VIpxjI=)d^jj($w&2{q?Fy4vN$Sfz0(=cU9OR{*N`W_(?crNM{WF!?JatOE|A(*
zc``2RYqA7xTHV6Rk#p9a90DbyFGOcE*2jOq`>&-baio-rc7x2#KaZ+&8SXX>8XwmD
zotXwTlIq*zvbc0p2!xPdhI9);AK(IO+`Df<CQDO#lrQAmEmzrTAr>wd1v>@^NUgqH
z%YDNw{LcTpm>1$KU2C1jXW!&?)g)lOKKTa(vzZjWn2C5Bt&_|dZYH-|EkRd^JOxMv
zD~fa)!B3v+xWiM*pchRH_@yVae|^02hu^cs1F2=!hwcqAxI*a9fAev2a%|yeVJgFS
zYfeblbBf-l=}{AXVa5hb<SK@i=swvD1IUSvd6%O%0V7(b2!|&XgI*W1UjCY>sLne8
zm-9JBXEE#MYcmg+v<JNakfRyh)AWI+tIa&wu%zN4jw8JTiF-9i?Rt+K^ow8!*!zwK
zAPbrYVsj7>XguQ|O?#xrS)*~K`g-{GI1x>Ljp;%mHW4<eVt{weuMK5k${embCff!X
zQnnm#I4JI=E&(9<sm39Wa-7x>B(d!y+Yp1jlIc}4JUy#<9b0$Y)L)@O?)nyFnOwxU
z2`daAD#E8Occ?K-rA3waJX3RTWn1%^<e_Byi1luqm4`#TGF{<qNh;)n$k|Moces>U
z(te5H;u$?LMR>-7=J_jl#}uK*XGQK2BRTYY*VDEQhnriqCQMroTOP;t51YR!(HwHm
zO{?iSW&Q$~r6-<FGt@GQE20;p9mv94sdpzS3v=G(mgm*i=5u>`zrE8bXUKBOgVWYb
z;`ew}^?n;U_7$x~U48@7!+#yqyqYp*f#bC)Vp^1BqOCq9v)4t^jbYq6N1W1OqC9C?
z+cTKc%2sU2!+W!dVhPxBlwJ#tU(-<Ya8};Tv9TL(Put|F&M+sLx3eddWkeLNOqMac
zVAv{&qKmAYmGt~M%1Y|W)y`UL?4<$zu>~`0Y;_~irBECfFT7vFRODz&Hmb{NXdr}7
z1k@k5A(JfS9~aKoo-FR9-9(8e8}90UA$m&PyU=j}F@k8}+p=-JK`GG#palXqW2$mF
ztQyj5Hm9&I@`EY1isFx5DSBaPwTz0adl8}SE}fi!SNvRleadHPf(mYp?n|IH51S2&
zN$j00SRB*(`c?m>I=*8}b8QJIGeql?$L?@+o7tG<TFHv#|Amp<K$(#Dv}0kp$sM%b
zRCz+oEcFaIdu4P^lP+)WG(D%NVu^BHv<JDUudCpdnUR<amx1kk(8D*c9BCNnJatBx
z;sVt^2iKJoG*3od=%oZtSU*p!uh?YVKB^RdFhP3y;e2yqw>#Mv7)@6jyiWYY4nQhs
z3r(~97<zOt2}m7p1xz~oJQm%`(l3bi3jDYGs>-8p#SKiv1})<Qvw>;;+n2Kck-=)t
zBfII4=+plFHzkxw-B1?i8K*vwvEiYj>dg4s-lQ*^ozMW1eu6dS)m`9JybaZ@CY7rM
z#LH`AR3KRVX{*CedGB2#sM?XEW-@+I?Gw7#@x%2jM?4A_){MA@O)F#ChRFynbwB;~
zE>xB_X_Y9c2i&}HKT#Y-c}eVb!Q?DY?w`f-j2l!>&e)fjrWf6{CzwNnxDL%BQG5qc
z)Rm{{)}`+n<*Wc!1kcKSYQS=QZ_<2~C%IcMU2J$Eev>gcHvGD}arssqfmoN|*j;Z9
zz>5a1rIewxL;>%m8X{;r$Rc(ywA>`-_$^1usP!&D`LcS&-1E<KG;-TQMwyh<>Z#6J
zmUkC_W~PO9RWUt|;0$3k>yL1BqTJt;>A?tj6{TioMO~9>Yg+l@k3LSRa|pSS>05?m
zq8e?kfTL9&fLU@Yqm=^q24>a+Bztpctz}%A?-{?<L9*Y5ite$a$5EuqGy#>!+suF4
zf;1HJ;muP(h47p<&!Z?94_#hoA^y&F>hv$V;ZHAQDAyJ=_c$vL?tZ1shq9l$&HfcP
z*X5tzq`W2IqLF?#%Jl4B$bAR&UX&07LUgo67FU{)I35>$A6?G25-@cnK5;C&=+4zj
zLL61!*&kY3J`3gV536|Em2#c0vv$p})e^p;4X%0pWSnA<9cE0KTS7tcZ&?hXA^E+e
z#fF>_M43O&qbg8CZs$ZrhdgqP)V@CW12+_a?A5|GfiA$zt`q#*l7G35t`f@2FZQdD
z!c=>-w(3H&7&JZ|ovoS4K`WE!?;cL~+cFr8q0k-$<CemB8*&*wpOaX>_T-O>E!z@W
zeX|gi-wOm|-NY2{_u5$#9Dn#-(1bnD{c7HsPO;H7J$BJ@D}rdmHfD9<sZ(w#SxLTX
z@9Y$WLAMXHl3tSvmwO97!kJ<RW40hu$%5Q+k=$&fv0b_ay4bZ`;kXfFD^>FVF6+j$
zs3n_RF%r!`slQkxXp8{IG?IfZ;{i$qC{r6bmm~WsQKjJ5M~6!IQNq^ssq#%VVW3g+
zE~6-~l9QQCOB5C&G1?Ddvo<tI#{DTp_6lMBl$LZ!_a~-I7j4&c2dwnSs3b>S6z1`(
zuc@x>Jks{cAezs_2l^xEQODsUGPA7Lw4Z>sEIcW8*yBs3VR?HjyqQZ*3zSPT?je@4
z9hnF5wmC;fDnGXEbm>{FlkZgve`h>R*h@9%7wtAw)u3e;(}6v?VjK0fHzP0GvpKd$
zcxmhwVs@7t_&5<DO@0)Yzc-#H>S7p@`u59?+8-DzS|XsGSUzs4F&|l5lv|*m%w@X6
z<HanhICRFnag&y5)vyECx=MbMP=&^py+SYoX4CK&hP-(j9S0SP>mKy$&hZ3>Rifr{
zf(S18mv294(oS<WfPb+++bFIwe@>z!HjW;bNZLj13^RONM@bXLOA+Y;@wJ;uUUGpY
zk{O#vhSm;UyTkUs7<;E6QG#w;w{6?zYTLHES8KIx+qP}nwr$(CZJplt-hE;}{1JCY
z)I(KPRpg9($cOpm7y}D~BBQ%rDX&HtvU(_)omK&w12ZLlLaHk-l4*0)s}Us~$-dRn
zV$pEz>*4#IC7Z*1A!e%ad<nCyy~=k*kIM8pC$TqHGyYXX+Y5rYoQp)BwuHgiLHc?O
zXpI)mJYMs{GfXW9^H4Gdhs+2Okeo87ecUaD&?rHqDBz45-2LBXX!o2^Se1DPO7+|(
z^ohRWl1A4gxkMg44~oh$3*+=D#dgcD!1F?3?oi)!b8Y-7h`@Wz6AO~g<YxEUGP?jr
ziCP#*WwdB`z`OOCGh{PLA-h0bwg!0BHa)()Q3P?#<fccT1<{2L%&T5K2Bq=)nr|!J
z9Qc%nbUO>hTB^%$ekLu!f<DyLM7k77zueIrMJ7-_2)c*BdS_~K+qmrh6ziS7s^Mb*
z$|B{~;bLpH+Brizu>$>K*nXn@d_Zf3N0qcRF_;tArtR@Ugs$Z<x#5wMaLh{H55WL!
z1gU0^+rwy#!+tI(rIM^EG6gV`A4muDCEibvFGpqQFLbR9sQBQzmzSwYR!8CbLb{g*
z<HlLQ*TYm~tkTbEQ7NUJc!e&K(e>IEcZ#tY5(8$HsN56kEH|K`pxijAM-XUs!PXnm
zbt=s`dHtUQC-xN}Kc7O-56unDYK50w_0VuFCj2|DdeheSgW$j9#5GUd)Y4WhemkgQ
z%9$bKOkMBu%cr=({gq^pNvcTZ%b74~q>9kR+Hdc%YjzamdkY0i(aH+zi1t(YUUD%>
zeNQvuiR3T9&vJi@@W2V~0&7d8reETpSt_o_ze119R>t|)rBiBxgD}io`6e27Yh#;_
zKD-$Vg#Zh<uKL}TF2SS@kEGYMz@UoemVA4oaE9!SGh6C+P$eCs{f_l?NXbX2SQQ~2
zP2_U87B`DEV{NyO6%7>ks^}fdHhzN`{=LX_ncQzfspvb@5z}S!S~_~Igk%@~G#D;>
zGui;=UKU6B$c%7han7$y9`}l?Siuz4+W$3bbG$(>64BY5etIvrM>W6DbuXtQr*rED
zVLUyBu(&0C-3V60B>%HRl5!ePz?#3<&V>|5%qA?J4Bt8=Gqj}?A;24SGH6_F^0Y@L
zIztN6x@s7&vSp9wvSQe+#zt(%xRm1ci|AV$Sd#Frp`3SSd;nooOWR|O{<KQrqOjb-
z5upF(*bf_Cn+g%XHw`pchxSn)4&Zilbb>f8oztjKZ}4@($Up`l54B=_pg}u3mgFES
zO|Z7UD=LS}!c8LI$sD0!i$#{IZF=(eS1R&a4Nz|$SD~B3rCxZ2JzCEhB!$vmG_`qv
z(L5HVk6jRyp)#^HF_<bb*>$3p8HnT$-!3msIf0%wF7zV~%j!7$9H{JunC+7wKq|z(
zAQ24l;R~$gCgM(Fy=Lp>d#u@%&TQ;iMT`sK_4pEkj**&h#z~3i%|hLn;JQTpwUw#%
zcuU`_`%^9Y_F&Bns-G!KyQ$Tr07Gpg$B-B?@rZ2Mohm9pxeVekCo5H~&1pQ+D<=Ga
zE{osjYI>ZkkzfZ5A_0}$V3a)6eY+v3DRhedo;9#Q3Y0Cov^PR`9;Y|BbRQz6uv;yq
z?a=yR2K|LJpU)7fom4PBiO7|p@Ej(rWDuxT<E<GJ6ZGl2RYPTL{W?3%4*IR1fhiFt
zTcP(+-!|OvVYg1rclB)7*0Nefr;$wO%H8j3nk2vqbU*lfVBqk#b0p`$^}TsLuX8?x
zKDn7lXRdNDY61MK8MMu!9UogKy4cgegm12h0^)1<J36q)*(FU!^sX&hUl1Qru6u4$
z7t=g{PoZN`7Ng@6SdOmssQ%JqXbzjI=w%x{=RSIJkfsWTH|*|TQW*<TPVuFOU5{9u
zsN$&sQ$+kMxmX%H3-*iw$lm(jX1bn^JIU}Laf8nGt<$pQYjNY`5`9!m26EP?S76P0
z80)@=>$yUad=nmr5oRZlK9egipZhhEaxU$a$}+u~n@E#0lcyAcij2i$VAXNnVBx25
zDgt~<-{vgN$B5=rGU1t>%{)}&80nu<SujN0d#rdg=C!E9>M^usgQW2K=eU&#$bS^7
zi<>N=Chv|yX9jKKoIbOM$`mE|OG>(<2oz@L?)yG~YLeWB|ADamGPD0c*w|VAo45TJ
zVf)Xf@~j+8|9isb3aX@JvB5e|pfwLCegY#d)#8{kNI%)zOCK;fOF&7gH4iaQNU$Xd
zB@T@Qg%qEk=nM58Ww-s1{qSSqwUgfTe0kDc(~*7B{ye$9i4#oLKQ2olRtg3ch6ol0
zU<6q1PNqUY004o44hS?P-qt3whXL|P$3@w~v4{*SMriZ{op%liYEa9{LJtPLC`1U@
z(uDvJ%ML(72^}8~3IwRnpF63;pIAc84|@sg0(2S%U|kR^&rI3!XMA7=`TEkoZ~5&4
ztrvU`+}F^sFwi>)IB_d4+ZF-?au(P?GxvHm9DyE4*WbT452MGYaJS>gzt43vJpBFj
zHPm-&j)+3e1k{_*7ar#Th(0(!FMC^_ymuxJ@LkvCG-pm&ybZ9J*7ngR1QIIv4$wmo
z@E<S`oFCELDgs?0@*=Wt6&(HCGAM>Ce_T&rdk>(XFJA^QK$!1$!nNGvjIixtjV?Wi
zzx@jU@z<`n2>?vAFAxl~qX>OB1|a~(*&{N9Xs*JlYb_f_Gys=AV2?UDFmqxQfbM0W
z&#{mY_Z}WbBLr6TD@VcU4D+g$iWp~E{^nMmI86GZiI2Ih90f?njd#8e+zM>iy#Ux}
zlYd{FY;BGKyPI2RI^mv6SMIvG5B)#nvmI6w3NQk|#JI#n0Ki-qKzW_eh|?LMVsE@z
zooOB8OBew_JPLRK7%nho2)F?K9&zAVT^kC3gELTAs8^d2KGi}3gkDIvJ^-A&X<L%B
zowYh+ipv))kMC?-9bZ@kDLw>%*N2B3E)D8|OnLFZot;}9G3s(l{i>p3vR9MCA9iIW
z`EFkTJqAqQ+DH-v03bgSz`uWyd~<z{89)Yp9`AJO*2RBwryn}BE_uI}>R<5TZod#A
z_;z#J9u@u_3j%ujAb-Kh13~m@^Z%H%|3JO{)P0&H|0JFMT#FAt`@J5We89f?eCoQe
z_us$+O=!}=sDQdtRHDWH1grD=NU6e~gS^=Pw5VbO50?vIo<$lp(w`PX+#cI-;Zy;>
z1aV^aGa#hwRK8iUeU!0*;6Snn=k4+3(63Su-0JXFjuKd}mOx-hP3h25s0jU3RzwHp
zW_pLqNDCqXJU@bb#Ocpqb;JXJ_|}#?`oDh@G4U&bg!StR0jy#M0MI9rpUniIqJxL(
z7s&JW#6VvVe~EdArj(GYSoVba(tNMHr_|@k>rezb>cN4=Mc8^_&ADlpOzsnZdPmwC
zHF1%RnG>i34LrOn_(sqwG#@`|p@NrS4bO!HKcL1bI`~lo;m?eC-EhyqYE94n>D?`b
zudKj<K!@|;@V<sIauH<Uk`w2NR4e&Tv>X&Y(+#j0$S`McvC}D6^}HA}zB6KTpHMf3
z--V;#DcT>^?Hi;zak<&!t=-@K^;G(|l_!~d*EsgbxWt;#I_L!;$F6u5Y4E<^Vx17n
za{qi4vDxPrvM(mW>D3g^64xm0_}#*BFQyordYa&1(~@iFszf5IOf{dto+i0T?3R3o
zQ<&T{g#znL0w3nV!f{a%tj*H;QomLKNXkH-v(w=@X#T6Gco#{`tYaY^7Ad_ZOo4K#
zLY_VoKQ2+X6BfYd1?KXt&GR@5*@h{v{G60Tcd6ruKGkk*-8v>YXcO{uW)z=f)xsm>
zdAzO*FC_HeGC(n|bG4(w<)4_8u_%oynb~VUXK@!2KYTa<bWJ*XQaT)SzKEEP+b#u0
zSrKD>Kbs|)sJ`s_-a16H3R_TJJO(<CPj$~)DaG^n9{e0k(>?I_^c;w`mf^4<O?#7=
z7Iv^37gRi7DQ?$bPkSd(seeflGA^Ys-QrcL<x#6l_IwlPtyJdK;skNEF}vRlPoE1B
zE`NWj5be@|xQxf)ffpVMy>f(VuhPO9e{{1kuqNxvc!{TNR<0}-f-gKyhF0p%0Nq$f
z-sw;Ti1<mqb-O4$Q}ipc7iwf7BC9gtblv*ClWL~D=mS}vG)cgJZ+Bg2@oY-(&fdqL
z<%~8RhqDt+Bq&cuCS6zFftw#mU4!v=;*wJj<MGhxPnYYC^|PElw6+d(U$tU8^SOUj
zaZ?q6<rf;`^3f6X>=LC56e9!3p<d_y7xme|49nqKPbqB)N9lh6WI?vYPjODoh;p@N
z%VQc<Wc^xxW@o!T@}At>m96~v9LskIQ$r#x^q$d@_nP67p9~gH_nD}`^MrqMWwoZh
zX`}$XU_l(&+}`%r8D~vW%P@)kqkeQ={)_+RujQ6@<(0XN2B;(zk1vYjluLS;wQEXC
z$wCBWEwG5U_xqCI4`+s5v-`TjnYW6@KFswPTXy4<^q^A|K8%aMQ<+_q7Qfso%RMf<
zlm(eTNCCoO`AM_ye0-5M?>>Zz%_{XDO$64y)QXlCpDw~vn7mOa#DCGppZ^TdEj7E$
zG|uqa1fHO@(ef0{=()3c^SoHD&n6daG$M1N%6c{ojHwUn-L>(I;oK<iwn_&fI;jh?
z+RUFR*a&RD9!v@dYF|B~>_N2MU+Nm^yjh?X?wH9$CIs6$Ta0C@{S4+j-R`;C%s(Ks
zT7P>Rd+{zF-ytYN+rf<&_GWEQ_XRd6fka>{6XoqUwklp`vNPSRMxAoIR+Z_zI{rBp
zg~x*9!VCq5bcuX}^yyM-N1_7=HxNRWlomPI>w7A!hHun{3(1^j@D^_!cLLLc171C(
zbt7;g-t?FZOpDgOpr?_lk$Gu130^o2<yX|3=wG{E+;;uNwO1S59u>4L0(tY=$ttdf
zf2OL8gth}WV#HGXyAn)-z}m1lv?j+NQRJ|mQB)OqK#qwDJ1Mnw5_A|r@&cAwC>4{!
zpA<<h;RY8Bq<7fF2iA!JC%r|B6!xsZJ`tl1m-x%lrp&CvKS&VM4Tp3TBfsz$@bCwm
zf%3_&N|!XZGdI^Mphm~l6(#VuvY_AJEo}+$X}}JYd7d@2D;n_K86Skl(E4e!)ME^j
z+b6K68{I_6-}j3%{63q$Zj>b*jC~XD*&y;-f+?QBCstUuY;}wv<;4+qh8olk2|jI~
zn~XfYJ&xhZi6^gFRH5ZIKMsgB%*}+|_eG)GqsWQ&+f3)z({X)RL(V?F5$N9-uFaoD
zg2sZCgJ)@xrv=*vuO6Z4xNs6M{u+f9P)ne?ofi?=9R5u{<Fu1e(f<-AKlv(afKt~`
z=x5m5&GkJk>(eXpPlM?LuUxYYr%FLZxNQZucQxy>JKnP7CvEc<!I&mTw|-0+&kFDa
zklnaY{?ZSwje1!+j=(+;+T+;`x7<ju8d4)<-25UIlO`l$SqPG3d<zk1bgA*e%)6VO
z081l5_QlQK;|+-$!5n)aNp4`38*7+8u_uLH#@yfuz}|kiWVAN)UW9~^QK$6Av!65{
zs96CltCs%A-IQ1ZK7iObZ{djkPA?D7+|=`%Z6W2w*?7V<h`%c!9S+{m%%HKV=WEx#
zgLfe<-AUb{wcD?{_ShL9+FX`?7K9N?Gy>@LN<~0vnjJu5`#Hu+`#AklzkojeCengB
z3o{{yzKfkZD27DY0<w0pjILH0t8mU@BOjT1`%KFTyFP~Q*7pDRRs<jEl!$VuNm$gh
z;(_UMMo_uP4^qfL-f6hUGnQ4F!(G*znh1}s$Vu5<)lxW8as=H1)wAPsTx>IE_++VL
z@V(qDDK9h}tugQye=huvcW3`HFl&{Y4HZH4ZT~*NLl|6kll=&eXqE?u<zZiFNQSK7
z<?4|IG05Ak(XT8lVtd7m7jj$b53TNvoT80CNvC_eZ%RH}>x+8hablDnJd+RpjUaS7
zZkulDdh0>ek6nbKB4cRfBk-G8zQ5-NnS9=TQ=y5SnZKWglP9*-aYG1IUHZ`yL>WCU
zMg(ZqPrZrXSNA8I%rwCEct$~7vb*o!ZoJ{{$M;b=>F<0StaS9x5~q(!VxSHE#p+u4
zZIt5AdMKrx7t?5?X4bcL_e$<YEM*y-ty}#hvu<TK;;Jh*bg(%szG^2m(*Ogk^9Z~Z
zD*X-{4C2{W2&gJ?>Yya&gV$CXQHJ^)3%}Q*&<W(d%)11yoc>l{%ZD8y?27kE)IA<%
zW`^$(jrjmzKORyjSw77#>4pQLkMzl{5LWzZ#w{9;vr5kXM9<7mvu`zzXH-ld|LB+E
zx$=p={I67xt1;lTI1nQWR==+hM!SG)<c4*4D23`K;}6b~#_sB%D<TrXK!X$i=-l?U
zk`P0$bq)xYEjiI;*Zn+`so;L`MTrvy^qVS)ifUBB(p&J@Qw|YLKPA&l-}b?%5Ltzg
zq0+!e0F5O{(CQmkERyeOoP;@`7=<f#CXnj7n!u-?pzD~V$fexqLS%49&&bT3VUI&7
z-%C@<e&J*Nf`?&`m-8{lDTC{*&R09TYgyS4fS800`votAJ!&WM^U_)${Y4-XSmW(m
zS7*-HUS2`rK-s>eTjV+zxj}<0Jdb{#)-iQM_0||g_j8bWN(%dma(B#&ch=VO&{R;!
z#~zikw?M0>_pQ|AK_1(npgFh}pFx;|s}ie+<e^ECu6+zEK3$&|1H{iXYzAP~GPdxw
z{w3?u9w@21+tMY3(my|%J(*`;V+*>&W;m2Vo$As&QQ!%X=%q$)x|APn9#VRxOd2Y>
zmTD=m!CYu^JLC!dz_NBp$cE6lHvpn>w{o<9O4whP&LA#>)z2UIY17yq-s%3~_b3@_
z9Fhxob7!@#(_5^kiEgDNH5PJp3)*?yEX+k`VRe4a7eDf&c~RZSRQ#hGA>680TU_bI
z$&ADf)FGK9e%4hquIq4t6$+T9Ee1aF88kBZnR%4N0Ks}jv@U2cf}2=H_GjHLfr_n%
z<n*8jfmnj%Nr88)LQ2S0!G%j0f8&-)zNai`KHKA_Qm!41E*0f~p0M4ZsHFfl$n03h
zi=gTsI|n9p&@(>Iqla+=*-CYIVSjh!f?6t7Qte4bd>{DMRdwV1*J(Kw>RlohwDoz2
zx8fJ+uD~S}U%`C_tRcd`<gD!rFHpr(6!@wZHY|3MmK~ho_D5|4n*%>_qQX?A<C-^%
z9iynT``*&++!$Gb+C#~1{!nZdSqS5RD*oIck0ZekXe{AL7HC;4d&r1&%qGW!tCRS`
zvit|l=c<r=^+h`2LJUw!c<ee*TwZVEbt%P+=4fSG+R-A?s7T=aydh!W5Yr-ifW2C)
zjh230nNpCV{YYpP-++2+x}>r8mS7_XXMVkCv1F#;>YM)O$^cX<8vXigb^x)+4g@%8
z2!7hkLAmPcf%{C=dc`;a()umy<lG}JU?J35YP<tXSQ4CXPyZ2H>b(F_U#?7jE3wI{
z;I-x~OA(AM1I6mQcKjbdD?`W-GLkXr^nD`qDrqe&>4P?ZqAkS=2A!*VFtANkBs>Zq
z_l0qe{&r2lTV01dWhz)+Ddg|Q;W`tu@&){^lDsBc8VMfa#b%wRaI${_yZ!eIXKGlk
z0wfIzr4{(dU`Epl+bniuKN+e8`U@3(@mc8bY34@f%w9OYVF-M)>)3Rtq_>TLruHk>
z!*#N1Q|=R|3C$z=0Sv(&r=V$DD!cT!VcFSQ14nRqC|<bd<dK4(C&;_7@WxN>6llR5
ztqB6X>+L)lnu+XXaVKhGDr(~SSeu6D8xUk!{k18%TnKfCNa)P;@ioJB`%Eb20-|7D
ztV}dRjo~%A;^;9SZ$vdc8ow^Rc>8KOHGa6|hqppHYd&DJfW=+pv0zk-oX~ef=X%*v
zj#sbrW3C-m^ZW=z=s^4WKu8-fc%mbjuvj%#ELDTL!OmJNe=r<X|62O<tpK?;p?Ur5
zaj7Zap$FUZq6uy@0x*eM$p|M)^s+6VAMY{TW&_evsz|cdefgn}{3%I}HMLB{1Q>VO
zwO~Y3r!9MYfuRT5BdenIqL2h`ucRKe#&9}!HOnY#Xb)``dS3s^V0xW$EJe}Dy)#{c
z{_<>YNC`aOp^JJp*SPpREO=9_L2v$r#cgI;>Bg|p<Mv?XHV4Ujrl}`eMr%-qZ(`+{
zrKIqzJX@Q~Oi>8rZA-u=`*=N$X({Pt|DAoRefbm&Us0&W*AUFn<U@F?P4636V6QVh
zT(AKg{(^-!BMaN!`7}~Y6iUTOR>MiC$Q0F2+4HPq(3Tu6*>X#i!-S0}?S$D=WxZd*
z4kCm+hi{x?a^A-3j~tT47%Q(^qj}NLF@&U*`o%03l<5;BK4Wu3`nYjE0+H8Xk;3;M
zAt|f9(M+|ugV0f%b3N>=J;s(`PqBYDv$>KeduRP-dBxM6c~S#BU!oZ*o>zz;Tc-%h
z`@o7|KSyR5V`yVlX_1Ys5wlcqY;`^3=ecbgomnXrHf=cmkrEJ;1EFXEH;EzgHD?iR
zec`<$6g3-v_ucxGI-<n3D>`_{`#7c00NdP|CicT?kPoOHqb++z)#=CP6g+g~+U1fY
zblb?p5c2GKf=G%d<5?93ZIv}->wE_q*|7-hn?R>-0dE#3oev~j!#@*^E?+8AD3PLO
z^o6*E9_gXH@0;R)F7l$wUAJB?M?2_&smHUQf*`h!AN=MYBMzusWT%gzgVmgb>|Xkz
zVHMp9=`kdKJ$Yn&IB-ugB1RPNF70WwKQp;t?R9oi3r!x~U83+bJyp6^a#tO=I)#`;
z0u<+^3*ky@MM6D@UPVVt$$&-&IT#gLNPE!TL$}qo;a^0ynzg*N#_r}%1m}0F#AgFO
z5hk}yYeAj_;@;LxMFMnLoFt^2rW&AG%T~dd9REEhw1o@wRJ{;?l?fMv+La@rr)N)F
z7zchSA<?xV72plufh?1<J`E!6NcmK#wK33T{n(~-)+Wo(e0)LWT(C&1y}m>Fe%j_k
zxV7dOa9MNd27b)@-*xwSGCDMJ1&MDS1f~Nc8Dv~rB&1P%X;ibZhV?uITRpk>o130c
zW{-htm2kKEh|#gbGmemR!OK*ta(Cgk$y#JNC1{bab3paz>vpuZ=tsn>P|~h6a>CM2
zK=U3Q;w?ft($7P>t3K*~jY`olvatjcou-l>*6XN?9@<w|8cf8kX@C-8RBjWOinCHH
zU`++Ya@1KeDWwW?=EVL6F^>It)}KF4fRLGl872%ssn##QW+lBThbcr6+@kJoPeM_4
z+>2IUz7OX68dVvOm6F);n5euwv-l!4(@IRZKze5hVpmQCQd@>aJ06IngsCxVNA8Nu
zZCCp8`vxPlOIFNu?Df4;$n?<2Hbq%j>Juvej9!6!B$b`qmWHpiC5EhGl<m=Z5pbK$
zzBIHmEPKH|mN28p#~^>#f~7QCjy7j^$mS|3A3Pq4f~UstmS&GrtYea7E)_@pnJ3P*
zSMDU-gkJL-S*p+H5wH6w=-u{3c;DJXJ$sU_Hlc#k6X<7r6wUu4y?MgQC438im<b7X
zDY;0mu2uB1UF&U#qH*FrC2ZR~Tdn$~JRK}fyvYm{p>j`v1M3=UCQNY}_*0G@w;n-$
ze;Hb|>z!Bc;W&yL&9*b>x$U3f95PA|-j#OZvfIGEAmsN)T5~g=Js6-dLH~)$i$MFD
z-*@)B3F9CyX+9Nn%{DRCH`2v6RN6fp8qDLE_0878ennbWN&#B?qr!Rt|8PqRjz@VP
zd7Q&u>k?HZa<L08bszYVpQ<<Bc!#Nc)4<}MKSh<g`PX@+)K^$7$0tO-*lh+SmuN}{
z(o~uuQQi*QFx@vVW<`yr*mT~_`Q)qsh$@W_+h$>lS7KNTzdo+X4VMBNa5yFp8IXx_
zTy4vF*>!(tf&GJ5#6L`U*iHQ51q$dy8?##wzL_bHz7DD$iO2Bd*mTInB&2;1AA>Q~
zqFhPtEKbjJC<`Y)S4=sP6;paL9y~-{K`yYlR4i{N7a19=g6U4<CAn#rTD!Jrq&-2n
zjomqjT$Pto#)yEiOm^rk!6A6~9`^F~s#{((#%B~W{h)*i$DSyAn~hv!@h%Fd@27hP
zIJn}Xx;QdSoZL0KGLd^(TnuAsy00tPU3Lf%-*6MIy5Z86$SH7=m?$Y%;xXsE1QV8?
zDbVHcoR;KmuKoK^Ij5bmwd>(wM-WBFb?KZqzQ4UhB4h!^vAxh#Ii;`KIVS$q)6Hh3
z_00*T=_+;Ndcb@VE)(6eBRo!x&Wobdb;wF}H#_$4EdY3@*Q>~v#0`iKIw(8f6gH@4
ztVzRLG6R@zeNv?d>BqfjwuF=o1ag$U^{8Z@LfLP3_fE!=k3haW)cuJv>)&b_f=}6m
zg~1D)><z{>nThc&X3fe-9KSnU5b2#w@9?XIS60lGaZVw_{fsdrcq0Z$^AhHy7is|`
z?TuC8qgP#*m?zJ=sqgEc*pM5eTh+t-VLdTl$glk}(a7EIqE2-cui}QybM(7~|4Bgy
z177x#wYwpWWT0f1e6~r<-~tn(7cm1yLc^4|b@Qy(x0M3?LEghrkV#Tzq`r)HVcPjD
zN|;06cMzvz+7luj6N8qQ#@flGi$?UEs9c&H+_^LYGiWt%i7yG6u@8|A8BY08Y?H?(
zQ6uNK%i|f80dX_!@(jkJOIYA?-m(6|;=TKdeB-BMe_jir(D6;UQAyeq+F-FdYOugu
zjZUHc-)9W9Mm{LE)=%yvPsQHeAB_%(!lzZ#com}|hq`-XZ*PCryMgM@Y!sPvR0EZR
zv$u!<EkYy6!_en&QOkDI>iwaK)k<Z14SMxL1s&asGBXcgT}iUDk$(;Oos=KU4_wn$
zFQ@<>O%F+8*-2vCvNlg%3}4uuw1VanZXAwX&qrMw+l2<+A(f34X>k5r&}iWlp5$$@
z<>Zx9+;8l3<%tiCA2^$(7c+9P-n`u$()a`5oTTpW2T~@1Ix>W&cjuq?-6r0oTx@xS
zy7k}n3H9uO{Ede`#(~z$b2vv?)1ecp-7X2z|In_Sng$g+Ht|0g#i2iNa5Z~C3m>O6
zV{}>=Fjb0iC?5#24ep^4Vym9R+lUwD1d!@FnNOcdVnc?D%Y=Oi*G{HV{{_w!A1(-T
zj`$g=RjV!pLaE$8wCBw9X0#D351@VR6L7l(gEWUdzC(WQ<I?&EJh_i~noN~&aDA4y
z*o=2hajy^EVX`}Tmig3(Ubo8}6I-Z2vi)6RTs`Pab8M2%&uC^2ALCu(g-er0t4ywI
z7>x9=5*kdO$;P9@ao<^u<JFL9eW}_AADPtH<nXQ&I*sf#2?aK)6-O-X#_&i?w&3r}
z#x_zCmJl4l*o(DVR@<QySh)pDQ`>#!OSZ9E_zxtG<v)@*w*R4ZW2I;LziH3^Q|rb?
zPtX3p*19=@Dka`L({530F;EZ?PR<e%ZbgYh!VCZiP4?0|x)2kRlE(j`APp^SEDR*r
z+M=Pj#Xrb=_{s8EX?K}Y-|@WJo~d@>n;GdVw&*1{38)SJL%d7D3+Nq7!Y?q<D+~hw
z1bG+0?=Osl6HK3o{8*C~Isg&w7(loi{{x-t8|bfKnn8pSG;Bt=3*h8J?(2)d&#&~C
zUm6Jn2*RHq=?91?HXcBv7JL#ccL-iytT)eE7zYXh-G*dx8ZU_Up+*$|JrJ9KfRNDn
z$Az7L8Z$glpx4$H4Z{fDNmMn^Hwyp^0s<!d{#y)+meK=dTm%W?@$vBxoU7xGIM$hQ
z^93-QK9PqX{~S!jo!<(e2Mo+KAS=&@?0|e90Aqb%^LrH*p_xLC9tnycJ5v{dViOj3
z53a?J2=H_t0GLI_HyRq{8@%!j+!p`##To$U6X-|wh3#FH2;<X*9s@{#y~B5Jo4ysd
z7ws4X^pwKlzMxb71yHwjijH7)4Aw6i+{0H-R@Z`g*X2alw>}dOAQJEP#?=~uWD@jf
z_y)}3orUOD73-0Ps?Q1qVR~AgeLU(^)hC>u1jWDG*=9FqinAXv+jgf1Tmxfs_<03^
z^_sR<%r>=xOG)OA4#bM+J!T3n94OS6L|7zf2vA-XU=dm${xfNNb_4W%gYtGFGP`$Y
z1#}OnRs<gKDP&D>&PTZ0S{I%IAjmP~{p0(W!^sH)0RdoRfPmHpulMZ=|BOYm3R(SR
z&P|B*cLEp_Fu#BR<m&YJ^zaBQOn?Ep+<(J=zIgkAg^NPj2Y33AeYePI<L!ao9w8$D
z-b#c*0DyqZ!86zi`2O%MocineYyf<btH4@E0EmB{p?S&toUb0x0k(dJ2VmdMXs$yr
zTjT*$|HN+MkO2AT{+{mIQToBX_c3_=6}r*I|F{T^|8`t@wlsUbenPM>VI1ziq4^V*
zaf8r&(ST@xUwwq|g?>U+pv{3DT)u5;u%IH*{BbtnWQ=(M^}J(m@wp~tFpoi-=7RDF
zo_#1DM!ru|7Bh8iOKJOIpD#B2qk;UsCqkCd2NA!%Y=s`~TcE>}XZSAu^bta2=x`#V
zAcFeFiPy3rLdcK{AR_wK0I0{Z%Gc~jg8{tlL7;Gg_-4=H>qhV+eW_O<06;hk&A>P~
z2;201rzD)>gA!belc<~axcOFp*F4xL3*~9cL(Cnr1Kkr$=KZO>^9aHzAm2F$*#6Xa
zaLku5NrVV@*bl1dBKvkoLR595%CK+mcHFY5AqpP(!f<=;hIdc%8HdZ3Qk)Xfqi~{~
zz`s56>1O{n1UIS^pkIXzD-xqixFJ7d*lA`QVCYD>cl|VJ{g*NOzR}cQVcg=R7-r?m
zl=~VPNfU*LN|&<H8HH-mKinO9&cZ-0mCK)Q)QVlsgVo+29z>cs!8San<4Tu7YWO@o
z{cPysR1A&VwP@-?u8t=lA$L?ToxG8<DI=GaSfzau+($`gUwr%L_sEP_oCC-SPP4;O
zDgZLFhafo5D5iY>;Ve0LM8CA?`KAhfxtS@>HTvOYoc_nzLDY-Cko&F*@jSgUcqHgG
zVnC9E0Be_&dqVn3I(&h$xylLoUmmc4=037Z4hFC-a7V8WD@`ajhvB+v@bZ>MCt3rv
zWj-Uac4qMbu$<cSE>r~^)-1-<<w~Nv1>~%tVN~xXK5Zt|TpvjRffC!1vsqWG{kHMF
zXHMhW)=qTaPfXs0=L70ZmlyiP<tel#YC7en==}F}5uH0h3iPTHP5Tp>DvPA<*cOoE
z-Rl=M0^>kcb5?K<o!G%LB@Aj`<H;HtU#1bA=tN9RZF6IA0^e6eco0lNe53rq*A?fZ
zs*I<D+CN?=DmvhldMb$6@=mua;<Nj|xvbMb2X{PtI1Hj?Fj5SgRa=vw=~2c|J{A;q
zw`TWtS{TM{as|P^!jKJgMrHnkhNo$ZyL5yF&VZYc=5s};b(HjNFDTnE>NX%b1?n|R
zg5jCFzZfc0uIFDD9vZ0Em||*d^`x2`pxY>k68PmOVsyTjv|M`})>%xWc@!$ZLC_#4
z;OBGIeo$@;yvfxdovENt!$zV7`3oDH<vA5SIqm+6m`sKmbsKon2=!znXk4DX<?d?J
zWO!K;+bS+G6X2A<f}r%myo2%R*lpugls1WFry_gZ9In6VZG=4Au?sQ#W4;KBPPMW4
z&U7^UOUybwjXiuic-b6>S&Kt<8}COVT_^i5bjz^>ef&fmi+SRG=iwC(TDTHU;GJuS
znWJ!{WoIdUz3XMj&U#CtS}{OC-N3|5wC}LB|6VdfX_#dksJ+|k1!m_btZ|X_6w2S0
zY^LMorSa+)P^e@1cI;-}i2SUn3m>TVG>%7v-<BZwW1E7lCo0S~w9z=S(nzQ{=tOY@
za^`r+<K>w0>5Th3KbuVcbU3t>ye|;o8DF3whU|Tcxzy5D6SCvQ!e2VLFxk`(zu<F&
zCp187v1TQ|4k<#Ec+g}{v&C&b>UEO+fh6`BQpU--gZV_Luh{ujA3D|jJZ~m$FOQsv
zvx*j^#HE_Yf5-ETALgsz0!G^LoL`Y!xHaSZA-Ayd+cu8)Q0scE+J7@dGLx%iNoIR4
zKKy3*y!6$p8h(e1^-53k$JgR1niV`YF76lktxV`UN&5Yj*Wqi30h)c5;-C2&J6*dy
zuX*S3u%dwIN(qX&R8G{7tJsg-nds}f6Mi@5h@MK8OW~Wt@j&v^p}6MYr4K7^HzZIT
zO|Ob)_HtYhGu;~Yq~m5ChS+Kjz@<IHN5I=VMtUN-Ul5Lf9zTeZ6b}^aWZ0Zmd#tU=
zBB3(3uVh2jFPEec?_%dc%t?Cgz^?ItaTr3%=Mj&9iMBYxExT%T+VAD$S3^Qn+_qc$
zxaocv6tu%Az3l9oaDb`N)_Xes;+Eh69v;M8De+iuAk|_nvQ70&)ZQ(;`_pQ7V2?B(
z0jb&dQqI(j8X!kg8VFMd*D4Q7FaQEl95q@#NN$knaIEomGWl6FoibD{UV^ocdgsb~
zG6)n2wRL}wWeAW&_lI|6r0W4b{bH(^=cCw_>;1ucdySL!JoC<&wDsfZnOWe~SWM~%
zZlkp>uymfMOeT4;iq!;2_PPt?$+#X6SPn~%HLou{YpZ_9FGku1&AtNM?meV@fOtOY
zyk&7gMe8PnjQbCp6?_KE#NVIw!V&>FjFgFjG}>=#%1-x2-)};SZlbD?_mQW?M%->4
zxgh(Zq`m#}1Mfda3(S3ynQ@iDVXxJr0rwpYm0#2xIc!~(TvdWH{`g4UZ<)|yugB3*
z^Nv-%Gd$iH14vW@xN8pX6n}JITjyV2P_k*hd*_tbojS4xBnTW_uG&<3>P*}I@?pEh
zpNB#8k(F=<zHsp+Wc2c`j2H%wQ+PolX)XK>aBFJSYopN51XDiux)#^D`52&5o;fqN
zwpx}n?6eX$9>=2bVyV9)A~84sFkmJewM`DL-=u*T>&M$0PfXAU>F#(0mIfuxI5n2*
zl>P1D5%{+^Zy)L5nILy&qk0GE#kRSZM9xp}UzGkUnhCDkB{@X4Srk5~GQqdRcs&pp
zrKTa~e53T>$)TJ22R|sg;>-{Ue&$lUqfsI30xl4Qn4(<*etju-Y`cG*Bs78_6c+2+
zITjGd?H>Zo8^dT*Qf(TC#zPNxRiY)Ww0#7TS+BP>T28BIjP1_eGvj-6ql0x&F6`jp
z%g{8r(M}Ka>FNjTe0H#0X}3%Y?>SN><+0Vfh%B5i1$wpY%JEqJ^T)uKV+v#F#AdLY
zP^sihi`_`|(`m7F7pTK5QQg(q6QZo%7>%o`#}nuFwbmsv5KwVcv^?w5s!$&=63xgO
zQ$fKI8DSmBGYLImQ75z3g{tP&Etepb3f^Z&+_qdHgI`$mPWYh%)+*=2!K%&{XAB_v
zy2QJGWgg_cx8`BkVe>K-+gxWM<uw$sv3M*RkON1uP$HfW>~NF<Pam}g#;(@x`Vh89
z3R(`e9(4xWrG2vz@~f;UXQ;&u|55S{D0)abE6Q%>P<qJ0b;GL$cP5_vd)PgwXdUCF
z%A~C^Gpu4V=?(bJe{9;jK3({4HlbFF)7S$|znq!Vluait@`?_IM$)ch(Fg_;n+mG^
zM{$RG$A%_Bz4h&ta9Mz;DH_*6n+%wda8Iojc0x7x9n-lJ@4!eC?E@M;dSZ80tHN{f
z6e;r=^gu=k`GKRweJF%kk*Eqfu}T~!T+sN)jK+G;CMOA#CumGL$FUtLB8v6wq4YD|
zBnrbhxMrOJq@!QGin1+(TB#g$v&_i+b<JX;D|vek8<`CcCl!{Wyb85?ROb?aUH@am
z{4?R?63&iZn3L{ag*E<*Wt`edUAsdK(|PnnkRzTQ_tCv%R}1_`#GI!zQkruyY~Vp!
z0ilw0Z>EjS526SVjrOjIIj4*LufpPDvHV?R*{kGRh4Yq!%(`$w?A@i12KsDp(o$JY
zUzX{QAD`Y+v_`d6%)AYVYIyLy3tyvStM_SMs5^SaU#$4Dd1}F6DpFOScAmUv(G54+
zUArawQK<)c&cbh8<F?P16^mcJ&G@8GzX>)--l1it7!Njz!bZ~^j?ScBIIOC`NL`4R
ziCTAo_;b^1!N$=--5OD!LcP}kHq1HMnQfb(rJ8?9C((B1D~nwOdwD(({@Putr}nTm
zkQWK=#oP4h9|<#IBTIbXMHLWOVfz7*j8toT30&-ecoh`27~!5SPg<D(C8SspFYAqT
zfGl<MeUTls>Apk4gD&Ich{T1B4Il<6{STQEQfB(@YOj1zgH8;_FXJx@>M>1L_`L>M
zDV(pjQy^rxN-V3m8L7B@u7YH)siEewRiij@CU<mTWxq75?Y?h4LE;t{8-LDUEBXmG
z(?{Q|ZTXbhI*M%t-!tiaaqiJZYr;ce%f2bZnpCU>)m%wKZu38BgN$RK1r=m7C!x2%
zRbR`5ie@3K5^mN|NBi_<9S5m`!_-n~@34wTWDH}$#kdRp&%V=1%gJrJP6lv1d-1qZ
z_%%xPJ|UO&0XhtQ0Y#R$_$tNASP>@ASz1z6b!j3Jz=Atit0GK;28qCzhBReEGqhfE
zvRhX@Zg!Cn<TP)fO}h=h)_5Y>yENl{yd0hwN3+Om7oCx9Ww;2$Wl?n-tdF>eVGfY4
z=b?Y|(w}i6^0|=~-H3%<g>@SBq*5%Uf4;kx&ptolJ4r~h1SjhW?gQt|_ea~<x6C#Z
z*$C^(Q<ved!{~i@*u7rt675|gg$re5FW#*`KG7>(bYSRVFE`MbpvvPX0PyNyt3AVS
z3CR}x!7G-2-CZYkLbNTshV&rKJ@qWzL{y4cHI)kw?mNW`S@1O_u?Tyn=ALBoAI16-
zXcU_{&TSOo0q|7)=<LVr{`j-#2c0=(-BpRzcF)>Mqr1HC+c6=xFBQ_YEm!bT@eM^!
z`5>I%P8y_MH{5K$O?Tcrg6R|z*ObGp@mddkE*<#oXQUEmc}t)Qq<h`4r?pfYX|^^v
zfFr^5yS5TfYDQ1B-jAd(pgBQ&#WifTc{AzqlP3Jio~R|3=D?n5Lx}TKtWN!H1goS@
z*<d(}YwK(LE{NdsvYqUt>(M8pPSg@Oz46QODnZyvnw-U`U8&@5EFp0^$#`bLWa;tN
z(6PA!ExFb_is>=TmuQ!o)a02?44>5<@$or?>XdXEjdiVb{Ret@9NisFLZ==zVhlV|
zVeq4viNB$nW)jaWJm2lP+u<)(H#PF%&0X3&N;XD#Y_s_lp|*9j>OMYeVP;GvJU@2t
zW{3>co}CPv7G2JHNs;<xC1lK8(s@MsS(@Gy<sHn8Zf9gbm#Z&PbIPuhqu37gg~a^q
z6t4(kjJ&{@D&Db@TXRknvo`NKVdK41<aGMd{1@awlq0Pnw}n=LNCB^fy}{bv=E!(J
z=qsiq@C)rbY68OJhYXfhSM>WdgPgy^)QJ-em_<F6Z(O@|R$KqVs-#;DHEO`biOLAa
zRWa)WkawAxam9<5++dQa_WvoAmfYiypcJj}Qzsj$Ro&?1vHCFAj!W4|R*WymIB0cz
zK3S_nJ|v1<3W8mcsn_1wJ2ZhZV!h*W5D{f(?!s0{ZI3v#)ce=2jP$L5Tvw$syjohC
z<ONi?a?gD7!5_%s0;TvYvH04k3kW78+Z`~K-I~wrBzUloFAqtNXlc})lzd2Tz<aW|
z9%7I;tlpnbzMEI1&u}+Y$M-g4gWh0kF#Gz?IB4PPl|*q}iRNvAODzGX8C2P0hQ7k{
z;3(fE-Mt5`xJb*r)f?9BF7v!JX71YViLpqu9%X`MO>bc$qe=|-h*SJHO1T@O`{sjA
zLAWiJHoBxQrtZmT$nl9n5L-2<hH>ZOU>M0<D>N8|Ri-}jO*e2MNF_#X*LKWX-MvPp
z2Cm>Sa`oqpRuANLTldP*dkBp!WY^Tc@{wi^&aGE{{;Z4pPft+0l2sg6;s+oJ4}gIC
z`QeLLc^~2;cLMs`1Y`vWe>}i$lv9c$c5P~(06&>8l-!(kY6V?-b<IxxD3tr|o@l?|
zKs0Bf3f7pL8>h!N02V9H@Q%@ULJfMsU!&dF!Mda<aE-wL%LDcl-}3`Q=ptvmJnIs(
zq~HTNXt_%!2wGcb1@D^Zt9$);cewbdQL=Q`>rw*3@+Fn;BC^i~KmJ(_eE09>=81n5
zia`^d7pyd58a$Bh_3jovGO}s?2%0~wU%EB&(38XGx))Hk{U<i718KRq#JI|1tDF(+
z;7^}&3?wxA(F55MW{9GM8%p8x2k4}gg{dc2=3X^loZthTqvyPGfnzSOS~#NKpL1bq
zkCD_tjbDYYTAYqjUdCP7DXb<L+SI&*lyl5F7Kg2-<?7P1uL*kL*3D8P&ehAi6=LsI
zsAjmY0?k|suM3^9WfD_%Kow;)TimeO0XBl~oi?zpva8!elx0|vyV@joY=I`7Q${Py
z+SkjlgO;okebcBWu%H}#Z~f@N1INWdqF4~agp&2=GMU=OZ5eM{Kzr<|Y%}6X<UgZf
z@r)JyL!+B+;^%IITZG$qp1z~jX@u}ZndW=@+sa4H3EQuSTt8l~UfN&CYDEA8z3YtC
z3l{?t2NdBREDS2aDKt_MU1vq0F6)pUhj{Y=Ljf?Wu*>Lg$@r+O%?=1wVgsux>U7YK
zLQ$OyGG(QsY<642lnGm7Pv{y3pEb{PWNj2_3SszXE#XEB`MSy2OuFyqF5V1!M}s<7
z7G?t_UM1%{+2uQ&)%zbRT?R?}%4UVH4Ux!H3*$yPsbMb|ww@IQ_F;VjA#xgpmq6$X
zrGM3m+&D@on~YA{Nmzo(<qh7&!~_c6S`MImhOQ~kh#D00?3w@#*Wlg07B3;!_=mUQ
zd8S9}|26-1@9+*<O7AZhiiMaC9bn16cHO1+*2iSO5cPNbQCOGha0F2rm_Hlyz8{2<
zJ@30Z^}eng(%2?uydC?BtNqo0Hh{Z>m!-_Yy5Q3zPwm{7o4HsE2@ae6_sG_6axQij
z2^VLsU`IU6U)42R{g65=N%>0`<P$3!3lEzY)Sgdi1ca@4H1KY?@@b`3*k$jZIdK^~
zD*dMA1~S^?SOQn1BSA>qsP9FM)^bSDaN^CZwTeOd1~Ig+!fQjp6^savR5}03loWMZ
zm}9XLD^eQ%t+@gR@bkbDyWoDA@qJ!eYKOC!>ZVeG$s42zha%5TPJC`8$M;306_i)b
zRd3$BnAxliU>)h;<K-su_P0`=4$I}*J$FGdkM9GH;b0lwGp@b##7~Zfo9i_rN(aA&
z<f%;h*jJ4z>gO_{!0$*a=y9e;l>Af3<W12+{nJ-wwdyi8bq05|o7dZhq3bqV=Mvb*
z2-(g!DQ1^Yik_!cT$zIUn1sg^ak{3xF2D_6*(T)P07vC0s^%F|@+ZgKPe{EYa}JX#
zf2q=t;0H4KUzWKzg{?y)_zf)bqZ$W&6I^^^eq-byBf2Q%n6!KaBx~r53U>UuH#T4N
zA_=dmcpI1HPv)rNcj~V533i6`;VfIv4NEr%22XGW(VKgyTHo>3@fD8RR=ksm>0(Ol
zrkQtlcV7Jxxva7lO-{`C(1T52j)A<QmK1Ecfz?A<B8&_7BcUmWCC()k7kd+gAiq66
zZ4iOrs7#Exxw-MKOJ`h04(laYUP1(@mC<s+WlozE1&G5$_+$EDiNn7~Onudt7!MRH
zlt{7qQ1e8t79}q*Z3Wb88Uz>=>H{&b>~&FP`_uA^xD=TX#v*Q`3)ZaR$Zi5700zhR
z$x$^%9Kd-9o)`veA7cV{X<8Sy9b?O`dCwuiVg#bK?NmcsMp60Vn4u;&uh51L%oee}
zY~OpnM18`)LtP-ksPOx4D`}&v_a(TF38eVl^EcX1bOrCD=eOarKP)VCYWde2Lg1v|
z{<-_-@pU)D_@_FFPitWorSfXme&uWaBZ%a@Loq@=_Yiz{<_6nmu3gb@W$Csae@EYH
zB_5AB0NVCqb@*cIuCMRZhb12BOb`>Qn=Pix$2B`Ub|Lqk8oIDkz#GDNaY@XVo<)M@
zxy-B1mj)+=8%Eyw8Z;VKBJIrFEHKUJ?YHd*6R2DwFQ7AD6A||iBPpK6_2+2Ul!x%%
zR8n!?po2E$M>Vg*u4k$f5M0a(@lV%sIO7sMFFGYCjmH?M%uYjdW41>RT55e?6`Afj
zk~%5%wQDhERN~s=cxpPgFFY!@dpylycnI-ivHQXvjyTqXUECC6UN4i}8;j>u;HtY&
zuJ5wF1LlEgakgC5uA11P__RjSC%-QD%Jte37u*SlTI6}JUi;V#X-anm5O$owo$shN
z$|lG9Y3qh=Z<K<=PZo7lPbA_J_vy%Z-w7Cw{su_sB<?rMv7@3WIJ{1I2*y887hY=K
ze4rkpaN6tGA1|U&@Dk~x{mC#UfS4wl=#1xHkoPb|;>1H_=Rqci4MQ~VPLjIJQ9E`#
zu}<jP$l5k9gEaBri8|f*cfb>l{nm1&;pyzrGSkvKq1rA;vRnk98E$R;mI~BNvWNCZ
zyGUZ*1UzjGiO{@WjRsHC{f*^Wr9SszO5P`}GV$7!P`4x$37-{^92{=qudx+4d;v<L
zAjM5sx3J0)zkQGRf=K=arM915Zz}~<vJZ|a`xmY)02VEV&Qd!~8t>r{9<3Wqh=h6o
z>Y+%9Tf{D??6?-?)@&D5!>QN}@SkhA3|^@+7Bxt^g9gs8T~jMEl<52SR3dOmduJtH
zDj+M9-Ao!JBLY)v8u99eVi$MHXv+gR+iJ^5DewFVyDh$LDDt^7ipjsP_%;TKqyGWx
zvHuUOCvR_K=wx7IPe5U7Xsl%PkA{JknVyz`l@f|h$lgfL(dPHf@9=*=n%P(j>p2<`
zPzZA}(lfBrGtsj#u>9UJQqePz)Bn2kL($3D82<l#qGYdUYindkKqsna>0ks!C$A*(
zk5<&l(o$c~+WNn0Q8G1iAo#uh-<qfiRE+E$ey1j2qGe!aVBuh7WualDW&Q73|DOs8
zq|Ka-2!2app(L=d)pIm;Fw!G%{{Q}CrDddLpoHS({jb&dFZWK?|FHy0Znj1QbaMLU
zijG!Lbg~3YOi*;9X7&z_1dJ^IS9D15J1z77mS|q7Z7FVuBKWN6)Wuvm&U*Qn2J3-Y
zW)?z12AItU?+GyUo9a`GB0-Mn>}(}OTKPd%yO}D2eKfYTwDf$nKb+C`_5~m!fsDi~
z@)s(g1%i*UumTm{f!T^fQVMX&FO%f5o1U?Zf;8TfA>~HN^6wAiQt-$_fXnRj7t|hM
zF-xim&%V|nrG;nXHG&OrK>E#T3Wr)$GL3>9WC0WRN&0!gsz76bSR?@y^}1W}W7dWp
z<dU#wQ^;dwqL`Kemnb3S@yTi&df0+Rv5vOPi)?HlVrv(gyg9;bZ1_5UKvW*ssA6&s
zx(^jngs7fT058vU9~NAm4&lWQ8KukZ1&*L_TDHZ0Ck{s3SDL><6ZhI#+VbEoxiP@f
zH^}xXRG>~D%Aahx-2)1-XF~My<qu_gN6cj5u8O0#4YSR%WccLJlDvdpP!1tjz?ayK
zTM!^c1bi$g*d@<#1ET1?XU|JF`zV?$FtKyUkt>7c!2)w}A#zbi%+XgUkaJza?=lM>
z&*c1s?01G$msA#2SLcxa%$E6{JpKHr|NI1h^40vnKGfhP`3P;>RiMxF8Ei%O<?m|g
zXPvj2OdEt7%#Fjo1cNJ8X&B=w$82L7Mw*CnM^8&0DkLeStjq-6C7=g~7VXXRq7OUh
zQKO5d2GiC5jxGk(jWHYmD*qf!i46&2rG1vJvi@n+W#^I}Q41Vm9C~vC4R^#7xumEF
zzpzhKb`(Qq2VYamzD8w>g7()480NffrSC*52~9{Y^{<u??*>%+qb>p*_-{pxV<<I<
zR{dN5Ux^diCWn70>})F8U^cCh{~~`NbVjhVqu4?{$JS0`Bao3vWAO)e{tYA`*R=Jy
z8o@CvKnGTiPSWr8U~h5cS){;UfXp3nzi>L}icIAWg@^6FPQqQ}PzR2#&aFo+FM7w`
zmq1aXQMl^+e<p0T?1SYaEqU(^QkVJ8-HvDsXNq1s=|+>G)YH9wNxL>aI^ikf?s;DH
z<whaFHOGSUoRZJ6SS}1${L$)~MY~E*_z8cL!aXY7J{MdUi*0^(vG3?KnOrH|9G~kM
za!<GT1gsBpR9<$k;h2-dK6P)?*zK0xLSB>4Ms<YoWm|o0d2=Dm=G<aF|9{eccG<aw
zKGKdguM7J&G5tK|c}YlRu0h7s!X}FsE4fZICHY^hJ+l4e*`(Vk?#jUJBW=Q)j@Twy
zNbU$zEEBHIK2d)CMoZD!rA;ccZiY#DIGt&l*CzgK+pVcfCEFfdd&M6rs27<3@MAXX
z%4yqGuPlA`*KH=>$=D^L>Q#Cd&t&W@T6b7mtIsV>@2<xRmj&8doWGnhb^6TsOiD8R
z#m&T{PX1jZHT7p`?3A;o>So71I&ob5@4t_;?^m(2uV*>l=xMdi!Ca_1ar(_eOZTff
z2b6Gd<{9q3+ObVy_JS1sy;U=xKIVQ?C2H8TaHFnc^ZHjMllse+KlW^sN#S|@=98_I
z^hW#Jkx`r>MH8oOG5m9=?55o7jdr)wnZLEkZrJ`t);h_#?2O%pDYZ$;W?Fjs!DYvc
z%FZ2o)ATgwklxKHqHnsUu1PZ8op`@KH%8(K$C|T;{C*tn*i-lS_lKwQic0VPHFTKC
z9qLr?Y8TgjY#8<F$lAvzyZe7Phfle^ICSOJnrTt<avpKbw@jMME_D0wlprhq+b#Q+
zw@iEaqBzWd)8{I;=_b}sDuaBS=QZ1%`BwRlb#mYScJIph&o1*!j!(EP;xM)L<gzuV
z@;8XQ>NYwZ@po&&^$4;1H@>gYnWi*rjqt_Af6JTy%DI-fW<Hpm6D=KN=jm|wRYO^<
zVUlckS-X7vx8E;LeOMoQwNbrq?U6~wP1}5o%h_yyr?;;A=~aGdlg_@jJNlMOuN7w9
zsK0;Pmd|f()NZ!gLmm$|_SHRl8vJ96m1|~e`t&`&YGz&&_l{e8V`9M5ugk4UIy-lL
zyQIbae1o<1*C2rx^Yb2-Se!V$N{#uzg2?<!+nS$BY~=qLSsQrq|LbdP?{m6jbM7DY
z6Wh4bxLNGAb9vdu)QrQsFWl1Ksr&3kRqdOnU+*<e<97;9Z_~N%{!Z^a-?n#2+FKiZ
z=ZZzEzD_O=3uOQ0w@_E{{M={djW1=FFPc6lyT$Rub<4eZD-~{5%D!5<<3?BEl{1kQ
zGk;3I;9-fuQde7IR8$c`scBsLo_Q&$6$;S?3T6heT>8P8RjEK0mwvcHH1Gym1w)`%
zP=0=if~h%Be-KD{TE2oQsNx54Toj^h%#01(EL@ySjZ7_FEe#EwT@4J(9L?QKoy{zr
zEM1+9?Gy+r0ovk|nwMUZp<rlk3aK0wKy_zM39u5^cgq2`6kJl1^HWkmHE(eVusxB>
zRdGx9!cN{p4k9fNC6i}gW}m*ZXCZ5cMoWtlLuZ_TuENBL7g!l}1p-?uKTq=ioW1mF
z7Nbfj!x7nwqP9$uTO5vwN7UJPet4y=(A2!1tznCq(ZudVUlT2RUR~~|*Nr#LiEJxB
ze`C{@p1yg$-an#mEpj~)Z6DDwQ{!k%NRnollHke{E_%O`9HvO`PxW|HzR&H*&!^cw
zHuC$p9?ktROJM)(^(!MLUp#52H1jdP>q7CZm{C$(l2}wyQ3Q+xGYbn#11?onSARDy
E0C8Baq5uE@

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_MDF-J.pdf
deleted file mode 100644
index d8c837eee965e1d6b3faebbc261619349cb0cc84..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 69362
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

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-GS.pdf
deleted file mode 100644
index 05d4b2b1af4c18a824f778decc4eaee444771c94..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 62720
zcmce+V~{UR^CmpD=ZtNiv2EM7ZTmO2ZJx2`jBVStZN2yX-`$9fct7l?=c$O!sIJVa
zsH?B6tnREPQxFlOWBknuLpHlOv<kyQ$UtasWCg>+14FOk>0nAouOV+_WoqmKL$B;=
z<nli)V)jn9F!Vw~_8x@V4FA|OGW^e_3q${}=6`xI!qCeax;R<>W5M{3#XtIg<v$im
zrq1@RPR6FrgslIxD8bOnnA(}USP(L@68`V<&nT8QE~ZX|^kO!KE~X-;#`Y$rFnoM4
z&Mr=-hPE&s>kEj}3Y62kAV82`z_&1_b|(K@^H1&Hsk8qx@P7va$A1a}=YI_X<G<wm
zM`&RDm-7D(4~$IzF%bVfXJY)1c@xvW9RGKiVEUKz|A;#=G5_~K{2K)SGa%Uhdm#Sx
z-2Vs&=Kp(P|L^e4%Erd_zvB1*JA7a1N+;pACUifjFK&m1{XY1*&85}egc@0IDvo#x
z>;rX|kc!SBIwL}}zNy`z4+McJ7jji~WqoqsAWg`;#3hZ-7{x%b*k=43;Jy->$+-H}
z%6rh#;q7tXdJTQ?9sK=@@BcW@z4c`;zWYjlA^VEy4=nh!?RW-tP~3C_-n#9s^uEnm
zX8SVB>)6sdUkS%r(Q%XOv%>pE{@KAr&D_Nt9TCeNc88|SLd{-^p{2<gK=y4vQ>PP=
z%Xln$;zQqt&J+!!wB7-w%uQkCT~g(o<IuIg&4sP74{4brFVJD1h`nDwzIsh+O8;vt
z2;!+-J(@GAH}^)b16eKd`p{#htvM)EHS|TsVm91>Vk*}V{DpTR^Wl21UaLHbfu$<7
z0x~aW)S*pY1;h&+Jb*1nVmZ|tf0gjpssZi`^fh3Oy{@mfpL0^f!pH7cQ}Qc~=1o)3
zBFg4vc72GGWf>vio+*7!Dih4~KBRON=5EkUcKuaXQ+hf8t^je@EgrX5><(_(?Zk(O
z>j<8dp7#d+WLtF3@J5oBFZe}PofATob<$Oda-I%#6=`=D{4ZVfX|pkR87v$2QQJA-
zsMwh+oUXrlkwqVq4Px%x7iYjoua2rEY4b7l4`mCm9nY&V3)Fhfy8*l#5JYdC0#NnA
zaJWIbaEX@<Vn<YKkPX!_v}(%a>R%!#a*H1<Oq}Sy<^t2MH}!EM*bCrGkp|$fj!Z05
zzBDIt#vi@CE_D#MEGCWkD43T+DxAAoSIp2&J;{B)I#7S*UHtU|v07z?gK1`%96-Io
zRIw5skHm7qM7?Ev&45Z_xS#+wt}N*9aFK$xphRtAPXVYhDn3iq;Xg2&K<7ie&fM$=
z+^=fNC7l_gNX-=0#uyl)xdqIw8p~Yn1FN7~#St;qG<7}mIR)+xdkf-^ROm5t&IQ|7
zKn0?sk62^IJC?yDs+wv>B1#yN>S$+eWCSrY6xB74rEscVYpD0%(ELrAMK2wE+avSa
zutpxt(-oYG9~Z4+vYICTT|lUl(&F8JH(z=~QHOLM9hp<`!oBEg`>KdKvB!RKa(?Ui
zqcUK>rD{D8*HVn@*BGLS<JaVWbemPZzka(`pIl`Bz;-aJ1Vn%{arjr;e5V>SM2qCJ
zJ1DOEn+F`GXV)AcMIuU{`fP!41?{Ilka0cMQ*E<d5>2X&rQ7?@)C@F&59~zW(9)p~
zN-6^EjPS<=?0>G&wn?fLlu`ukWD8*YUX%rhkD8Y_hmcTP^ZH)0iUJ*<r8xx|Kj3;M
z+gTTCenFeAerdU=a53<ij8MQ+0G}{%P@&%&|9yys|4I4re^L1QU5vmDLqA~H@fNQU
zHq%4!!w2q-wnca4Ye|U~#*H3rG^9r?xv+JRbv>qT8R}{G3O;-nC1F@6zCyu9{^SYu
zDhImY*sxn5AQvLo-R^szWnS|jK|u)EXvKqLYXh>@h)eG1@ZIYAYbdY3{e8ziL%4(-
z7X%e(2-@Ex4yNu~(|fn)Jnbiq`OAb57a@YkC4L0a|L60q_3<pJ*8V{yECU_&%S>ma
zH)1lJb~ZY|1PEq2wRo41<^oOh1)&m+sT4I*2?+Qhxj-R3S{sD<_z&QF7A4E53qJfc
zYh&V&97$5Bo*|sQF1Uh<14bH?li?QK2M6<KBlL81WtBFIpNALP{ekE6%{6gghsklz
zW=1e8^ojcRV@P_rYdFmRQm758BT<2Xi;ytH%wWh}zB>Z7>J;V_9pee?hoy`Xt0n$!
zC7;r83C(CI^04EDpoqz8<->pg##HA3LMJguJ|yalN`<#S1}T1=A^B-Qt^?B0?csc{
zN59945n^~%C%DB#gR9{#@_7_PH1M?-qdtMYdqsf{*0vzv7)rm+lXZm25HwpUIL5=P
zVgJ}Rn86M3utIb>W+($?UP`IRU|Q6`ft)fF8nnt-dRk6<n2&S-ai4di^%*ZHUL$~#
z{WQKr%FJC%V%{t-ZXm@<l_MBb`pW2*t|yJtnXDen;%DI~{5XAH8UNT`rsO8-w1~jr
zSg*`oH4t!kfNRsvKa8-=9Z%*SvC6LSv(-xHMmW@iAUTGaIFxB(DNqj9y;6t$iLjri
zC*i(WhkennFls~cCU1Yu*Yk1PZL30c+74paP;q!c)1N^Vp4XN3kuEd`zL|y=WOQRJ
zBPaliC?U+q?$Q6F<HFL?3iVwhpzbuttF`1JF536ZV%DnYdWesiDETK2TQ&08lJYks
zy~jq&AC-k}2uVy;+3N~YPAy~+ckh^rl8VSHN~YxN^q*kC#CSItCeXK=Tw<AaPcTpK
zhhtlAjiT}gm`5rNV;>>^UD*trVvD~}p;4>;;jJSM-nn>C8^Oy?UW5f->x?j+meW?0
zhW(%<F_$ROk>=3#0c1_ez}Dmtqsdep9CMPi9Sj9YxAsADRJ19qKHNpp63e~wZ+)~8
zLxa7=gS)lz2{mu!E&?Wa`@qs>SGJVtuycmmgq*OW?#L7961UHuRca8DxQW|gpE_A4
ziP($rHf;hEI&!eg$C)cl-3aZn*mm~0tfxkPkym=Ae=0Jbiaex5qp=yNdu3F+&cO@2
zO=XW<bZ}E-rN)f$qa4AD&P*xK&I7dinfCtxTAEe+xgnk<tLc^1z|8<f3Q@cj#zySQ
zYC=vhM3IcVInxl`<4?5DGYV?Q_TToD%mG(UMiP*&e&|15_(-PlQb&H@T0VM_OjF(I
zK2+nqxe46PMZ#^`>DP&rXsTj>Qjj<oo;(NQ$z=vLXo*Cbba2{(92f)Tc%k_S3K?<v
z7&HuMC2jzj3P>|{k;ld_6Co*%z&5L`^Ff&##J)YAPH%p+0hd)RxPkrqbu%M@?OsxT
zk`M<SLF>w5fiVmXJxL<NR3!<IN~Qd2`#4EpqTjz1bJK)`DvI-0S{LeIyMt^^j8_vZ
z<i&HcSiR+-hF{cTj@q<%mRtD~3eXo{!5o|Ieh^M6DYEjy71V5eghnb+{xEZz#l)|T
zlc@?SP?oDi%ivUDvxHz8?ddZi!7vb}<^$ZQ1F!B2N{V_F%nw8L|LUV<cz(usgk*$V
zVLQT2*0>c`tjnPdJ-fViR(pjb!E<_GF1HK6wT9L9LoI>vcYS=HNoHn+sXx3k2k|r{
z46r=;Sm`K<71lDc%R%R<J{|IXzH)MrNJ}Pfpe-rG;-%#T=5jbv%D+TYFBy`Oyg13S
z{)IrTM6T8`w9@GvGCoOlo{(V<zgz1@5i-KYZEC#6mKl&3e(%yrGXLx5W0zrlbhvJ_
zQD&_Hz<9>C8IVw0?Xp2NU;S5QdvsV+V5>t^v#?@-Bi68dX^O)?&~o5BVM9Zawgv(D
z$8DJ=v=MfoTvr}16B`zqEp)$5M7S+q@$oP_SpS}yv=6*bRF=tESW&^moeEi`b`QV#
z;g%q*;t7hWDQd62ktwA?2<c@YYo=C9s=u7#6}w4thmx~4JWeWTQ2ej24KmTua_YI^
zNFl@)j!41!Jn5j&I{y*|`{%Ub`RfzqPNL5k=G0^NR&YR^u~nV=CT<k0%1rv8gg{eD
zd#C5?>M}ZvQLR8mQ;4@}0={Qq|J=rJQ$ddy7h&tkcmn4SD76@95=K6c<rM<`pRN)T
zHe3+hKuX8uiOf?ArGODPYz;gP@%nCtkxkAVWOph{N{gKq%tFCw-C)`){y?xIVjhR$
z3b4WG5(%quY6qFD;VMhvIH*1%xz9KLhdkky6fL)MeJR3L7Q%$U<R51f=j8`v%JNHz
zg`!~G<2NWMDjYwuFQ0Kt%lLXxN>m&{ca@W@U}5DApMZtzNlUJz1)G|(H!ryd*B!bP
zj$OEN1iyTJNlc^yE_@W9SGBooZ>)GY=lC}2!a}hT6#X*|r!!}MxO^Be5ub4ifPWUE
zfGjyvSflVr5)!X^65gkenxbSBCA!v`mBCR)XxUi8@EQu!<&?rG=JyTQMsSI8aDtG*
zKy#dK$znML61q8|>TeV)XqoUbl+_x($k`G{q5jLmkS&EsE5Tbq3fZsX`V~7pas2pb
zmE9igN|KZNgJNLFpo_D1L9(8=3{13+$>Mli#ND&UfQa`O;~lZ`Kiq7bU$}85hLnF)
zG<~@^ho+b9G;I3f8z`|o`5Jtr9ldHuBP%S0#*t2$M01%aq49<}ZL;CuZFfNJpeNJI
zP}W=UT)roT7vP!G)c#05L}*28uFE?A8dKI~BtLelmdcsXlLUn4g#0PdZlZRjXs4Q8
zj#B=^G!ZGv<~dLQHejG36s!LAop*m0=Hew;OHIIaTW+BE2VD`S2#GCu;lwK#ZeDuK
zmdC_N4pF_zAeJnr!kqGtL_b|1)`N;rmRE3ih+QZkbO*NbJQ-omHz<B`aMrGd6;x?7
z5`0HTm4GyiXRb2!ki+RxGHmp!>X~o$_pv$*DFb1xfA!-wI;LeQT)XJhPQM&jYJsD?
z_$CSmOcfv(6%&)3o=3F_+s8mSny}LbhL%V%nsCt}-Fl^~FS1vvjTB{w#ms4J!p62(
zf4UD6#Q$Uq*A#`Rwpk^fudl)_ZigM{C$fw_vh1tCBXb>Dq8BEkM$xKX8!*pzT%cP@
zIi)xIlUHQfh$P!lJ=Y{N*A$UPNFDa^IrFn*)!9oO86r1e=}(@$jlv8o3s<+7UFW`z
z;10FRoKn;{2N!eFkK77oHmMA48<jh-0?B-~S<;2!(q@L#H4j^jfgC0x?@O<(O+Vdo
zxfsLTn2Sq6@x^Z~EAF!lrNVAGNETg5JA~hsp6;RfOGdp!*m|s(Utresy`7hEcWDb4
z*jm~dsCggPYAzpznp2cIG0LrSDj-RrCA6Eny)<=@rGUqpAb-jJdhfLj8+NeJpOxl&
zsTbPIb+D&qmD(d|{$UyDURr9X(qrtzqFqEV@M#>6C9xVU%qJeE73kEd^V)U;DM7DS
z-VMgHuo_;G0eewE`$RU6z`yh3^WY#$zIqaKQOw9yPbP{}S#`|>DSq(bwn++&E^KPr
z1P{}ElNunGelh2?ihZx}7q>Mx;&UZBuO5yZD!?wsh7~>ul!7{UHfBx@XWMpzJiR7;
zWs!390r-)vXx8nxo1n%stvg%Ki9xG<Jq@uOjh4vH;fSlLkHFz5wPsR_T|yx%1VBNY
z05*1JE9)V3)~oO|PsgG--H;c!%~3WMB5R(;do#$@Iw9Y(q68?@gR2U5`Xe$1Z(|vx
zctu5oUiZ&tV<7z`DaUSd2P>rGF{T!&H!n^0IE>C2oa%#;$fP2OVtqfxZDT&Nz_K3%
zoam!uxVnbGV!a<rnUZ>WnZn6U+EX5P*xq>9crhmFQxtAJA|#dUYEg6JI$4itK^^IC
zNS#c2RJ|z$f>2=AOKVW1OcgM}Ckil7{+M9dHipB$muiPF-+&K=rrNV<mWUw_y<_Rb
zZ`fm^M8I2Stqt+5e~l%nx`({@=ZirUZ$znr>t%P**(S&ympKNY*~_$T^)7hTG17oI
z_`|EZO~(6Sx=z*xOi?h%)HiI>7<qf{XoVLpttm%F-uIw&>CRVES{7FY9p)Q~5011q
zMI=2_KbwRtX4!$Hw(#Jr;^vgbkDQNpTRu!m$E(reunNo`{w8^H3SP)m1&f{-5n=th
zl{JF6H~90!zun{I;r?Q|9YgRZRs<Fuq0%V|qn<4X-=ST}a7yG1IRmQff(8k?QRN-b
zn(Hj=d+Ilv5b9$-(9K`@4E<-`yXz<=bd6JhcXse~=*Z@}PoLURl1TUmn)j(_VGRDO
z;;3d~_SAv+f5okKm!46So71C8=>sFl+Ciib&r>L?ks;)N9@>+T{h3!nN5+nL1_DP1
zx=5u|)H{mlPs`z{A3N+wRLLPyI;L1HjcTIwUo-|oyZCHqUjQWONgo7SE)+LO8=y(i
z$@3r?UT5u6emE0~?ze@a1!NKEA;t7+r8s1w@KW;e0&Xf#9GYr-reY<oo4{s#Kk@OC
zIFkl+Yh_SDu~WAOM`$>Q64$F?JttqfDn;L|Ub!3g$J6JkL4GEM8bKIrPxhc)9GRNV
zuGCZPbv_L>(IKTU_dS?eZ3vbNx7>!XVQ77%R46GIY-9cI0ngKBFFCc?n%mjI{uDcV
z1oQX(>)t`!OCEL(U4)*Xozs^51~c+7IlZ`e|FDeoy8)R~RC_=kgS1A!b{s=KpA>E+
zLzNkCNYd!R7#CfNAF)#ZniZw-gXCZQ3p+pl7w4z)hw6gCx6H4!%AVFMBHojN{)zab
zty7cZipn|YW-v4FzkaOPQSRTXTNde1<EvwkM!}~csO`~YXJj_bThMG(#D(Jgwyabi
zJ!b*xZ1&8PQmqF~!)@}(pr4%1oL*Tw#mq22rgE~snU<~H#2|}g>7(LGePD_sabM1U
zao`VQ3f~mZYtPVxF{*esgdrI3o4TD>HS8VDwg@u1$nx=(lFF3047lD)M*Psr7m(TG
z@A!H6cszYyPfaGniNI!-$i`J_@uj?F#NMY$G372;o-~mjWIHY-$_!RXGa=gxOAa?0
zlVMGVoDYD$$c2G6mHJ}EqsYaVYO~Wfp5T;$%2qNpWty5R5~S3GjrUwXfOsM6D@c%G
z7ExGWWNwlq&hqep5_m7xdg|rZ`0M5OD3E<)`0Ej#Tzv(<iXq={(!Z|ZuB~Hjkz-Jl
zV~vK?f-*KeU~S2rH;W>yhoCx!mC*g=i0&88DsOKpSP2Bv-Qbv87_{4CiPdu%aS17I
z9TK_PvzT{UKllO}zr8(Qn0V_`C}u;UIl@&>!f15+{fL^Q3TIz+&0f!chMdCVA|m=?
z-CwzdtK$fpq5RJ)ymriG21&(P{8UZo5lMyq?yx@h@TM6G3va2FsU->~FBpP)hY?D+
zd2;I9Z!QNNtZns`y$O-^Be6f_?elXukJIT9lCyV;spn`H7_G%X^jTraiCX;3^$`#T
ztd@-YTUaIi&**8kANuN!8Qp?oLmwxP5LJ4sZ~v~gt+(p^dzUKTp(FjJSbgr4RWn$F
z@4vGZb>PY8u(F)}k#u#wuY~~67D69z$P~`HvbTQF$lPuG!c_WsGuCGCJ>cF5DvvKl
z{H$+ZI|PUz@UC_hAy_RoNJw^G8RQ;^l`sS;$&Oqlzu~Lm+|+>jTy#b0T@87ffRhW$
z%x><hdtG^beTVtGoTU<3d5&1UizjRE?d(4#$S)!nso%C-f$1sp$8mJY&%vdv)18Xa
z6IE~Ktc2D}+qR{m3N)UknxmBq7(g|e=)pio8vDSxnHqQO1_h|FXu1de3&M{fK1y;j
zu)GBJWi3Ys2VrsaIAp65HpQykcv@3V`}JF1qp-%I`mzNwvn#UzdZ%A!n#*lRm<|xh
z)v3m6<XO>;wNlUWJ##Bo^;t3kRTUfkV1pIyTCBkJAikp@gjLYm<VbONfiamhiN^9f
z0!IU_3BOp?J!%zV%W)?fF?PCblC?<+668uGn&OY9<R4h}@Z{OvrXF1-hFXb^?B%d~
zs9yE?XZ&jXJP5u&{egwKr2qdXdMy8U?*D&foEZrjIXD^q&+#D>AtN&rJKO)c{m1<O
zR0$bbSpMn$Z~1>`rej{g6*e}Od*KfdhNKce0zrm?J32bhT6g6fsIITC)i$>xTNOJ0
zc63}!BzVuX&Ad!?-k6ZT{VeOXzi4?U#wSryE<j^%U<VD_*!H?aKf>t%8ER@uia`K@
zf->`hf})~uwncKT!aNdiqO@U;_RVcBhhFGo_ahL3-e$=R0)3WJT3dt0J2ikXFo9yO
z{l#2s!^8xVfrHEbQEYPE1qsLG$ie|NIRjQ|VIveLbu!fEW`}fEX1>+V{^0?kj420-
z&d$DU^3MbXs}@8!7K2~|(gdx;8hxiLObA31SX&;&1#|l#z)0pXGpNJEKsw#u7qU0F
zlCZxp7#A0Xbzp?d0!|i)C4@AOXWWfT1a^X0&hL>f5+{Z%PtV}~ZqB!{261C_00Q0y
zQ#%$T#2H~nrNA+c2i>LP63|qFAhd^Uc$3yVrU%#R-N^zqC^rAB?dYlgaWJuaD60=l
zNT_bk35>~Vi=pZr+=Ky($4DxG><F?1hF}}^r^MFaT<>1P;lN4P#=`8T`pjqt7LZXu
zHn>&W+j-)|=1kuR#5=>As{SrVehtfNwMB1cL~m(sfmjQ`OZXm@AKU~sd2G3{>+L~Y
znIB#r8b07RF|sqZxfjP8mU9zO#c}qgh%X-9;j$+#_BSadWC%zJ49>|2MgwYq4A6<0
z4Dbh2aBKwqY8!nGd##3`N95M#4j9wMBBXalo!x*;3@Zv`h5~YP0P*zv^xpG_jz~Z@
zu(1P!zzmX^vW@?~`zD9T_#Co7xiPqgnKkmT<`)ARAgKM}JL_~!udj|t+2B9-$7fWK
zklKstq@3Cz`*By47+pr&6&#ra%QrSM1!7>Ta{yZ1!SDQDi3<vR+wuIIP@5kfM86Gd
z<iGdbDE~RU{B%cE_~s>23HWg(H~&~}Cj>g;&#9T}9XEJ<9)A64+xcO6`&l{m_jvQa
zdi=>sNKZ;x%DYJRr~3S<!qLdmZu_dfTW*)zZDova_Qiq7`l+lyc(-;l6&ya6TmErZ
zMX|YMLkMCkwWpIE85Nr8y-(ZRRGi#IGpRB_U}O5IwEa%3{AP4eJ7yyU*A{=^uSsX8
zfe8I+d}cEhOSNAKKhU=SZZ_F{Wpmo)N4!Ub=z?GRIVQ3)HnIL3d1S0_0EWZGh1-nZ
zM)--*0LG8DH@1Rv`fBU|7VyH+zRiN(tu~_%h^PjgCxDz9h5>^4CVG!r-Cn;SFoFaM
z`5{68QaB{o2LlrQk-mfj%3tMwJQh7B@OmKrK<x5N_z2tX9Q{e-NCy%q@ejuWQuz+k
z01`;?Kb<Oj_m6mpf%`6Kg$n(d)dnm2LAfA!bj$lJ`WnFkiunnN1|mGwe@#ss>$#<)
zSn%J|Rx<nPZ|!3F!RRJ4dZPD<vi(Brmc^Mp)_+A`dHz>i|072C{uOunuPr;f{(Bp4
z9ACjQ_JKM-A@;djKZ8GKBqS7&VXa~x4<H`a4L`Se>ReEVFib+3dG)OO2zBM~7Cn{d
zqz(le_(y@fvTX|ng*bGxqChWEa_7|}ROV*15^0fBFN~3AS}tSIYdfaZlX_k@OUNr7
z^_#QEQCAr#IKz{j+X8YU-kW};Ii4$U36;5|B7>@zvxo%(n6cY2qxLrIwKCt+56-qX
zI-RiKZV{LrDh3@o=I*YNp>WgUa?M5XWDZe#@#Ab4XxAr~@D~<8Q&3m4CT%QAmbug3
z#T;qWkIj8~!qS+&fSm!~lI*XRnbDwL%)(7!0#S|K%Ei?C+1!Sx9K;0%UbvxpFoc+o
z3AI0o*H%ZrCtH3axJpo>wy#Y+qRJ3s#%<m}GhU|Fg(%@V-MjZkV>AXu6l6iX?c3um
zc_~kkd8tveLD7{2ftGBcmwHny=Vlitku?uPfKXbR9(d@Fx5jp2k8%^|$Oh$W@vBo9
z+C<Fnnke9TWW1ih$7`DY-co>&t7NuxEKYB(yhWpPglKxVFkoOV;>s#hsVD@-af950
z?b-DB+t_)i>*fZdNV}>YvLRw5_P2J4&a)KlkT07F#D5W|WLX5NqeG*1$3v~H=3*31
zYXjX&^>3?oBYy3ak%;K36L5HAH=aufxXAu|YiObxt=)5o4r+?<5T<bQ=utAS&fESc
zcAagQftb_pyBH4+7k@s06zC|?+ET|rDs|_HTGl0#DbD1Dc<6psnJ@2&wQTB3f>AxX
z38tr-kzKZB!7%>)Y4O;A<yQaUpavp~`#OG->}n#0hxxH+ShECH$az>b$6*fv2HxE7
zzivy3cyg?&!VJFA^LqUkQ35k>w(JMDk!#67KTN?GF&dT1aj#3aOKLY?8METeK}%u4
zJ%+Etu&zq`#ysWK!;_D>tie&f+Omw|ZyFT=0FZlS<I*VfG^n<gNGj-VYvkGsX28(o
z>NkCa#ns3YYczUh%6BQ5g@bN%Xbv5gQVB%vdyZMcP^kW&?hc<je%ARygE|S0%B27U
z_YP*!eksNQWjmP3qJXdS5X%=Kc25JQB3K5G>^b3ciaH}l^^Km*M#XlW3*yBnFldz}
zMd3DY@*(nytOa(*SOrn|(o$G(D)DMArZ`b??c>>VG0fqToHoQ(LQFzL$c9tsK3jZ)
zKBM2f2+@2Dx$`o#1~P)(+)DQ4rtg;KSw#2gis&#~XX7smCTfM(f>9dcqL0TNqM7pw
z>Fn{x$ez})CqVJ3LESb(^+z@Jzs%LWQ*v^t1Pk3d4y`vO=1&J~Clk|Zm0s;~Q=;4+
z`mjEd5?olG=Hb|5K32UwV#29q+*PD|!$5}qsHXYxfqnoBx7ZF#jD@8tTDn9E_|3lF
zY-nu9gC?bl<ub#bm6cO5O_)_?p*eNYSTo^0s!Yqa^ZjIBA*Mnw4d~ycT`Q{$|H9-Q
z_N~9Iw{;RK@-vU1^T4cdiEhg31-HdLQSktb%it>kT--^%7Do>^KQ)`49lYo3#z$_V
zn(I_+6PejfybBK#*_x+Ae#s;wSaFJi=n;mtTqFB^#zq}Hdu&D@qs61bZEMbsKG>6)
zzO>arLRMw)c(@v0%aAIlLOS+R(#Tqpw)^%TjyY7BH%KI}*y_L7i&ET(MW{{L!0SBh
zX2pUXC#(CSwzTMOnPHOAzl=9)e;RaN7={k?V}xQs)LsxPxsU@Xbux)v1oJU4uzxcZ
zbdb+3^~M>58BI@q)i0};_lU+LJ-$k?c(}%Z@Cs@X**5hQg#lcKULFr5hunf%1Kvs0
z9^&>OTS4;P<lQtJO#W095x__KSotz(qGhmTv^g+mL4|sBhs%2~Y<FS*k=$1mZd5$y
z98KH~2?CAr_4!PbK0*jicZr^aU$)oyt?wxh?ax`<!r4KmmT{)!pBA56d$-t~`GImC
zv=l(^ojxNYy)}z*Jb5mvuQjUqSiqH)JeA*t4+{Ti%0EQ|k$Hual-9&Q5Rt3JI&Gm1
z_PGyLmtMW$&5^v<uSEIVWOwKsFhgc1dJtePyf1C?1QcD#YzCQ{Hj|2pr^#j6PQ(Un
z8r)G5UYJOf-eHGiyHl9oM!$gKDUEOwT4Dqfd&Ku-)ogdRBoxo3yW_&7QQuUGp3q>C
z=Dpggg{+#wA+S2_aFYh~qFc)VMq!aBBooDiOLaqa%Xi!z?*EH@9+>!&qohmqrh*9x
z-*{dGU(nYS*Q$}UWAH53@Qsaa9tBffQgO&D=H9sBuzT+Xx6mGbt6~y^bxLV~1U-hf
z8X2Mt85Wms&T>L4PYWgH+b$!0dbne=Ph;uuJnK<5z@}~~IC5}=C~FL(^^q_Bytnrv
z$vB^IQb{b`mXP_bybOUcUy8!jI;^*A$X&B0kr<g@@UxY=NI)2gHy$<8+d&BB-auxO
zH?XRFLEIIA5+2-^)w=)KswY)A{4`YMVqf)uf(W>(h}>U;MW!jb*6UsA!0du++d|PZ
z@iJ4tax(#>`f6Fg^dYc^RoZq&z5+S!6hAi9BfNK>kU<=F#Mg3=v}72P*>hPW(Mxjz
zEDl2o9W~4|GP3jQQ=81I)7R3ph=<H3jV*^<5)5B)xj=<J5o}2uawsbuLP&Hu>$8^n
zZzz+VK)0fr^d!lqww`Dj&l`pt?s8eYJeW>IW0Plv7Y7r}XFYr{KmRDS`ZeXm_9q+v
zS4?|vT6icUgBwmmOoQ*V46pT_WEZ>gVSq7x_NCGI194QbB(2TUiG;=j?Duz&3{UH}
zI;rsxDV1cy@N)4sy>PPgUyfy|XK#(xHzlpVj@#tSr?c5jlBPDUI0TQF1ovf~x<I40
zVLN=(3;p-ZVh<lAg!<D^axb;*nu_nX;{q+wfg4WY1@fxK4DzwhNF8_MRp8`*9Py1+
z>Nt(jMYZ!`mX2i4&=bwN#XBogS6eswM496QNQgye-RM281tI0+kio;X%KN-bm_qfK
zVqYs4Nh`*9<Qv-mNPD+`$mrRT=Xw5S3EG3D1w_AqE_u*won&CNtC|&eZn!sDapUOu
zF<<a=pLDLSalBR*j#m6hE8UsBG4d?{y(uZZR99bQYBT@li-V^GK#A=unt?L2X*|(g
zv|^QB0R&B2g(UFzWsuGlO|44x<SqhdMdy<H%0nu|s>FK$E8zWKHXoXEkh-QKey-4^
z09HTW>ogi-Ty-I!Q2>E?I^5rDh6n}nx0uz##ov=Aw3+mxsj;#?Q4S(kIrednJ0AJ&
z8iM7a<n6zf-o+qwzc*c6Vp>l0_b;{+n((d^pg*n+Y!j;#%71A>z+j>`PAt&^oZ-_o
zGfHleDMmAKO<jzPXB`(`L?b(-9%Za!%BuPd$Mon*H~CR3d`k!FZ0xPauq7I3b$YyP
zlE^EX5cJVC=4g;UJDE4C*SMBqA_SyM!GxM}(dU9{!Y^Z+9`N}pd0<6D7c?R<e2(kT
zUGjRirvezSlMl$Zq@IRDvchT3nzU_uB>i@xDQNWo$Eft|xw?2ut><I#@uB>N!Z+wT
zT{-xRD?8^+yCB5Ez5%mUQO};figd(feg-77xg9pY)-~hw!;juP>#C6i%^+<R_ZE2T
zZsuVTiW%uO8Ea|dsdJ{SyfPtN%F&+@^Ej`4EvK5G9>;~}uYskZ2zv9rJ1L~Vi6g4)
zLD&6=z0!l<*%XxuCOn-gp|}u-b9uc_c@twQf~&7F3-5&~qa4w@VMvN+vp?TgKOOZN
z--cr01RP`S6h3QmWtv#zWQgangRGtgq=1=iI6YJ?H+Z%pqXRdW5)U;wQYONj{nhQ0
zYo;dVwatVKUjBAMx@u&%%C}D1TnCIdP<IXCCJZ=GKg;zhz6|74zS8*GAoX_$>%48`
zvrOHhMpei%+N6{`JE~|g1uOgelnk9iiYEcyKZ7`JtqDk^#Wt`rb84abNVqE*_;y4Q
zgW%-{EJJ9n=)I|ea#`yT$Q~9TOO*|9xtcI=yg&Uq?RcmIZJu%tmbLMs`B(1<Vr13T
zOw&Kn@qH21AO1<M;5`rjws@aM`90(BBEb-bnd77<?gnd*et<{J^*p5%U1L8qX#X~d
zU3paR$i5w?PS$>1Rfyc}acx5HHy}1b12>R5Zs<0L7i6wrHiQs68i+^qUZ>QvuTML$
zp)EEjI#o*b{JQf2336Y*Obz{r%FGVVF(9dA(+qC153iEwn%p}oezVz8!FQnS-=lhj
zP>7n-yMqwjYOBn+sc~(zRbh4Rb#5SadPu{a=+<n0O{eow0QsA|N@6Dt>m^$uj||ap
zlwfZQIR>rVN;aS0bY9oFoaS)6lr(vl2J(uIGMaWp)>(aP8h-j1!b7vt{Bj|OeY6HP
zww?Q&8{2EhM0Aq>g^LZ=;9`io1+*Zsk!?t*9b|iKB;q-lOgjfqn{F9(fg`kyiRAdJ
zm^DGMMhEV!g2`BQt!znNKhI7NW*{-Oi_1NPU0=J?KtSZa%!Hp79u`H8^{Q?@jl;?H
z91g`nnn4x9ZSh{)b!i3L(Acg^fb!S2UP1uUJqF@wZ?vMbfX}W$6_LDx(dT^Q5sAZw
zF`At}aUYv63nUHU`wGzGu_93z2d7y1mc>WhKp^>=bIqSY$gC55CKA&;VGy;%`M*_a
zp@VfX;DG{(#bP&f$b*06aW^UTo$1f@>G2Gq8eI`9JY_>>?u{;d)81}g5X`ss+DM*U
z_BZf4cl<V_2h~GB`s7Eu(!6c@cUFgFi?o!k{gE8HIxzN+NIOFL33vv{q|5A#qPqMr
znVdb`W%uJG;HXcwal{@nRBp=X8K1k+{0)(0H3>uklp4qen^v^ZF08c($~4X55qOq0
z)Y9bwdG#Btbn(G1jtiPObJH45CJn88o_jNec{Is(K7aR~|8}cc8r}&bo=;y#{7#+V
z&JoiOzG&jnxnS0F{`zf6KF)orkE>LUT6O@W5OMJ=WXqfI=*=T%t~Ffw3DClXOL}*j
ztqsx0iGJjs9z9#D7F8Wvaf0VMzQU0lm{AC7(C^k21kSy}hFRdW!uv}8xTZmcT*jZq
zQ|xjwIKNDIU?FjVN?6Q9{^T&>wW~XNgwgdn28Jc_baW)C(ir=)q{biLx_6}GBW=p}
zVKX(2KR`^vb{a1c?@&w-g;pYmS^dS;!C-Qxd~>caFhygAqDL_&J@f@I0UH-a#=qu@
zI`7VtMXY>C+<1|RT?Kf?RK^88l?v|P^&BQc4n#wwm*#1i<1w5Cr?Rj4!-}85z#dhF
z-KZKr{N^5%Ii=7wFxOa9S717$buSqYgkmarLBTwSihGTsxWY`bn@MmbQT{z!w_|)t
z<3ZDd@*qXub04*RBY|36ro1?(6MD>Tk;F)pXgMVYq-%be&P{~C-d%p2y74i<rXYNF
z!U5F11w*VpSm^`@_q;Kzu)$gA(<zQd*IC~{%l4~IvA7L)Pc1U0ZY&bk)CmW+q8~cl
z{*l;fBWXJ?Nlp3gM`bv$2R|Xjf?|B>?4Fs~8bo{%3YC+uqqQ?l{oaeeNyAFv=TbZf
zA|>(SOls2)&LxkA_yX)JNOOz=poR?H8GPv(N<>)%adSh*p%g-yB{)^q9isEhzyT_3
zW;Z|aL~pdoqp#OE0-D$9%}YO?sfJv}SXZMGfS@}gI;dI}<Qock75w%Tr>%B$sCKOm
zX9=+#+i^z>)9*w(zaBGz!Tnj7H=SZbZjUO7xJ<`SXRbd4O?krOAw{Izr6*}IfYfW~
zJx4CXRe2wEtMCR#k#qj5m>(mXv?XUK#lGq?Dh|=eCoU|+LQ0uvBPqE{(;YTU;-J?M
zcpSw`josCE{CLTHfFK|wC<eU9D8@<So0Ms0Blv)^Q+{&PE>L8Bau~jVX#ZGLHVj$+
z^L;4?G)H%>FP6AGm3Hyo>msd}Tu4|^>Th6`yoCHb<fS~nwP0=>m3pWuj>w-;N`nl8
z*a+;<!#tu~V`a#kdl8k&=Yx$?qX>gR(l?uOAH9|J{$;<_Tkyp;;;tOO?G=wl^UT8v
zNzdskLcv<(O&!}qSN1LUrp_8K<edo>!;QiYb?3E1<RCf#IveLJ=o_e8tEj;SF_96!
zm8fo81nH!EpLQk2nQtUB9J`0?y-PuV{Gz_M`kb|$!LB94?y8_Teaasr@o^qfN`d+V
z@>$2|M#dvZKrk%eT&@9pTO^p`HbFN5mA=+e%%OY@N1kl>@%oo%jRRH=-jT1?rz+tE
zI-P$bIgT|4AE~6s(kqU3#YVmTMhBJbJse7P2l0d6oGC|GFHc0Ap|`5PC8s01R8DsV
zc2N;i7+0%WmSzcUnxyo)3OoGIKbaMVao8%)712J*(tWZD=k4k24y`Jg?*yTiH9DrB
zC<j51!o4puXGK!@!u$#EGoRuOgx-<JRk%SP#TGgt8rLube2&yK?zKFxS1xLzKihfA
z*_BWPZ)jWbw96nPjWElo-G1V7cg2-#iGpF!e=F1j`$qX3U-0{T1I9hb;yrs2jq-k1
zA(hQt;!mSTmTSUaaP8WP<(FdKsT$HB+<s%@K2VuD+2&7B*M|ka`jR->`inPaEE+4%
zy=2FECZi|RhHfl!bms0tfoK(tc|c71K~$D5oWJYG@>o^>Mmh?PPJ(W28(bWmGxGSx
z7;_=(igJCy)Zenz{0f6f8$XYpD3}xN8Rq{kJ{@|_3dW)Q{r7`<L1<=1p-1M$+gVUk
z9}~PkZVSISQ7u4u(pV$h#vHQ7Rx6_lqOyGA0@62|$G9NPoy<ALd25Ixu6@B`c!G+6
z?I<37WSQHroa8R2zRQVT>4hH$i|qs(pln~(79g2gV}0Y5sTk<E_H}GQP^GkOc|3Al
z=ioquD&JS~O;%OQ%ZgrSsiiebXgrC5j15NypBGDgJNl{pA)*-@MZ!*S(nvMwH%A>r
z{R6YK+>}W4Hh2(ZE0QEXj<1i2b8fbi&#nqn=!2`Y)+z{(v8*pJzvn7Hv4|ptgpY;f
zE?QBgjN9f(muqqR?!7Dyv1Yv?Z{~(d{c-4vu@Ubg#hL6AvRH%|o<t@tEK@~fcI91G
zotyYrCAag0hIVgn{#pJw(?do>jlg!T%-6TmFxa?HzI=xMQ498JI8mdv7K%h%7pZ*l
z@S}v1L?@_w@#Oi&Yt)YAYOrG4PzPfQ`UNsK#?|{e{kJop>{+Az21!{OVyt=%zh1Ar
zBcV!tmsxLAzQq^iX@IqOE**02B?dH+uFS^0DK3$EXDo<BUu<jsBv^i*h%E7PQrk^$
zDSEQO#i5!KUEO)eE3Hk-YxW5Cd5jM}geX4TAw>XSEC80MEZAp^vujs6(LT(N2%mU9
zM#_Kdf5|vp?6(V(Ysg_bZ|GjaV`W+|T%)pUQT8o?crYoIe#Buj>WrsaMpA@1=pg00
zLg|~$A-zD_3t3pET}PJ_x$TWSTsi0snUu`EYy5=z<zgVTfg>Mr%$wm{Ynv!xcphXq
zOWhxpb@L@SoeR8NSSIVngGOMiWXC$!>f_PnEzf-7fV`|V{{pispGP0m!mTZIMl|#w
zB9D|@GQ1duDlT<*qyTQn!cLA0a>LFh>9>l{et?S>Z}wr$6D9jRzon~i)Ej^1C#YR}
z#}WrY>5GE|F!Vhdif8A2C9^T^-ILRuW`XcBq|pdk$#^Ciuj^nbl!y*UPHxz{0y>uL
z=*jcIV->;vW1jnVNpX8v@T?rszldHfIiJrG;(h07UFd#2avd6DQnt<Iqjm0XlB}Og
zX;MSp?K#K`f(M_J)252}Fbq)N4`W`rtQkeGV8>OZl<HU3{R9t+&_`zF@Fvbn<>n`H
zX?mmScGbLDtTH!#k!f}Va49{~M!F@**#iqb79mcsAc<3{2GI`QV@4lMjub4&>Ufn%
zO#EHrq(;{KK4<RxgBTtaNVW4jO&+;7NI-%je^zok*ELRwGF898<SG7Uia26JG#Z^G
zFxLg{X`!|CyvKX9^5sOM(bJ{8`*c4#=<rY~L(9%kITeV*F@~LRn0{%;5JNfz6u!jS
zIVvj{V|fWT+hExgA7IH?IZf1i=)T#qR8__gVTn82J;27%zLf`*wNdCA>u0Z#x9iQc
z1-!x+uQHwh?^J*n+}S-md;mf4fpB+&vY5E_{*&n64}HxT<EOT7TC9Jfhm>6g7+%sC
zK)RNz2WiTeB)|t6Gtdgl4RHO__J%Wfw1hfm>tk_|JOip0lYPgwbQGu7eU&?`NSz>a
znm0moO$B@u{0Qjucz3wo#AOzyp=~8vHv)X-RajHspFgZ7Ctrh4r;b8=J(ze~<>R$k
z?bM@a1_Juf{t^&M6UGo2Y5%gKZl>~P3K;2OyJ2)UG=x9x3hTPY1Ey-RJnfVml6S*c
znqSp}g_V@;Dl|d$K8efakg%l9?^-c@8a|Kk&9%1m)1D9zmPMA3fX}e+!d<d$3zQ_n
zC<=mmsu)1`w5j}R7%64WOaNKA;y*8Nucy78*EVv|l1`_cc)v=(vX^uQXmwtAXm*Os
zK|sLuK1b5xX)x-Y60-gV=*v;Hv4bIG;e$uaxYBNBz$~6{3bS|>0Q0WBT&%bW^QEWu
zIDQVHlWWV^zokj@Nc!ePPLq{hYzp!mCLuQzWM8Sb-cc(|<Ll<MD=AO*3J~4Pesvzj
z%x`Yul8;!uRLPUyQf}CA`l)eiWEbbTL*QJMJ4W>6ZShQx`K^Qpo`i+Ib8fuP2Vhab
zf_~6O;<0A)Ege30(Qw@)X9<Y{Ia5uE<)O-`QvwSH{k#UpLd4nMEqLRZr4VF$>GLLq
z&f3tRnTGFRFsuU%i<HTW9M3PVkI<R-w1JY+eqoX~*;phXO;(us4X*2r{Xx4TfRtc%
z*UHck-E*;(8c@gS#HTAQ&-+tCvVzyKvZ~>%fQ7TYWT{1)UA&^84vtqKNAOR|0`*r1
zoB<dHwy?#%6P@eL=s)K}KYwfsr9a806qB)3K~BKDmBqF7W?1fU?>WH!stI~>z|<vB
z({9Qj+(*oPfjf=_4vKDUvHJHDVzJgyiIHXd2HlC?>zMhE*X);J3R-6zoD|{1j@l8l
zUOnn+zJ@kA?L9iB^hKER;FP^@aRH6N@sI(#)uP)vo1B-|y}eP05S}IRNLnIzYMQ!@
zr)gF2;hQRK3$DRvy#_s!HW4skfqYcObX*z_klhjbyri{7AKyNX#(SPPi@F-Ah?*61
ze$^CWYY<ULzy)5Tuj%M7J-E5A=|kia5?sSX58)#Qs_+0TTBS2Th}bnq#FD1$BIw44
zX8fX)<v!Qq#o|n|(^SEz&K{n*K(A@|Zn4G1_X>;nW?+l3o-*OFH6KCv<~A%`&fVUB
z1tDrY_nEVp7O7(9f7`Y<A})Ud&;?Nk9`h7YuenIXRSP!<vkKY?nh^|`bdh8i%#S&U
zD>DaDCnf#-VTLIRGeohFWyT(>0&R7huNfL{EI*sxRqGVZZXQ^pF*$iRV^NlDgbb>R
zA(r$~Ln1#B)86l>wHu2t8ojz9^pgfiX2>%4$#YI>&1zce;L9b(W3m)`5Vy#N4vCig
z%)lKq61qdLGwuldVmFd_#$26aRUa2bQ7#1V+LJmA)d-?}tx2*rP&vuo<1a4(1g2t+
zvzk)FBZFZHk3~B91X<SOCvMR^(E{vcjzc>EneKyD1J}wBE7gy(B(Q*T@bIs|z9eRe
zS4er$J@6=s{Lz{1N<=QkSmseSQNvi|pIBXr-JC`5mB_mta3krwNN9yY<8wkPPygxC
z_Il4p-b%IA12+6z-MbB-<HyS&GHcz*+ISOhd&!|l094QgFV{e?b6zE!{|iUSr2&bL
zH&M5ZSC}mIV6oE0Oc$JpbtUrJ8Xl2qet5&>%7$~2c{?dW3TqO58HcVDXP*=DJ%jXg
z+~z=>2jORPv42jZ!xNy3i$g1YP5e~F5?#((OO&dRqeyshsD1%+RfzyQUv{VY9K5Wi
zeMaF~(FUbg;gQABmDQR{TK#V9Da}Wy<ha^jxknez*97Mn9a&;9677i;1RKIx6|v%P
zEUfIjK~x^%<hu(7#~|l8yJd>LEV9chbs(P#evKLWDIGpgM2=|NlVs2MBJv!pA=W_+
zUgkx4(dE<VvXHU|wxA!QJsKXg)Mra9^393m%twIW*x0T9y3<Ji6Ga}y+NySQP!621
zw;jTvLoUn58H0bdK>79tKpoGNr*|S$<vFvI?n=iEGUMq^Bj{KQrG%|gA4ledHts}6
zo|^6LPM&ze-ZXs*F~uG?rMdP^Na;dTF2(Q<b|<V;XH3tn)~U&U;#c>&A)3Z7fQ<FW
zHf`}R1}}($(pTHCaF|Ryi?>;R0{}<CMWhiTa?r4sb<QsH2k#qI_;4}awDyu6lvx3T
zvsdaxX45Y58yG<?fiQ;~cls&-F8K9<<xbtpQ9BrD;jS1jxzfJX2W|2Gd5M`i4Bk~|
zl;U0MwW#N;Yq$s1&Ro4$@5v9Vo?r4Dsgmau<ciaI&Uwkd2v%R6r!zwhs)*CQQw>lX
zn_L>I_QEIhszr>~>V=80R;FRN9#1|vBoxCYugmnR?B;pze)3T(0X!r@pu2qlE;kB}
z>nkwS21;Q!gih__5MO`IJzU$Yd(rGexXQ3#gW@Io)1Q_?)c0d@bIN}LB4Y~rF$b-U
zMPi|#XVQAHv;NA}AShJnfXM9S>@$W>L213oWEw_5bvISh2-|;5Pgrj0zKtHk1O4mh
z*YUMnSB2;->5n2JM22DyMFcwKPxvn%9fs8gZ5Z3;6{ALxJB_ZhmJNVK_ZW9dwA(*F
z+yoySI~Tl&KmgLl+H1j})#-aZ8M5&eXlWzrF2IYxh20z6&}@m>^hFce<Z2t)sH?7G
z-D^$Ir2m>QKt#93i1xev@hF(9(Ywi;Lp(Ir=erVRM*hS1Ks`vKii8$hp}mpN%fF7b
zAP$B~p1N)2cHI}`xiw7mY8qPBrLo2(i{fweOd4lk`$pP-*Ce=!u_IrB%PrK@7m>+!
ziMq4|t+HCZ?Uh9L$4@nuSiK6P!=&r?h3Ub~%8zctZj;}W?-I49=SZ~L%aXv{6p{sk
z>BA9d3qRB6@`RwJfrza<&C&d)+-L8USiiu>iMA}Tzu=dSjJzi=`+y$gbrxRXty8)-
zT=tr*{l}>@K*d5WMhss7?ajr|1?mLu0#u&KbuM&YLnt@$A~l9wENyjP?#CU?mc#t^
zr5Su+e|2ro6JdYGILH_M{e<l0x^22fKm$~7#Q9g;=8G~e@&f5M&bX(+uPP1A0;}mU
zfOi_r5>08xi#Wj5mPXkubrU<`-j}ZUj#Y6o{X)x<p3(~s!5iW>{++;fKFwy?3{nEs
zN|-k;=Zm$=3OuZ>ZZ2>lU|az$6%rKxx7nn<hH{Z&F}SKp^3?uEB0|UE(Dt{HS-dYD
zxAmT<B<zNuW4>G1FjRJb5GcvglZYo`q{iipB5z0){zcteN?6Y!RWgZdhfOQ|fFYi;
zdu7^UXY#M#abtDXSmYAJTPGiRyR`V+vc8cAC3}z&cO4!^eYiI(wOP1r*~o!RYQJee
zb$?&MyC#j}q35^`dPP6N;|<eI#rCAJ9n8^tK?72y#2-8O*4tT-UoXX`s3_>j_#p;q
zQ2nLtae@;m>F*~Bhk6EuAHfvz6ja!CG4^|@G)WsH3l62VAeL7)an~hufB!Hc99w@p
z>((b>BJYp*Wk{m|2Hs0*Ya7G$--z4_g~7h^>st$8yGhsJAK+b#PLg5T48;L;wRAJ=
zTo^gVOQ{=yOuA`+c-GdIR1tLFSRMoer+DC)-<XvnI?F$wb`%3Min>RwR5=9q&BU;D
zI<@>;>gDijQT+;7hOykJS=l3Cnw%vb#O+8fI%ygJdEw0C{5@BYIkevym0_OM4K)mz
z-x{x({j0(^k{&HSF*6Vo+l2C;SUq=T9maC+Jd;Z3kX?wJnS!R}m!&GOjC+G8FuyEz
zz3V|c@umG|+&BUzoaL~y*FgkfoevkA9U7=wO}s&*;|ZC_l_ub~TaMh$U)$A9y1-d<
zDa!yM)n(ztSZWoKpSSTJg2-#Dr@`;SDE-J{ZsjsYq?j!NYwCWVEn}aJ92ef1aBW`<
z<1ZxAX}mgxU;Kmz{^c1mU3!1*OfZx}I83pX{IjZqYPJ%N+qPhMx3ji<@ocpcjvj5J
z>vL^9?4(Gj{}TAUR8<8)52r3YFFbjnk54kj5}Q{zJds<}{^@TE#>h0kQmhO?=O#!p
zqz<$DVZaDBvqM{t!CpUEuqpnE$eDvT1^XcGqWV%~m(};aR><xBIH9LtTL}nVS0ghs
z(+w)HSRKrmo~<Spo~VueFl@QYekk^izNBQPrGjciFHoB!uc4b<H?T89ol$Xy<6{cH
zz(^IYDwj0ykEhT1D^Siez?9w6>^UIvW<B`cL6>1~T3(Ip#9>SIbq@_TrZPkJ8dfR_
zc>mJA0^FONe!*)?b{Bp_G7Vn8)(33>bH|TLJm99^!B=`30^Fu9IPU!d%%^vuKg5_D
zgy^eQ6JS@{@w$gFej%=F&9SPty&;%z<uFF5dNqnFE<2g~{C|wyQ*dTcyDi|@w$rg~
z+qP}nX2(g#wrx8d+qP}vJH6}FziVIYs&i)5x|nzCa?bUx@eI;v0uT>_Rc74SKOYWA
z1}(*dRAfb+fu*Mp`@y~1Z3~lV5eU3j+K!121*upN#c?bnOp+0v6t}EwGwn2{=Lr<E
zmM!A$+@F3j(rk~VY+@1l@aM#*y`&Man2FQc0dI^or>v(f=pYqH8--kjS=Ws{1|O<o
z#ZDXVXn)w^NOY{vx5zU|rPae_IBU3osL4EMYu`;cHJwHo+#gS9;{)J&viuQJPu@LZ
z(%n&fI)Lph$i&n02$joq#cmIXdPMCQqA4#9F0D_fs}Clz89EA+Bw$q?n&rVvdb|6i
zcJYVQ8Loq-+(&WPmK?Sb(3hQnZs(`4o}Igu5Y@p%mB$}bgXw9y*|1TlUerR!2}U^g
zBwVoY;TU74siGbiyYn$U!!8dJi<FL+_l_kf8p{%tRiAjqxY9}po*$Ihu9|tsh^6e?
z3)aPAc$jf{^CFhW17~p3lH#KrVo|^T9XqzAe)B-=pex&;k%5yib9Ch8U+!~o>0|jU
zzfv{d+^_gcf?miVXr_WEm|)q@v~Gn7dEyTyj0kanEeMc%a6rl2vU116ImXltK;ekP
z__4t8Jh{>*3Lwz-Eo0-`rFY`fe-IN4bVasYb^W!qAL|#ED7<#Wf}V2UkgB}!M|a5P
zD*HF?XX#6~_zW%CRWbN`<By|(O*R%5B*{(iY7?DW_$*js$vUaw+r?;3FB(nWeqQ`8
zs}xhH!gRC@9*$D?6}BoPjRpqFw_fd{>$0y~*wJoH1mrfXo%d2z_Czz7tW!Qyo%(J`
zCw^d^G(|qa99{ZQxG+j0Jj@QM>1)`Np@k$K*M7Uw@|d=|hk3RUa_b6w%TA?On60RB
zX*yQFPIN%Zz#D8L3<BRyfAPyQLnF1gZPuy>W?V^hYHRC5E(;jJ?USF7+?$lL=|*cW
zI2fd{l)nA9wyW>$)IsLQyGd^#8#6kehMufF%|$k8jQWOY{O8!{!1TEE$J40fe1o1F
zllfHFAt%f1LE*(!KM5VrK*)yO`Kzecc!={+;BuDIj?hbdqb-i+h~`cB-B-taI}DC>
zDA<&TOgnd&^|9JhCz(J&WatE4hkT?+p8<F-WV<p{M<!*l2?3aM9fzA;{}p#23+Tw3
zgE!K90I4}et)1V;G{!8DJVQ8=YE;%wNs7Q%v1DoMjF0oVM&M5({e_9<=XUABCQTk$
z)hc_<$vP@Yb2c)|fQi{jhcB#<#GMOtHo6P0E?vxafz_HqcjKyow$n?;%SUwHf(!C0
z?y2~t_3YqGB_TUMpDH*!4cOHsg5^Yroe%}#L-5>fVMDB%1sOtb_=vtTi_8JtALGZC
zdDy<mR|Ox$`TSLVoCWTAjN<W$Fkl-dU5og1xz;M-#oQ;w9ck4H^_D6`mJMnY2MdKk
zw#{zi+eJ~M<@`6J9rYkjJCxVbi`UaX=f;YMGG#ib-m+hg5%N}&PvN-ME&xY&m~j`y
zm@s>D!84xeC*V}!hN?F=hWq2Cy_H^-7%V7+!}LU9Oo)c)17Fb(21`_tZ<m_rD^}&7
zH=bLxhV><HhlXy-guG2sgx%#SN4*#MP<nMQmt)4%4yK~8Q)>@mrkI=pNcGJvG<NkY
z$~91!%`Ilobe^$aN|*Y}_*qc%ahI{(NR3u*T)xhG!L?wAVRHz15ZF=dp%W~<Oe2HD
z+>w9pJfLboW}{0p4~JrljI?JAa|f><ud;hz*2Q$3j|j>R4X~=)sq2ZdZ$&;=QvCPo
zz5^Xlh;QQ#ToeZ9>nG;pB*iAHKJ4P!Cmq2+&S`UkbH2nP*EKU-Gu2N;N?FBghoUjb
z%~KVtCB>IHv+!=CrRz*6D^2~erp1UcuBH3=W?6DwzPp@;XFoZWo~hl`N#h0R?`3tX
zV|omZ-s(!+rx>x1J46HwYB7j;CG@5l`7G;`ltz136l+i88pd6LGz<2|HNpj4jA7j>
z$Q^Ja;XFgv<9t;XHt)>aa5oI5lzpY<=Vl>lbspQ;jIk0JF38;-VUpO0WVO_W5Vd<o
z?Rt|H61=xos|kvdJP=q-+EX;#Nt~jOA~wnzmT9F=?iEwkfXKScHR>*tRYIUQg6$S&
z^<^;hvc16#4LPn6iZ`?U$Vjucw)V@RalpIIqumI#t==tDBgAQT5D&nYZ3@I+O#Jsh
zoojK(lo<1z6|(7}L<G67#KykCSB<sU5_d98hcQz>OL6&8dk%fJs+-rFLTQC5sm(xX
zm=VlT4<N>_8{7uH#Kiex&3oAsMGnX2_3ZPo;g9Z21oIcQ+mLeNA+Su5N^)PH!JH`R
zUG4mwz8?2q8RoVP(&uec*%*Tb4X+Mvgb>(T;%iQS_ENqj4~vR&o!oPyZe0hRVG5TN
zh>r+03a{}EMG>Fs)O%(({UjMtJcgwp4$8Rljv4mFB}m>ptf)8L3Q-luM@$`kPY6M@
z_8LgUl)D3el~wUZ@ve=)BwwppPaf%jCO1v-5R>rMCLw}s6WnKvAC&$^)7z~q0*dwa
zMcrWxtIG>G<p{MOENqNIiy0xkPkWS^5O{?#tUs4|0dYTv6(LFDQ3*>XfT00e^oO{-
z*-xOt4|>_mgu?eec4t2n3+1;`hhfOQEp3-jP#55JT_Aj7IE%-Ii#L}r0@2H+;yznB
zh_T_W{hU0gv}QrEfy(aN6Sj_y6r0VlL3IxG#oa!U(@B1i5k^Kwq%f+}rCJnd=Q_({
z+*vQ4V;6DHtOfME<hT8Ce>IF!tdo|8Rf&@P{47j$H-+$Cj7uq;+}9LGXiS7wk>9lA
zKR1+n@wpL{!47^}h20*LRU$Md;mbfDK8D%aoJ|vpwJR7agP-UTr=0*25kDMVf!I%5
zOnO3ch-rNIzOq-rNXfnEQaCaAcl$En*4Ae!>EnD}=rQidpB=hov3L}LTZ?W&EWRZ*
z_tY^Gm(>09o<An(n6SvS>ByeR_IwDrs_kIzJNBlvn@)Sb-Rxk56C$-#*Z#+kCfhY+
zx^!50cs=K3snQH0p&F&PDCp3*<TZWmnPe>l)h!E3e(S63gCX=o-Dsw`{O=L!tyI~2
zoclQf|6UhHikg-u^SMU+0qiDTDUrj%qGwuMJkR`jn37365mX2(0<S3wg(hW--Evy{
zZvkoJhU1gw)_6O7-$<s5&xDezAtv;3tF6k`BMa$*JLDdH_xa2nH*qAD?Y;oSySo5u
zz^uS2tHP^Z3G`Npc@yE0mL&N#iT!Tav<+E4?}Roh6d@Ed^LJ+OKK$_D2^`na0X9l)
zLvmd8HRKc{xSp@L=<Uma;~n>6`K)q<c?X)_y$MG!P?xN`bK}=tMY|iG#SJUJ00Jvr
z$o|}YtG!oq?N&<&^B!++1_{vU9?P2T-91lL+(s^(9?73&uLg{!Dw{BM<^{peG#^5-
z6kFhMh`R7NnkCCIb{l7##nt*An4rUQzgB}t23UcxC^OATP~2vF?#kN>;U-H6P7Xs<
zzhYUeqWbUeG&)LEx8A6^6CBKChf3806!z=4X8?PX*@X3$H=t%GYbcFYY<%MBDu)Pv
zk(pvx3koVDjI&l%^_RSv=flp_QVZBF*kjggE?#3$M0L!qbuq;5%D3(c6@kAr9t1n0
z#i`-cWX4a>n95ph0>hu#t%kmUX<PI%1mM>?*11Z!d1g`l9P7el9qjmplbXI!#?HS#
z@!8#x<}OQM(EjkixVj%^YnK*BD>U7h+iP;QhPRB&J-&;ncmjaR5UXo&!oV!o<DTDk
z*Blw&8%82}nBzi<@)yOV9Y~&dO?**cjSszvilXSz9<FFPKb4EZL@lR&-1Dz5bmUe(
zTh}iqKb=z)`Qap&9<{S&lZD(hB~4v%ztpe5EVsMR*fX8<s%HsRkZQ_b!q2m+CZiA_
ziAL4@=x;bYe9GG)FvqfVV=lcc^!=Udx{*k*A|iT6^SGsbJ@*r9U$DpeP7%CEps9rv
zRdM#|m%lmVi&Dr)8Vzi`0=1&{ZD^=@P%#;vLX~eSfyNEW8ZH-CE8O&XKDD5a0^)1I
z3wS2gKtDgZkBL24eNM$CFR=2MoClv8gEz$-_wx~k7&_^9I#}h0^4#?62%ZFQ3X_>*
zl3ewmCrN&r{Y11qz)EhXF3Dj8(f6{8WoA3(SQHLEy=CZO|FRRUWLV^<JvG+N4M>O(
z;#izfIiTPyb019ij_CJ5+f`pA9|oHTp}oCYe+*&pj?Z!j*FOyhqp|*5Ic4x%#Y$e|
zZu_}_uxOK)FErQgTGpvYpI1g^5;{RzjDloxHx-fLMEKBgq+1)-nXc;0f7q%WaDlDj
zOk-n*g-o<2cxDCFC8dK3jc)(#c)v(@?(yCo+^%s_7@yN4_3|5<&|n+1RrXd@|3xe9
zFns*jBZIcoTUK=_Z%{)@a<F?bGpuW$Y=d0zMnzi#6}R({Pq?W1p6B6hyhVlG05j6+
z*e#$K9T(zxHEFtX8GFkw`s=D*Qc!yMf)fHWLn&u0Wzh6Kh$ejz{EtZLVhy9gmlhq2
z+|t*1*Lr-kp+tGK&SYZVW0H?a#yB3!?_2cVb3}pRSOJ38-Z&?Lr!OpS=oRbnVo`eJ
zD3jM8>A{FQ;`C@2%Y21jTS=Vq%#oo}7v|rA8~YwGGGIh%n%TS}I;`^bZ7UrtmiDfz
zkZC5&krR}4nSAXY9tlg-%p?O?zm;1qEjm7)u&ItfkFSvWdZ}RTvs5o+>GQzR;4ZDs
zmPLTXA;RK~fUHtu4Du{yugcUz|JFgy)O>gG5^|W<TQ87-`0M#{P-x(5<{c?t2`WNm
zU)tguwt1l?7<U8S`2<4_Ow1gSK8F(%j<HHaU+2O&dN5+@o*(I2-cHGD*?W^xNht?|
z_n_e`Knk1rrs(!hUW416wv7t5O<tG<{^&V}`xB}6B01Aj5z_?i?%H{8avm9nEz%MF
z0(-0G7QlHiI^B&|Jtw4rqx6dOqDraZN>~roA=^{^QV+F;>8FyUhmLC+n2q~#?JiF!
zblv9I4>;s2=QH%Nz(-`J9!z-1&L)=saH^$$K#0;zbXEj{m73Cd%{l=82=^x>oW=hP
z^~G~`dAy^Qc7cE*FdCQIQxevZ`VG&Swa-&;>M(RaWWMW9ZG(kzk}C=S@9b&>ne^I$
zmCFongf?Jxf>32PG#7Y#)FB{KBKABrsb!lA5r&r;C$^XPjx6>5-3vv1F6k?TDf0sW
zmFHu_{a+%E|HYyH$7uZTh$9Op>wkib%)i*U*g5~R`=1F%cCLTG<Nt5M(G^@Z`SyjL
zDgtDIP6Q60#g#+SgPIKv6pl#*4!%&5gorX0YGIoUf8kd|GYX1wBJp%UjLQtb<3{gt
zht0<C@wz9kXSZkfo0l*_YBf+}2g3?fMTl6j+mJs2Oi)QiMh*=K1o|OJ5Clvxp9t?5
z?(>oy2xn-EZ%;DxF93wHbLbakvjTLm@L_WTRA6Tr3lJ?7P_$&A7@6R&Kp-g6ABJBG
zdLa2=_raSW&2K;#l3-IIK;;px&u+grdGhB*zb?`Hfserghlj<y{L4U(^bBttDZzl}
zg7fhV>CaFLkSqd$QDA--_yUxIMJ9m5oKyBrUteBMLfSp=h_<iIIK6;&9Fsu>2~U7s
zUW3;`{Ndr|!rS|QWJe@`z_7Uc`F`Hu6Wl2sB6#2e-8qK}7(*eshfs}RT_E!jA+gG>
zKwNc=A_NSl1%L?pce{WC-}?dduN<EmM4Sg6%wRBLo$bO%y^f)L{RlU3pl9Wl4+Xx8
zyg*QcFPKONS3#nuBHh0nEh6A??z&u{1jY0bfrJp>Ja`eydA87x2Tp-Ke%Ocsb<Afv
z>f&qE#Cp1hP|1)3bw9~_H;j}Y8-DKq+ZE`bC-FA`+tnVFPM3kmns?^|F43NSE+bn>
zA5wGlo&diO7R)a=6jXFHRG|JXAV$J+P(a;7cyDd}uFxF=hj*}GfJQM*KLQ^ZEs{N?
z2mtxbN3h!vD7lM*b`B5#`D29~H~^%>i3VODv_6Ck2B?U0AG-QkJ3H<g@&k$&w7dxd
z&Nt`_=+nwSH;WeK{QQCZ@#*`*!MT8_6yFLU|M8F&0zL=5I|T>z1P>JgV$?)~LlWx)
z`)P`z2m5J*oeNN2Msk+~!g?yxd1CvnGO6nW+k2xyknb0Wwj!CY4g===5pi}&V1$bD
z4+Qj8{O}wDM(zyMehf$fx8bV1IXMBpx%@`~@r-}LZ>~Nu1IcSBVCaD8NVOp%0O6Va
zKN0G%=CH4>@3-YRFu@qXyn_UC=KA$Wgpz0Rgf|5suR-e<gG!3O1(M$nIX=kPEI2_*
zqn`o+AFcUKg86``f@g3y;Q#^Nx$ZC2V9)&F@Q<Dm19mvNvVfO@m_TB?fOC04O)wxQ
zkKb=7`5N)9p};?e&4PAD{Cyeld#575l+MtAyiWuJ@fULTRx^i(fxqSq=z{~2!@N7Y
zie|s3A)Yb-jR7{e5RXAZ(B@?cisMM57YV70(q7ySJ1t67TRq7tD!@DQx-!11bq}G-
z&cQ<FBiZ5&6Sjz&!wU_1Is?~F&uQl*fMuK!ZG!?-eeo2Bml*bY6%LB@q{ttE^Ng|x
zT&703M6??jwDwoyGiK4<%XT^&n_U|qQUt@gn_Q_Ua}owsWHm&)dHc(9+NrtXVoZ)5
zt$7Ky^(Wj~XhM}Hi<<Voe4ig%yv$lWv05UP*D=2ax(;@fcMSm`QiviJPbzM8do6w|
zjA)UKrUE^QNcv&-!U*$b>OrgSI2C=<pv>TEGZLuTkzw~X=RM?`oI?BPA@r9_m$?pP
zUAdh0m<Hx!0SFalNJQ?_^((mkeJ?$w7iZ_eA54eSzt~<Db?BUqgFl_?Zf}nWDq923
zXtI5zBY?zdo)#cZq3ZuSZCqQ43y=h9mM)wRzy!DKlZW$9b>pM_3FB+kQz73>i;p6d
z@YtmAug&J1jFxWwhb`Dy%8=>cj)~z{IG#T>)Du!Zn(8`1;c!pk66F<@uq|fOxKC1t
zcSjoN>SA)J^ab6=JqB%WQtz1PL>m@vmS{wqO^ElnYVfHas>WaQvzXhv<na8EGVu5a
zy^%jOxUu|RghlLdz<aa0H?Mr&jk+M-_~M8*<>n=~fN^R1Yt#FMC$nM_0DU#l;_Giw
zT~43a6XOcMdEG)Zd@VIi2*VIqkm8Aa2a0MD)uS$z``VGI%-5+7G$CbmQ2vQ-L}F1V
zbZ~bUxKrqmQ(73)`O$%LMd&l;PFal6MT}aUv=OOlix8126V`aQ*z)<cOwX7PbSRM=
zvim%J3!{|5$DpATaZ*c+_)8beF%Z4*`Ds0&B$i01wPg6DV)g>#I|YaD3n<;e1*%Wb
z#eVm@z;3lN$7OBs5AK({BwhgiXX4_>-}v>zhy6dEVttmpn+km0-Z0wi)tApq3?GX!
z{#ByDv;bJ|fes3>E|EN3;vvbmwXPb}1mk^@&{_9QhbgWSgjA^_kSK7(6i3of^%w@~
zt{$z^ZDzM7-h6nytgMWEa4o^(K@=bFoWNUukefX0r&4tRYFCljYZdZh1B$J=F+Vnn
z*p@c1t(XNGSbQU1q%wU>$*dt=(?kHLhcc{+%pelm;1h;>KH&j-<BEQ94<&a*TIcPF
zK-0(1Kg>|*YEkc}7|L52Ci@NPK?4U<W7C+gH$;bJ%H=k;vChGz?6oH|iP8ohdcsST
zKH5nt5t(t1n5w0GSb)O}(W{|JBEog-mt+d#Jx(pYreQBt4f%<y?0D{+&3a4+ZRS(0
z%%piRo0z!F%HDMOSz>g#y3PJ@JFlmuH%aYjnAxR!4^ib?xn#M(VM`>qOPm}rCpBoL
zA9jiRFyhhoPo_Wep>TM4DOHZ$S#fU(*WtY60eGwV0F`^q`j{Z33Qq&M0q&m%<|%54
zd$&HGC&^f^II*>5u9%c^vlf=@;iJYZX5Y^X&(1d9(e&sT_Mybrg31uFuXVLh^|os)
zosu^Ehjr`iAsm{#CGVW<&iFFKgptTe!MEo0yk{Hdir)HEM&=N*%3i+!gi$7bc)zAo
zfei*KP2Qp2KI@B*4`u=E0)Y>!3p3Gp^6DLnuJ1+h6*hm#7d}++PIchxS{~R~`s9D!
zREmW;$c@fWEj0u_x;wZ>ga3)FGZMNg8q6kCm^2J4WFx_xijv14BtshIb|qy^|K^dm
zP#fJ#li@C;n5OhA>m8mn4^&hif)Arz`C>ql3JJo!#Bn87(s74fb+Gwe`RokS0o)(&
zK)a3C6{bYdR+LIcgU&DVV~Ixs_UGP&Ru5XY$wo@)h}F}QIB_6CyR=SgW=B%B(Aj&7
za%#M?H){c%k@X**&F5+lvmbrYGgHCz`a)=Yi<!rxz3#Hp-^e73#1;BMqet(;ATY?x
zqMAKns6!I=CH*0z1|<^{zT%<PkjH<vi`Hk*uj`&HnjPdUl;?e`F4cPuO0U2kPAJ03
z`goXTvK=X+=qK3s8;6C^3Yhs*=;{`gX}H3J)3E9nb=tP;Do$ZbkVDnXDk2blNyW6M
z>C)fos5MQN;gzEgTJW7y8EBw(H)mc-jL7nyvZx<KADR+}nV4^Ql-hRiQ8kbWu7MZE
z>)dF;1E3ucQRplQG&60>oyoM5CiUr|CAPQrb7SZtVrjj${6(LZl_T!(5!EIrU7%!O
zf-7pDC3X@Dvb3{^X*5!>{+y+JQXMLy+JTlpxs^NB>YC)Ql)y?_XBo*r<^$`PFa)N7
zi{H*yvOry2ke+v|BZ(@T_U<w_ICbq~kUzY~9NUO;T@sNf^p+3(HdEQfs^~YZ5}V(y
zEMSVwnO3b5a5K+!iGLOK&0^L|Bx;6gQiu;+>!RWmMm^IcYO(#zw;x=1ER~U3ysH7V
zl0q;Qz{pEQiufUnLRJ34xEulZxma;E69TS7&2YsPhv1zh^?FCKeA<%AWU6#f7F%yv
zgFge6dRfxWyimJ5K16qef*J1?dGL%xtC;x*8QtB+fRfKZMOd}JyW5N<m>Eq4OX<<L
ze3V2Kz0vZ8Ker#UnJSE>^bZg6M%PejP|z>jMr*9@O4`h5J-Y%J^E2y&oogqfrCc`3
zp(IPzfs~8f<Ot$a!CZ<!he$CwtCH@Hz$Th6BwKW$p2@f$%bq32^S@*^R)!?o5h;Qh
zO^L6uq4c-gEvSfPng~>fqrC%>UAQef>QV6RtQ$@!sF&vPBtfk}aPDEK2T49gE;iVv
zdzlu*J`%@e2SXnzgk~)6{9YYiJ4A>H4(av}HaCm<8kMA&rTI;y4BedAN;WVf-go47
zCJ5|;vAcR*PgC3##@uEx+>d-;<kXtP@%!y=I|^Vt((T{JACJUee-04gl_fOgL$ww^
z{(gU=blsx#2`%B5;0jBySfEMij-1;r{#J9lr?}M1pM8i8&_DO%gGvoG!5G5#^xnEH
zVAejtEP)&5<d8^|W~7nlHQk9Jch5!R4_}a|vkxJ-nX2z@l8WW`sBtc9z=U(^uFLVw
z`=;tp?J`X?I@yv|Al`0T?LI7hFR#j{LN7fnu)}fzYi#@NOaRT;i+FUh+%x2PZ{i~1
zqOWWA{o`|m&T}~1AmFkYx`T)Z11uY|aY(~u!;j~9xc+zmH?52~t?ne&Nek&riiJG9
zYmLit>1AZf#q>+0fBR3Fzris3A8)udbyT%M#%>~_ZNRj?7L7N0(Zr)T!@%+zRS8Yj
z8HrPy7YbkT#%t9i_aSLECmk@Xq{0?<eiCR%!<F;<xSC+fHZ34ZI@{+S`$xvu&!lb=
zGj&vg^YgfkNg*86JId3bbLNeAt!HD1o+xhoFKnXO=w?K#!)sQ7Yc0JjoWS<(fmf3_
zhxX7ydfp1DL0!3WYNqMQ1NYLyOx%_Wf8!T+e8tHdA2v4+IqXM<m0KbQDk1tUUwh?K
zvHi|hu>>~HeihcLvi$**%zH|Gmvb0h<3~j%5q{*v80zyj``R4xeH#}0jx|=*eHIhN
zFSY0ET=0o)QU;4uRQEq2PdxK%#$}Q7p_S2g4+AWP=MHq#`-{k=!Hg_lTzLii%Pmm;
z1~@#?e!+AZDzY4tY?q-!Wv9z}SfrQn>o&}w4K?v#bxzzIh!k8a8Uti1k1_FG?BC?i
z_{Tj8e3L}Rw3OEa(rs6KTTX?+d%7z==?40IBmqYGN%um(i7jMq#I$@|w|P3%3{W5f
z?rNnS#u@dMUs+}-Wzb{G6hM~W<psu=;9%a78D@eu_5IaQOoyEd_q|{?X3NfG>r_Hy
zBlk_y=0tPU<`(;)T$aD9PxZ^zz!~JO^PCzTRXnH0QeR_u3%@R&Wga2)L{J|EU(AgP
zUv*xA{9K~6{4<;wEBN9{XVLK6p9ti+I(8EvJzEZBiON_SkNAlW$7v?q7%p#8_^d~-
z^rbxg7Ru>|TL0ozAo)6GZ2)Dm<Gaba1TZp6YM!5GMkgvMM-Ls9iX&-8FP?w@!10&e
zK=UW0?PibywZv|wJHy-c<ikkovUl4Y&o!JWhIt_!x~Ajp>@?m57x4QEHq=gFJ9dKw
z9oBO-glNAiUnF|mj9jaEXNdjE`MVBb0j6L*HW>zPF8ld+i$Nloolca!Uw1-PQ)<m&
zNG?bCrZ@ezsmE;k(&(Y(CG43z?p>7i^Ye1LU|YQuJ!M1Tu)<x<7$#Q5y{Ui?791}d
ziw(VE%9}|>Fw2SSLZ9OXOlBJb`5mz;H)fbGNQRTB69tje(Gfpyy27~vQaHWl`INk-
z@j_7)v}YQTG47n@;lAy=1!EX1rM>dmOI{<Wn{4%%^h3p<G`M=i+4bA|IXq_t!)eQ2
z&e{p5=r536DsHll0Cd%K4%<Paas5QFQXwry)h5?)G5<#0QEZAUzS6$8+e3;IX?T-y
zQo?scvy$(iF}U?{Md=(HjU`vD|5cAGFoWH~>kPHQLM+xgu7)4z3S<h?PHw_9%z_@X
zYDUGcT}=<Ic5ft6Wbs~*Ry@S&_h}mB)=0zfQ-4}~$#pI7cciMJt-ek#oyb)+3qfl4
zZZ6g*7sCrk_>U}qKK7!nj;inP<hHk4cE7}@X}{-}N((&k%d*0Z16W_L?t5LA+o@h%
zANof<f@N@!v`i3+KDCgKP_wF<qbtveO1)s(;Ikkzbc&lOVCV|XfXO|P)Ix19$eBty
zstxBys!GdDx5qYHXcs96{b`C-LGD=7o|<xW_x_K~eClo*ZK8Xul@$dhw8}SW&|fSD
zkn(W@@Z%v8iBe%yaw&&tNu;>Fyc05z7BYD;4Bi4yRghvRv0qnwgFFVy`+9rfO<cRe
z+rNtrG%YG6>O>qCl`K@`A4I`w2~}n2as+U6%%088CNpUc;!chv`=6aat-dt<I@euV
z82PuOsH1&Dq!nUj9gKQM<6-t!y)!l0#kh~Y?Qcf0fo%hYk~cAa?}Xkv%^>0;{AuWg
zTGuLHE;pIs3L5sUx~G7&+Q~MIld0mLJUER(S@|JpeCL3<7RU5l^t4@{PH$Vmh*Kc1
zbC`{)dTGao#>>68Hx5iHcvsN2eNDNzJzAiwbvw(0@v*9=$s3C8W6a^O&t_Xzm+I^x
zmTy;x>5Gf%TLO;Cd?O<uyXEGuz1U!B<Z!Wp*4o^Th-N!0R;bk5;=m?KYy4~mUbVvB
zNf~EZj#%D8HM~hdt}~3CGEI2vHXwgzJ5#6b=iZ4F)Jj(@X+%xR)gGAV${`gzKY!{_
zZLqM*8o}Epm_}%NA}dYD;>i28yxe6ziH*{0SAZx`QO#nxVnF>t#!C>d+aZR_=B3Te
zuoiYb%PnZW^z~NAh~E1WsSsgCYFp>foGX{PLiY2LZuC6sMX(k7eR{Y+q8CPHRUDO(
zoXSNL7m9f)LrwFt3>o`l9%3=$R!_y?e=D}S!w4Y!EZST#xdquRDT9JuVXAah_keYl
zJ-8E$M>$_gmyj`S+L0D{ImQ^Yw%bLd{ufUkJrlohI(KQ1R}hwA;5jvimg-y@w77W~
zc`X)L=Uc!hG#?RT@{pFZ=uvif@N2oxomHj@+ne(4J@8bfzk%i0B5w;{xz=mWNn((0
z@*N!+YL4Q>MYB$+l6IP##rF}&{jj$-0(Bxx5N7$1>3{d*u(<86uE&*{5K+)4*c<yz
zt1E56ZO%t}s*<~rgiyM$(0%K`#C+nAwAG_57maVty^!R|bC((Pb;B{Y^a@eJu$O`k
zAF0o4e=ZYum=RHfw3zn_C1YI$);DvPITV(W^GM_KYtd_V|H@xm@4T_=%|gEC<QF2{
z0uV%~$J5nZabxwBRZe<<F8Au`+zqA5;Kh{h!%^C0^PXX@*mLbrAykgb_r^j|dU$uL
zvLgRDWTc2U@r4L<VJipF<<_)LT>40`LDS{5E`lbnR%Rh<4JM8&BkWPMS)36H7#zui
zJjX_euxi({*ak`R=hC#iB7WQA>6Frdu`9T3wzZ26v@>*xL+&YZyQ3r~KMIPo4V1Hw
z=dOz*e6h_iz_`^=$31SHrNN4$xtC2t`NoSb-}q^9%3EDknY1Yu>bLuqTz(A`?pLUN
z2F4gT8a+|K<WO5HGMXNzX?9>U4|Ldr)QP+Q+YXl7Zvy8LLcM*Mt6eB(dS4fofUL=+
z3~igWeOb~li)ZFM`b6F0SDD=0n4;|leyIUO?V*|5Ox&&>a2L@Q)1-fuCZaJtn&5Fx
zSa>;?Vq}r3&mjHNe2NZ?gwwD#rm=nQj0mUD@V2{)xz#_oX1awSpD@cE@G4Mcs>+g_
zNxA}QoO`?;sT3K3=^AgkFm;0he`k9Rm&4KBpdfYnKu=I_kr`{38hgG5Uwa#ayc#^z
zM+zfLl0z74=~53v@;X0j&DgsuBh_c~KJXBhTlJEn!6mL9>x;7p`6&r=fniZY>*yq#
z?ojNKAw67RrufeWwrxpSB?41&d%n4d&Dd@waDnaaG$UaHQrxG<v$=8&$f%?m+=WxI
zetGIu;|`v_6}x{^tN}htHf(^#rK)LQ{fL=VA!>Q*LQG0CM2*k2;b~^+dRhwhSd?f^
zCrMbN1_p<h3vI|9yFAHQTDk$_XOXv2-!TQU<M&jT=S7XA%8Q}_WOw9I#s=y|TbD43
zY)1h(EZe;MZ)7CT-buvSUV>0(b?w*jZl=3B)iT>)d5NTKQ!B=;iGv3!%k0Wh8B%Zp
zSkY(ak)AC;3-ZfHCm#01-<2HADkm%E()@CYJ!v<7y!^&ijn~^Q9R}59rb0P8-<tAQ
zOrtU<m%mXp#52$abF6Tt(oqMc!&fE1?vBtDv^`20Ezk)@{VJk<saW&z5DwST)yb0G
z;F$pla0_^`-ObpQJH2@OLjLh%_!DSfRnvg)Olh{cW5U&XI1(ixvbA+4_*l-tPA2xG
z2K2)PVP--*M|-+?m2})~x7#Jbo#v+yGhQ!_7-B~*-QU%;hH((&z%b~97<>~7ovkRJ
z`WJU1DWzxH1{<HZ%SQkfa-X6qBeaYH)%|t9DFOksW;(@v>~)c)LH|SFyiC<cY<iqC
zIGzP_D$FF(;ov5oE2+uU_INK+g`Apq-r1JTZv(lRj8lnSV?CfTR<YCyp^<&-h0<45
zLxG(+?Ky~`PrJ+bUWIweDNNyf6RE-icpo1azb8QnN^YfrWa-y%YDxVI-20euT8B#j
z4`acN)hn!S<n<h1t)BD)w*k_=yU*Th^7XdPs+cqe@7Yvpoy>UZ1WK1SeJMoYlOGnA
zxb5+isf_~6LW76s1)jP>*H!MYL~hH%M90&L=OBTaJE~Z4$eS$9)hhAP%dV|2jq8F+
z&Kx<5{rWtQLjVF3UNiEL?xHoV3Zko-Bm70zt9@2h7JocUuT}kq{hlX11%Hb5&wB2c
zq$|G`-+`}!c@(u=I0DTT(f%-!C>6h%LusWwv-*q!1jV+U^4`#t*79TV%ebjiz+s+z
z4#-M3MF?B1A7#=HgE>-O(iEx2Y3DGLy50*9yn2TF6dYI)s=y0+mVIoR5{L+DRSAPl
z-Kb^ZL#MI5M;I;Hbj5BvHrkRLwHQLD+UQ?Pk2h9us1ZvIGSr0~Hy37U8D6@=4_(KH
z;WM`NCD7OI7ujsfn9PCJ$dlAaqscm^U6sm+O4pV>thM5&O<npP&?*Fh12Tr0_-J|4
zRWN`4q6<nuqJ)zXMNr5<J`~u-SjeXI?QMQFFV^YuW1OgUCgc~r+}2h%7J+*yXUD$}
zLd-U27!%3#-3^nDzO;XohvlqovRnF>L*7}mhG$CQ*)D@*rKw;!WSU^Ux4O2dieCzA
z^qHhIO%$<TiH+ymMFYLm`M}%;H%UV3SC}-HOxv(GGfM3ExzL-IXV}JgEhf}gBFiRd
z)dpemZKdh*7fc4MWZ;IuE=^yVf=WT07+R}(O_$+))S|IEcY-<H>bIG%n<Os|^<zor
zW_<@f)=NZ)zK6txv{wq3Cz1>e{dQVR1kF*(($PmXkUNde5Aqd0X~aW<FaV%Kd)BZ2
z%lPeo_PqUP{Km}4!ttMh+dpBHoss>&r*Z#t{>H??@~^w?zt;a-7>#KIS0r1Tp^LFO
zyn*~(>g4f%SK7#Sfz#>;KF+_boh|{3OJBx6%~7LALv=uFT>3@Yy|F?>nzBrC+QHPu
zkk;7dP*hGqWE2=FSv|iDbZ(w$;osArkVu`uqlFC^g%hbXzS^_2w;8%;2+j{_=v^$6
zliWQ|qOkjii#oP~%&~x+X>p!uah;t3!MVC#0Yv`cqCimRUFo>M#a2Klt?VOljK#sN
z?l%Z0rRMT^qhGTUKw(5=fw?(3&zpJsK>ju+kpKK^+`#7Eq>P5=)5!1-bs#Yv5f>AR
zSAew8fZ55B>8Oy*<;8_`k;Ap5$v<9H<Q;y``o<JOk<p#i-I0kM<V%TBQ2bxgqi({|
zP!d?${3I@59o<eYTlX111~?Cb#zn*gcXSrY0++-Dvj21+NX&^UusWw<+Q77;4{8?(
za1I}s8~$_a3W)q6`O`6-H}DZ2-n!!c!G3eXUJ8WjLSqtG9f1~`^beE^?2Vl#6!oK#
z*qrtB!}N2Z@e5HH%$s-yCjNQ=`kn;=sN@zEgmmO2k;E2tEEAF~{QNm-njB;o4{lvq
z8DW=?V+=S$W%giX|FZ4kxi;Xiu`;=|K71!M{0EGhK1d*o&$u^Fu%Eolj2s993VbsS
ze;P7yc!1N-&(1X0v4KZkfJ`_<ST+O}XgW5r0q4blp)akVwz8ZW{QjdRC=&-4)WcZ;
z#@x6M`Vk-sNDC8(*#Mp&+=018(0`Cw4iLmh=?Oa{z!boWoAnhYz_2^81)neV%H{I}
z)G6Tq^HcoIr7zyfu6_fU19Tf`6Tt&pNvT!#QU7dG{4%_RxGOd<1XW~VTm(J?U@@=E
zBJKck#N~It1ekx&Y3xmmVGRK?*A`hn5)G395P=5*lS0sMx4O)&c`7z=`EM3uEobTH
zZ~_7I0D<_AJR(2<>W@S!U^4;WAVfT)t{%`y_45P>*!oyG`S$`uz6do<i>DxxoBp*y
z(}2=S96(F+!if0E%nD$W=B60X0rkaRsvgibzoqndYkEy`W@~)zs?O?tvi55<RV!l?
zYjT}C6L4P*R4!0=67bHiF**0}c<%UxH!h$zl9%<kD*>~KwSn{9U<@}!3*-k0>F1F?
zEAt~d1*GsXtH;Xh{^=3{+|0_}DxXIbIQ!5IOx}vX7_dbN%MzFhKwLD4Ko_KWLp1)(
zt_VQl2~>Y`_$v*WkNytn$87c^lqb91hrCIlazpqRC|~Ujk_p5T9UvqNq+Jq#1RJP+
z?C|%eLKZ+MikQ#lILFb<`s3Rqm;KYg@?!_Ex%qMTm1h3JWeS*JYi{|tdIxC!Sn}1(
z_wAhmj{xojO0WPL{NA0j+_FDJzPUEWHxG3Y0$Z&!2mqM3;`AR_{}t;OhBq(x6F_ht
zNX-wpz_JbiRG=;Eh46eTFQ?%>J0;*<V0iNfK7&8R4lwy$F@0ljr!wB>x)4C^^hNPb
zIJP$YW-#ivfG?0&8UVtd^{8ON&yl?{J~i-WQ1hmGd1U=r7pO2W0}u>X0Q4;|`I0*V
zB)%+2cw_K?qJHWII9%Nw-+Vs-zM1@O2LX3^0Lz%z?HG8YR7_iVt`ORb;0;2XHz(bS
zSBiEEsaG`>stUd|eD3VLeWE1FDi%<7{G0bAac|^R_b@8|#~P$=uiRF4!SEm11P7mc
z@8$1W#-3e>Ce|>1PA$&~1A#!uSecr?9(&K`w<QM-&>JvYWI~xXw^I-dY4Hzd8w?lf
z0*bBN7>)G|0gBVa(4X4uBKS3UCC31hIM&%;HUvpfgONCh7c>tkxPx1_pIS%R<A@-U
zx2lXg7V|M;xi~s-ObU+#m*~=Paod`tnmFm6`F(#zOUHS^;}XdjG5BPnRv^;0v^%1p
zocDT5s+C9<@R&?hvuH#&SYMYrW9U2<ZjZ@<gU6g8lwMG*WwMmq@FPs;D>q$9l(Ma{
z>0<BWxaGiBHgDCuWoeZiHP$RH1b|!|FU-sQ>G*OP;9o9D`XDL@g_ZsJ<5&S3*Z1n*
z13dlFHW$(WwKZ85W4ja*PzLbsDJ#5Uon=it^!v>y8I(<$c7Mh+i~g2=7WQv>BK#Z(
zTu;I~tQ&Bb+Euq053|D*+0zxgg~Ak?M)y65U(r*)g)}CX)reBDi|X~wp~UpV9Thxx
z#A!QtEpnU=bq%qvm(|I*V-+iSf>gf{9v7aGq>z)^Eq8y6mnB2h1G|P%eSoLKq)VK2
z@LYm;_jj~NpWl><0QG`~jsl-O^Yb%)ULAo58x1uRi)tk{>HU&Zttd8%`krOM2J&r1
zwwaUxq>}eTH@<|;!1o=Afv^Q`F0{dwD6fw<o*wsAmu<{WM9L3^X6L};Cbf!nX4hl|
zh5Xex0{l;RyVL$~ZupJyXo3dJ$g3ujEQsntk#0QVnQFDW4d9MwDFly^e64{W7#1TQ
z&=O@HQoJ?PE&hzpZ9tqEMGJy8y-CRQHy<Ut_RcDzV%=Gy&9;<X4;<BdE9O)1I1ah+
z@j=i?BJPX}1rM^>k-#uA<18G-QRRvP7$}W&?!1j}xzNTs?NxX!7wn1wF5qb{Hf~j*
zNwzTe;Z%8o3i#cPq{mb3ktgGua4Cny5{B0q8cFn|=BV`YLy}BDMoZS_WhC3z81Kp`
z;u&C7;DXo$L}J3g*Ur;PMF^|I<OVePV@xoo$Ph{{OT>Rj?0OXLhh%=KE(S8Zu0l)8
z0!eYE0RMURY83w4ur!GDSta`{=ax6a5HWp7x+T7l`V)+)#p*_eVk95q)}szba$os#
z*Oqdc$(bz~6qd8{Xmv0#SXM^!94!60XU)^vYisGRJ+Xzw)U`1NzfsNm5@KyzT`|6g
zKd^AvV<yKh_InwB5`0zmqT9?R>Cm_^Z?x;!J<}HrR9h(U&{WFC?%qAYwN${|S4sl|
z41_~L!U4&pvN|jGxz}U#uYu<)(_f0^jpn|m#gF&Lf5gdnm?DeFtI(H)|FoIkGtI_c
zkP#{SHo5+LZ1dkF*EnvyVa@7jib-<wgWwetLZH7yqyKc`2;}HbU{)p>D{;L<b2*ep
z)6m9K-0(97DTQxFA$Z{VD+DZG-d8o4Hz=ux1bzsuPOX$=Y78eX6qKs8!_z2?3$Pfv
zY5S=~uEYC3W1~d2l(gdwV$2Z#?sy^A@pF)oOx4W}Gp+m!=y2cZ1h_NzRviT{v<8ct
zy%<CAPlG860reho$+izKn3Cj$xXQ+H^8B_odKo92YKix$HzTqyyFF`ylsTR5q<GCq
zM>yk_(5<Fu^3`KI46+aC70m6(cn#~Q(%93g*9U94A6N5LbK>x@j*rVbe0it~!>{G1
z>)yP7vIXS$;NJhdXt>M8=XcmU*s@q|ras$&RJ!hZ4o{0CXU9K)RWpeGV&ud*-!Di_
zjLnz+y{$z6(y74?<VoyECX}wsJ{84LYg)2Y*2K2FUPus6c14lCHFR|EgJ$AzeNbo4
zJPQw->(e*}^rq^qNQF7%Wy9+DIC5a$XheM8gnH@UYrg!RAU!oGefh6_sPkC$u5Q-*
zye#3{3pxwBnY{0_v6@@*I28MV^G@xJ3LU)I60v<^jv-xX0<7sBmYuM%nzM>mqRWUX
zB7nXkXfs0aFRG9jNC^mdgBLaJ`UuJM6OEDL)p@0U5Y}Dar?mIF^w32i?Nn(wv0d+>
z|81blZW8~8;XTc4&GNbDoW}%t;6YM}z;w|x2ucUJq^+^*D24ncn`lC+el`mJoTttz
zSWE5O+c^_9*#RtYtgYIMs{9hofQlJhYcVlW6?NdHU%4<gWNRsBw{_ez-R(la;b;j6
zvp1}_l0=r|6OyIYZ(WROrQc|4&3T(7noOm&C!v|rSSTZN*EzoSY}tuhqYi2PTNGG_
z2D=B>I~w(%_`cI9xjHD>^L2;8g-_+xybT2eF~@`$2d?k3jG9;t!|caTdZm2z$)oeG
zHqIkTkZcp@_kF3?@M0tyqtYty*lX`$j^4Ftu|l636D);<73Gff$1U-{rw50KG{zUk
z%pEcUY%EM@4EhmyFaI^4P4BN9>>QAwtb3=Td8tmYcuIZmR2&eRh#8q_FDJDaGpb<s
z$ger8vgh#%RJMG-6wi_>#4E9!fKpoQHfT^;zcZ<WMR+VV@XmU$Mvd18y}s>$f@^6x
zYK}Do(xhAmmEecCs+|DgDkU3WoDq{OVN=mfOvn?{oBhbA_V<}aHQAXAA0XgS1LM;W
zZ+Z@qLH7hubLdmz4$a2DPm+-ic$kb(=Uvs`EBOU91o?V_NV=I>3nWzY<jokM+{J~Z
z%G)5=_3|FV*(Jno(?AWeFWn9>sI%q`LBSo$yA)+yu5>oth|b>XYNb98#|0#cCshbK
zMGo|{{h2`8Q`Pn)GKq<`3a4RJZ$sb_Ocsy0ZPJ*L8n!M|JG%%EtL`O%DQcRb)n)5-
zPYw)^$tvnv$)w$QtM_xek_egw3|C^CeFW<}#7<|NtYlmmdt{uwr~ZDt$f_Ha9Ac%4
zvD0}ruf;uM)T=ZBS{P)+_=iVEY#t47DNT^~KW%^bxE5taecq0s7oXD-+ZiJgP9+n%
z({u1SYIzdvF5aX;NL%88tqn=d*=jF=(}17nedbKWyhRX7uLYLUnhBp0li38iSa891
zDx9EHe~IN%{W44|G_@y*3gT*OjgHx&@iv$VI;251;OJ|WaD>M=CA&t*2P;Sp;&#Vu
za$$=a8H9$p1h2w7&9ZZgc}glAr;v?6Tc2=yx|JmX|42+8c0-b5VQv)|YhY;1vl8WL
z{0)+Hd98jhl*3hB&hIovijf1)GxI|rZA-ov!U+A9SP@dzNgzAYe-x!_eGKd)$UK_w
z9jScUNx<t#K52iaRIfm)lO6J4quX*@1=aY%ZP$?Nqm}GS=ej0YnCh#{5I45k$mT-!
zba_UCkKNz%$3Cc8-_R(6xI(#SN<nI6&6<)rtT~KD?ss9#KO<%rl=AfAWn|~NMW)>#
zikL8UN#r>9){tB@FeU79)_%9B)|?Eq>lFEK;n*dPS0LNbJ2}$dw6<(X*cbjpmM%6K
zO0CavZUdKTa@)q<C1d=mq}iH_S9Ypry`(Cxw;8+A`Hiy;(jaNc<ANb!CDO-%CH#{(
z`H~@3_K7_&=_pqFTK#iPb1d7ZjqJDlyh|xHOiPiP3ry-$;5G!$-f*I>D_v>3+Hc-5
z3+eVE1+sfFr}`5>yQ8e|HGX$b!~7c9cjn57-pAeK{cDOHL?v+EsmCk0CZ({DP_U!|
zoCqb3nn7%7lgt+=HyrL79cY)KibRJh3Ce|4&F4jA2OKjMeHT6B5e67dGJ}2%KQ_Fr
z#4Ibx_qd!YIjRW34H<n9*k-322!UFku#4~wmZ#pyM!_#ZdHc-(hVYjP;7d%TMx$v=
z?IF^-aO2EQdQ{;-LB7VDXu+z-4jSuEUC7hGVl{rPbr@Pa4N^f=Qi~3x1wMQ>i3m~%
zU#(r=UP|<xrBygsMz3TSlLu7T8L>z1AXPuRJzex+13@uW2_j>(b`$+xKR(Ybj78#1
zy46t6Vuf5u9uCt~FH?r5LnFf!OH|J;JJ(|Ho(N0kl6D$5kt6`b?cXA;mLc}sUl*Kn
z2eU%?f`hfw!O|Enw%7V%Ryz^s`^?U^^FDRjC{)XJzw$%Me&stXyIrW)Wp$P34l9k)
zeiz}`KJFQ#KQn`%kd@Y;6d;eb9fhqFGJ4t=a>dX2h%nqAs7A=5uR65bItc04q<{(A
zK8_L%rYCtCnejB=-tkU1a^JA+Cc<lXh%gu4Y-dbo1~8!MmR()eqV~aYwxDIpIh(>T
zwBJB<#@XLhQd#>JDX@PS(poeV_)jl+MHUO5ji5(61*pv82tB`IVCDWLsiODlx+PjW
ze(!Bc-X@aMQiv7fXr9kbh|)YVaMccQx#9|vTGGDD$?r^Ag@jR=i~Kprev53S{`cdI
z3U{()h3JlVO6*w1G`dB+NmKLb)vYNRnPgu63ZfywsC-ZZpm)tdK;>w*3zO?uh@o6^
zIacSF#O`T`120J77$d@@CjB4Uo(CGr@u&mu)<0k{fU^6DFaCcmCvZ)qH1!u*PNA4)
zyB7=L{-K)A$Eo6%wroi*&5a(bf&imkJ!r5>X2VQJRxQ5sE3mUjM+8kgYk9vuQ+7z1
z#HX=($@b1;H~?9Qj-i*VF7BuTa_|qZpfArS>NuRgtO~#AM73;=w?Mzd{QkCH9`-M~
zGJ0)pf#Jwm1dP}!cy;dB0)$Wk?5WW!%)VYOxghw*^!FS{_9}*YFHy-UVpc+@Rpe=4
zx_&!4?32LKGz&B9f=+IS1?Cd#;mW)u+K$ZhOGmPvlM&9i1ygT@za%1cUga4a0UBFK
z5eiB%v>BJ6-F!bFQ)|Nz5%9wTGNeEnHX0?ZF;08xeTjK<+dY11hu*0$Y?}%7{ns$O
zT>Xa1AAUr>Su20DoLIOHU7I~E(<GZ&u`3=DwnR6aaGc`=<<#D%Kc9OWI>dVVn6x2R
z9PIxr8T&>kRzET;t6zayoAQPWzE)5rK2kQ@AB?<y#)(GD5cuZwz2GpxjWe5K4^nsJ
zW7i3|;AkWepWy0mzFW%8vKa`InPa$i`iq4SvRUKw)ftJ7HKf!~JBF|h%h85{Dn23}
zsPzm};kqeAtMQ35&>&%UQ}^T@9jJFW^y;*Pe!|yz^;sNy2jqB>pNK$dl<7Mwteq2{
z_kS>C<V<J>Uzo8Om|ku0@ds3xy0{yVIJHaZ_sKbjGu^W{-xe9)IK2}2>a6C@dXIQr
z@rP*qs6%g^C(C#l&JejLZBpTG^+_w0*w9`E#84D2yxR+a2hFJL`!+8t&`lt>`fcAL
zr{iZ6l@^HMRQcXCF2RQ)avV2Qg><k{BVEg1P!u&UF8m#f)hcoC9Nx5#rA7us$n#BN
zJq23yc2SPBVVpWJW51cN7Ye#$-hWPqZ8?l(LS*>rI<;w(+u5#9e5U{<u>tb|qCalI
z2R<f%FAv3YO0AVF%=PBs#zsfXJ`OO!C^pKu)?RDQ8ggjT=}PakKcur5w=szb9C)BA
zL6ewO+*we%PZNO+?RsU-DSF6qGSrpEedJG^BZOBA7TN3hoFG4Ceo(|we*)#)NL@~0
z`gWdsdb8rrC!4TM-5~#(@D}X8;x)|Eh`%Mkh~-}fg85SvGn6fvIqfP^dH7$Xp~ro(
zZf2OSW`FK~0hf42jMHPsqlYflk!n@ei8r2Fb0^M`;+A)S9$-Y82%u^1A&|@e`I@&6
z8l!zKlI`BCpWmE>>&rUo`aOpb^<e6dZIk8Asy3<<1~K~g*a%>{FG%jUDp!<p+vvnG
zgH)gUNJ0qJim5q_4ZJa^y{07ckv{_iI|FXl`uP-{`=dtSe9x#GYW^$=R=6X3`hOU^
zhb>W*Ex@8_+qP|<v~AnAZQHhO+qP}n&a7LVYQ08%MU2=Hd#-eQSAjZeSNQh~Uf$WX
ze{sN1*pxp6FvfOKdaPl@-t?e|U%SA)wh-WHl`{MB7GG=yv5XbYY<dSg2URuhtdcyo
z#7Vw{Vvo%@jXB8c3Q{sju;|_Xx{{X<0MA&G;$AO_PxPx@qBv9Tex1>+u$SgNp?)!9
zTJA}IEjmO-`bg3(o4Xx|$u?3TxIN!On4LRDpR3Qq&f0$TWV0OtByL<WRq!G=8$LZH
z)rL^VA6DGs^%p<j$aPpju68&|5$d1rzN3dSow9SuJ;@C=I;NG6A2oAnVTJGSl&ZPR
zlLLcWER0$0*713yDc{w?W4VHaP}<EfvUZEWLT+-gUn9Qssn>^=ZVzOjB^gWk|Ctze
z^vV=dBbI|^e2Iu*7P767U1gu)y^_^bje~A=<wt5l2Y3N`n$?2`2{SZL_!8a)RD2Lu
zmNr3xx&o)aIW$Raa)XD8W#Ki&u_&_Lks72aj{__ZM~Ct3z~+hHzt;tK6KWts;v&kH
z2iPlwoy3|U=UxY?a5hpEK0^5G<2>~m%K(BSOG#k9A!70J707$&qu@rz&(Yb$7o@y+
z(2{g2%so68uMD|yBi{+|c{WEiPN;+t9(Boid@BguWquG`!Z1cKRIpF*_yd{xy#d8&
z!{n15PJv<wGp$m)b4YUDYLhmh=pOE?T*JOz^BGbABST;zC(=Q;uUrZM5Ed`s{SlmV
z4c_DM-7+PKW)sYC*!G=>ZNmr*yGRtV4#^rA1UYqytsD~GVZ|pODdb-c2@z-cjR$*C
zC#5<|Pz$p{9ZnfbOXW9aDK8+C)>{$f9_j3)gAwmCq1C}SBi$^5RjQ)BV&9_Hw%@jq
z`B`caN7;4~$4E!=r@&~63N>aqwW(EsjWgC#E`Wo5K@-I)!sQz@t|_J!x{$$&Vu;?E
zSbXcFD_=L**6E?rQ4E{O1ot{Gz|~yV%|PuAMgK|TKd44u(P+|3iAx_}U7u`Cx-_BT
zakimaa?S+hj;(4W9h%-p^5*dr_<@f=L{S{oXabt^2b(-|)MMe1x6tDdbKZ<!Y7Sg>
z&l{q&M02Dp<x-+2sBr^Vh-W+r(#Z1-CxiQYj#;FA6d^~0>j*%)DN#&$I+Rtl(h5YP
z3)g2Ht<f~$QJPh2^Mlg_H(~lwOk21%2jyBHhXy19A{s_+5mY_LWr6~5leuqzSnPPQ
zx&wf_pg)RFu#psqA~?QeCQqw3e4Zbe^hW5lC<d6H9Syzo=BwDO^rYRA#+EfJMMr9f
zyZP9;HTs`DyoBxo(OfQ?^K$T}_xN1hV)-gAa%w$BF%s?1zDXqaK%u=B5V_Kd8{tt?
z!4f_*@$i=O+FSdIw+cu7pwQ|XC#=Pt<U5riylEC%$nwUf@E$PN72vUSQ)HJ~=X2HU
zJc?YldV5QZ6e_s>f$AmYUy?xKjv?jl{|bep!X?*XR|QfCoy)J4-Y5>Kpa_TT#Sf0z
zk<f=1ieR7KLJL{}0Giy*V>EXNqI*P)C7BHTaNp93M>Vz8Xcf29qHyXC>5)m{uf^{4
zyhh9OGBJ^Rjny-el8kN!%18Os_LOi7YLPJo&{BVU%X4^X5PFk@0%3}MX80#b_dM&5
zoB%9Kn_~LB{<*3iX)y?QGaXwfTc2^^27?>_TKfv>Lyz3XGt^#N95G(b6qfr;(Ux_2
z#oprYmV=n5sWm3iCo0T;BR&vVX}y<HO(}{Rv9#+%%!s+Sr#lYU1?hx1P(W(6kgZQk
zTsE_{B5aF7`{s+U6mps8N9fS&W1>k}*K|r&5vtvFRea9)cm20AIQK6|Tw<Ym^U@Je
zXBfRm2K}3XwaEtI`Uw5hMc#hK^Nhoh`IfYbN>M|kYFB#8xMOKNBE-75yc|~VvV$|}
zk(k!G`aLWi`o@Pmkhta%OF;xbRTf9@N%Tzt`tPeMUvK0hOXs2eTU!fiz5CrfaPArl
zevWoBa;EChn$<9g!dSUMMrv9Dg}oT;Hb{G<JxKlE@gu`-Vt|x%M`;aq8i$o3dLs_(
zdKFM`^a08{Y&l48h*D!)1-ElnR~yq-8&PfEab>QFKkzQ3gyhL$0f{^JfQT8y((pH`
zdtv{a-Bb+Xo5Eeu{Bw8ZAggks3`F>D*k#a-h3$cNoLLbXJSy`!#W>y}U-8qk$jV|x
z2Q@pBWfbSTupGb@H?tkNo#EC5AOpfFR(%p%oG)8G8&`-Kt}TB8f<%|SbZs%$Tl*yg
z;Ohmon743p`rHxMU7K-N>5N$)yPL6%^Jhur+=k5zRL6LyJP<!zdC+%1m@z?So-dE_
zfk6;+Uy)tCP#pmyMpJpAYj3RV*?IQ|IL7dYk%>TEr{(m&%TrHBv=GI4iC}6yQumyw
zdr%<u9bIUTx;_T~U210Pd3l=@pR0V#!b=_ea*kC9Sc#l~0r3Dv7rcyKr$?ySarM`<
z&DK4Y{e^aBG>8I3Hqb+nrLRfj5ZlbWC{aneRPh?&2o$8wj7TM)!4Y}^f@9CepD`)4
z$%Dg+&%*B0YJ95bU=U^lbg$P}$<R@L`e{U)OKc0<FUB~K_1Tfo>IiMxH0I$MQovW!
zGNeiRiPGh87`vk7?JC|A`JI6Y$ASx&sc47OhyQS5|5*AZ^5<BPFz2390`P|0enO`@
zk!i|zvmkQCO-<U6D1CV$Eh1zRWsaZ_eonTjwfNmIGiYq^t|g%Q;m-)%dW2izZ=Yp>
z(0<;RvmP%N*-}nDvD83&fRyy2Y(T(4WI{MW*BYCXX0)hp-ba;ePu#V9pgj__7^Had
z+udogbaU`Tolg4@U1VyzBIt7UD|F54dJ<U0VJ|Mo>ViQnI@S(lPy5sogRU2OCax*d
z@_@TmjFEOfgU^E$NC*Oln~vln#`~zC2gcR~Wg*ZI@KidL<h$!iiunGcq{`H*!+!a;
z9kTym{27ZU(|X{G(m9q~Lo$Gd0!BTF`W3EoDpL#<FUN0R<AxbS4+lz1i^8t8&2Lo&
zH-+ZKFs&g)#Lf4r?y9FD$@O;m3H@R@2#9WmSlp{+$&fLdb6oZKzuA>a|0K0l&Mwqj
z1(c}{_y+Xn2SKn)A$C!<{-vbo@7$pI7VJxaq91KGJe={lAF85T(tKCXGy4Y4I}e_M
zpel673I8(2u|&6|SdeCab^_-T3F+E!^HgLmUgUDZ%dMRU==w(q=e;8d)vA0gF0@Pl
zWj2H97jRd`^U5^F^p!0<u$X^JTS>15g`pH^Q9z~Ky0%=;@|=$3F$xcnj!V<OpAy8x
zJ;<gL4HrC4CUopGVSCvVbtG3#(lUbpP&{xG&QD4I=|jBmkkrKf=RB*28bLMnys|^!
zOjU3WY3~7wS%}@bl|hU@`Ly6^%S!`k<4YIlCNtORT}}@`XNey^dw>Y@&{+b&F|!5_
zGh^mIm*flFRc0le(i4JbqZQa_-;F9}Wptgy^IdgRhTv4~<7!8&d<hR6!1#K&reZ#K
zbkz6pHY|@6SV`6gQ<;5p_$EVml?oCiY)$hmh5<&>;1C;{Uo_d0fnc{RvY{pAteHe!
zlIP1~^YA_-Lz{yC6+X1#0UkaI`SrwIwXe2wfJ*oiMfzO}@-ldf_A72RP%+30Ui!;O
zLhOvko9nt;7MVY^4zV@Ok17}55v?raq4*>2V&f4(fLL8cq;3azAd?$grxJC7?{*GX
zZHC&x256dN%3zpBnEu`&qDx4k^UPnKQ2q(hAUNCF-`qG_+0dyuvl-u1w7D96#qK<$
z<kRWolH6?JkR!>DKzoR8eUpJBH02u}r9}g!n&Gjyscc>yyu0m@iK=XysvKw1bF#KS
z)FNJ)l#^Fl8&LQP6Iiedr<|F)labu;;0LoivAUnBy4C7mg(2YQ(iOJr;w=R6;XqcX
z<k{AiO^_?VP^?Y$3CfC+E359{tWpTi^IPPxP>kFlA4O#q$;$X*$RjHqV3W{n*2TdS
z1imr3>hILTKU+-;z?!9yZfrg@(hzEgBHO8K`Zy?)jr&{gC+W=6ER~6O#fVR7^D!TQ
zh$7m`_MWqNIZGX*tnw(X({cneH>LSR0V;NjIyoC8&?q7A4ikim#gV_qc){>L@bmxO
z7Wu}SXf0?lUd#^W%2NL<ayyS}%QIR|nDugn1Y3rZ<nHyll1pwQsly2#Q)(J^0JX-t
zciRy93jLy$l+C3mDdq^Af5BD`;13Q+gW{K0p+O(Pg5d1mt0d|#ZB)j4`dQBCwGedI
z=rSO^x@`<bP*VW0iajNrU6waOPTL*pMs`i~%8<huFt3y{>B-ENefsdPu?jD*?1*b6
zsGQNu3+LmBS#>kIO|*lc#fL*ip3odK_84x4ZF%(&H`*;RgrFwwkm2ISxxQ`P;#)rz
zSEMy2kw<Lsp-Bn11tt7@hpWzOD=7Xs?(9xpIPqzlftIr??lQp&O4#YD1iZ;^W3lPS
zT_xBK4q@3>*%5OarbNDdUz*)&mGYES+APq@Y}~Cfj=B{nX>sMxY$lR7<IwEk8{ers
zkk_^h7JQtd2(NJ`6bGf-9epe#*KZ~V_7oiKs=aKu2V^IJSr<DcuM)8xTuBREfG+IJ
zb);;~-4`m}IXo>%i&k%yu!B#Q8O8M0*`8WfWU*JW1Kb~jwA`gvMCJK5HH^(h&XF4&
zHn)K*^L(Rm-Q&JSmpiP-R#Ps_N<e9AugGgs7}z&-zr0|?1xY(wWa)wE6C0D*Q$HDl
zFDC0JoC8^ob0mg4mHW;88~J;p%x{KTdNb8kbN(w$^8`E$`*}E;qCajIfw0P&1_?iF
zSQ75vvctHm0XWNieMIO`1aBQ<cpRd7#AGPlYOMy9X1|!C6KzAWnhvCtPp8_{nXKJk
zIrhrD7d>bwFFK9isISGM5LYFL%zG^j8G{5tsQ{@a;%M?@Zu&@KVz4>>wH$uBcj+{x
zIoxmwohTsF`>)s%c#BO}{~@b9021N3aa_q@5S9i(mF(ayX2uW_Y3HkXs+cUkfDJ)u
z`bTDQfzs0olmbY!E<)BKj5wrFM+eYWfrGg2>E09$y)J9;JgNcpdSNA~%JrdG7QY%?
zrgCsw_F>Jz5%X)cIy+}nsd6Vw`4(jO?5bz=4=8rkUg%!2WWL3>NoT%P0ay65>zZX-
z&Ca@blTq)rD0}4NNXQV9#x)CZQ&E^CK5tZe06b=v?boI(%Y8X}PjvqpixKzYD(C#X
zByy!*KfQ!{e;pE}eSYQu;y9JTCl&Pg631H*$QPvyOF#)%5{L$roi6B|RLp~fE`>3M
z*L5sJeveri|C;`Y?diD7S@$2IYAO2{B8i5AgjYF}Nf4E|MG&iYpT%n^=zxiy|20*9
z_$4p*2oi*uJ&qRY8WEXCHm}}Y-303fJTeOUd2XJyW?W0(b$fYhWYD_a6|6$}RD6e!
z#(>Q9wqpE_nvG|q_@XAN_K``%ASQ|~q`QN*2OI^yLxg(fSmkxu=^Cn-2#LH#ex1Sw
zx?P*5?Wf!q6N6umwrm9nj=Vt&nRi1I8Sw~Mwhlld@ywFKR)*v4LR0B>$FR5wAo?O5
z2-fOQ@1#tGu}5%-rUX1V(DPTpTt}CWbTBQys`eBO1~_YrR@NDBH~#*!f{z@+H1e0$
z_F*_x?@ZdB?Af%7L8&}Eq{`}BGgXG|qWtFVY%PNPGwo4U%<)ZRRF<b?bHMW9%L<yp
zCADH*Fna@OGVm^Kzx8?-eVpO};n6@~(jA;kPW_o+Qrfky6MQiTxJsRa0XO5@OR_KR
zz>7QRgNi^#!t2M0TjSgCAJSl0G$pK}9>fEo5-fx=A&<=|?Q(`=c%9BbRG27-QZ2f3
z+y<9RBMIIJ<?Z=343+KJ!~JwaTYtF0{6bzd58&QBGa?Vi*nBp<8l-g5WNP!8_-Sj3
zB{r>stE_?%K5!7lv!A`A7?({Cq4%Rk8e0JLMqfY)H$*oN0SR|#sACKV{Y!~hPZYW8
zu!ZwDAq1jO;X7@1mfs9}VK4<2XXhHZF1rAnP>F4lVgZHh)x=73Y(7Dw=@;N#Kb0rf
zUu9aUz%|liBQ<iD{V%|m=%1*SxM)(5WPG*KnsmL?$+O9s0*(K~He=fY^iFZ-*%!`#
zz1b%*bm$9dRN+<n!Ulw$@qaR@Cg+G$Al@Tg@O)_=!5yWowZ9_Pvn&-Z?|~f)#De>W
zbm1{gPwR`=Kh?BT;*#$)#rIu$tGK&aIS~EFYL0x0mg+JW2?4TI9dEWznB6*3z)Wr6
zTHU|^xFBER-GCQs`rmf)lJh*9L_t+ytQHm*k_|dpi2GCvnAfnI*l}4?`Pl+023<yO
zDil7MR_Z^O8(j3Jh>9`(d5(tEC*-@ZGR2Wb&nNC*Z!U5QmOv6rc7=3t5(N1CC6(o#
z{eZ^0P{r<0@N8h*_R82ughmpLPfr*RfuFZ0*x}#66?zm$|4`S!QfdduTE=&u?OOyA
zSjFL#DI(I5fOX(_!>wlg40mtn_2M0RKaySfvH>sNP`hDbnI0^EKiLjX+gP^uRs?Cq
zL&7<9stOw|=%A>uQEEF=K)DYBG}#bkDO0EF1eyB8d7A{cL*P$z|J$HO6{=EKCZLc>
z9O>;&{dEDu!?E*=d06Y|@{2!)uJ<z`N()mb6g4LE%h*~+L7SK>Fh4898XJYQwF5M+
zzjVH}^%>~`8xO!*s+f2W`7J-anz>7Cn%~fN3~QR21^o_nFuKyo%19!?`$!fM33zIO
zuwz5b34$_X*>y9~l=@e&c)}9@jj27)qPrOJN=(XG#YfwxkpGpa=Re%I;tSfRPpoI(
zf%Hs@|M#sMEws+dHYhrIee5HB#f)|eTe7AcF|lG^KGQlL8${?B=DeM@xD~z!aVNK@
z?D3<dXKj~pk9A%NTtz3@427c9c74C7=&8<W$u9ce1pnjfHHujo)bRxU<3(Kh!`zsf
zO0RX|ZmQP!Z1KI<dXioZeD7gTUaLJ+t38I%FEtMzT|^|7Ge|vZ1*2nMF@XGYBQ^n3
z00&nCu@=iRGfz__blQ~^-s`xbhQ%aSftsr3H?%Fa7lN^n@OCAPGHnaLNvHe)%n^h<
zxJ!iZWDsHXx%S|uZN017_|+6#O_TAN>Ix$=%3B6fBj5pAbC9g!NT+U+&y;yuDP6Qk
zj)U<MscN+<7e&5tnB($Y$HE<LZel#}D1!#JgtT(Wg#?pI7p#;f?oNUNU}eNHl#L(q
za0u>O%h9Uz7bWfa-Kqh)*?>BT$4faBCwHJVK|Ws{h&MDTI1p$qU_9dKo2a<#QPX)X
zIe+PQV!DQ8hYH4($O0r>as6qD(Px%l;{-=ON(2$vi+W>McXdo)#W>Br_o0MZWKD1`
zOa)Z6CGK?$OP48*LwyG3)~nN0{%tp{sI1r`J;8S$q#L+ER03^CQ8yI&BU<YXd@>cK
zQD;Me#<r>yj?&`&JlQde5HWkU?Jfv$T{oYaH-f#Xub{7QD~{dgNY_p8y1FR?=$O9$
zwH)`Oq-dTo(#xY0)nA2h^Q{ANRMA;HiMZUb*itHDf3Vrk?@X&`0Q1(dKeuC3bD0uk
z-UF{KWOF;ujlxV`FUcrtM3|{_4$rMVyTmr!$ZrDQ=S840JmIa!?L179&TwDilkqSM
zt@z2;Z3UXAGS|?;uB7sb7Or#CkQ9hlP7Ki{jDxy#_UxVDrXf$znVMEr&cjTjipEse
z7#pU!<0W=*9!ya{WS341#DQ2OW$nfNyO%@mL$)`%2gC@jTar)eq1fJAKgN7(v(wqb
zmJ0kC#$0W&B>i74gP>lVvHp&=D8j!-$C)xODx{oH&_pg;3O`~Ua16IIZ~vR~tAUez
z^wz+$dIgsvrQ&j41;B<4hi>k;J|=<0eMBERz>$`FU?p7x=dNq;+nzMaBFj6E-dS35
z(foAD-6~*Ubd1c?&Vbz#)8kzkS$hZ10;T5G-lw8lSAhY5PWx7L#zuupGJA<3LS~qZ
zowf+pe0=#|12%%R;}Q0D_uWfWKuu01<acDp$OOcz7qdYEcp7-LGGnAF75J}QL0GO`
z-H};SgyC_pRA-YZ_#?u*oHVTJ`vBII=KI#0OPvTVWU$hCY#*S3m#TpMRk4<QA_!p+
zgVN$URP{M2OX_jA=w1pJ83bPp`aQAKFAT$^O^x}cU1t!Hm@EU2mm2URcU|9n)6i`5
zH=_h0UEa*_OpxuaEWKZIpW5Sbd17V?<Nm?b=99$4@bIw)Mir|?Qc1b9VDQe8%{q3v
z-s%wYAe~E<4;6obRaW=W@}P`$1LJX?zvoI0?c;BNoauX@kHkUrc~8WyOiNE1Vb#PX
zC|t0tR+z=ACv0g0ucRXM23cLv%9QE39w@qh^2wZ36<bAGKeY;qcCW^G!((H}Gn7F?
zFQdeES+ff$8Olu0%4A%B<kqhHI`}9VErM%SS|yDYP=@TT^vjawR;7VoR47HBxD>)G
z>(V#O$x-I+PZHz)<G;y}3TKNTl=kclQ|f2H2}GzPy)7r$6&qneGSE`@T#9DH--}O&
za9H%Ca%d3>z^tP3`)oUgr1Hj6#T%Wik;-Nb|6)L2P#`XD-I_s|R+5;+R&hjC3*px#
zCt72x%P3s2B0?Tp`4{!HXsq0)Lx94?jmCC1@t8e7CW#Mm1TFhS7LXMBfnA}}-1vW*
zOH~i0az+ZG8v%B21Sx|8)Dv|kJ1*GhEjmo^JQRyGW=6{}X5JQ%%@~18!4hl|_b`a}
z9EfY;q)_y{tjJ-Kk4>v7i>d{<(Y;+)I;h625AsGq2i$J%)W&^6{kES-TR@ccePBho
z4rWr`ZDh0q09Yh9zk%xUJbaxo8_Rq)^xa*u*(6}rR4z)>#i*MNM^LRI6TvSYOrH7#
zU}y_^LfT<O;ZjH4UI}uNfc5?7S;_wdhxqM_Ca;u$ZsI_ZAp@%9tp|2yB<ap5`(5(&
zGkgJj7mFc;g4rJ;Exs4opnYFc3UvUmhz6$6q;JV{sqQ-~sC*Fp`z&s|f*ec#dr{Co
zduL<TnCm#(7Fyp5&1ktG{FcD3hPuLJeXUFBKFfm%l1RSjif`k@|5ym|>Y;6B_iodu
zSnH1suHX4hk>+_nCLjkZTGJ=DDUe!8S7f1DNgaUO+frkae#&!8AK%MwmAK~gWo+}p
z)unfvT@y{9SzEjX+dx*z;}NQDwbeYlH9}VEFZG_MMYkI{0wBE4*<J(yR(lhE?4>tU
zs33NYP$z+e_a69fQS!seOYkZzV*@>uv=&vc$4U_G!BoI6B;2=lJn#&1X)y^;=$Qvm
znZ+9pmnnl?!fKqCxtx-uDi4M}J-ye!;BbQhV&@svc&m1kc0D?<KUmd=)wq=Eph!uk
z0hk@VvtdNRT3wIBNi`>|AyaO7=ta?`oHGlJCuY&Ee@JbXvGU(4iK81^+56c|ume?{
z><ibl46%ik`{BOTeS>I*douHqH_*i7Y-g-m-BIBP9_J9`^bDDcFC@U2hGd*7r@+>Z
zeriWm>}-wh&GnVqSW+Cx01OLkkfU<58=%5rjl-C0%eDf7L3BW?^LO!2!Dyh?=ty+3
zG}bjLx*C4!$ykB<1-(fDj+k^1>u}XdicrFm8)#D#9eA#dUi7oNNyvULuL>r3?4xSN
zbFt1q<*}HPRu~e;vKMoa9o%D&Su(M;BH&n}cCa`<!VtFEgBO{gNdNL&K7*Wa<l|mL
z2QwG=1)!I_U{sY_0${FFp&A4XyR?*?or)fl2wurgHJOy<U>d3Chof6bS{)~Lq84#c
zi&bi1Lll<tC&nn<u}kb~wFVlaslsbC9&-QK@=A@fqKHcv>%l<$XqCOu1g$!UdG&{J
zWNS<M#iJD!1r+l<S5b$@6wzLReVoCpQ~XE%hTD+;wWbD<8ht2OQEGGH$>x<?b1rte
ziZX-?N$#00qkV3_A9JeWAWgq2&Lz-AD-lb;#G@X&tO32s$&28pn_^fiiGOhe@+=e@
z^nZ2K%IVi$BT!EcX;F!eP<0;{62auuBg&eGY5iQcBPX|jC%vJ6C4Tf~^E5?j@3=y`
zmyhZ$r>JrdY_kncvgeA|f<;9Ve@51{OTod2j`7B%BQJ@*Yfop`Nz-vTG9%*ZGd50B
zP$kuz15YEJ-E3@jhX2(eJoyy>ia^V-Dv{PyKp^SJ<^3?m6?m^dk^I;l=cLn5q>Z?=
z3m`>#s(+Z*E!gs^pYgQO(Kr!W{^Bi%1v(A=JvPk8r4fA$%tm<X(V@hKQ=XOZ2rFAk
z#^C|cn*ANiKY8I+Y@9yU>*&2ar5Sd0<0rc&PXk1$IqrE>(GTn%v{K~JU4(#>fZHn`
zjOr~n(99Q?Ua}eGtf(LG^#=Q5x<9KJthRtuJZGzTyU7I=jV&vd@Zlq$aW}2BY8_c+
z1t;i5iaS|YW7mp%D(&pa7s_W3ZM~ny6XzBD7Pwy!Z8(P)LX<UL6iyqZWZ;u?5!WJ#
z12+?QHZk_^_}=5AD9Ybuhm3X#<TB>xA6-}5rstcB!Fha16)ce^7%6?nr)FofiIow{
zTD+}?8&rSEirrRq&TY{#7Gv4Fsoqi9HCyx|45|y%`V%=1w+u~A>Ia~mPM8ow`Q=s(
ztz#nn22fM`bB<^_r2FwY;hA6Ir_SjU`4l+)UO?OVUgX)KIoHZ==4qy7vHl&Qa{Sc(
zU4ro-$T^T!gw1Poo>D8eeZCV;tJc(L4muw%5VVfMKSuVg6#rXQgaSDZ$K8S*BGW@+
zVV466>TNbgS2Bcu)4#@tv(Ua3ZCiZ0{i6`p*;jPoI!t^uc~X=05m#e)`N!j{Zw2~h
z2i$Q?`)Gg_V8IA{{?^RnAY5@vpK&4@-iY`n6~sV4c?)ady0%&h^-mMbt2IKItOe6q
zoNl-sR&x2%)9LJSBW7>Mu(xagdij^mN?0ALmhV#MERppGbaN!y_YheSUn`?&W$>IA
zT|lK^R0ALaSGdv*u;Es1_?{ndl7uT@O!-VJ^sV5<TApvpXot@M_^JY#3@MI<bsVXw
zxDDkbm_fyV3en70AOEy`H!Z<-?p=B!Fo!-}6Hm0(KEAnbtY!=$g`ahC%hjY;n`U6-
z*p-{`q3I8NBDGMP!b0_0c|<Kmr?aJ%DqX5?8S`;bg0=)QJ;CstiaTYg^=`8Z-3#eC
zx!V0AX)m~CH=@q1JHYV3m%>+N4b&ssW$Q4hEzTumD7zRL92r^)69_WPxT0Dd!KXG>
zbyn55gNaXz_nb<pn7T9qG1}q2SsyIwFJ$~x*L)(2IOF=I8BB|Yn1z)^&cCyNB1irF
z+&o7dN70K5tO|c0TsW(LL7bcwg`a(FN2s*4)a<`)+)-`XPXkk9ZKIR1j96k(^V$~Z
zI9^qXww7`b5BIey_F*SMRhLUJ=7%8GN+A#B)2hG=k3-zJyOiHgOd|jIxJOfkc+0RU
zpqck>RnP79-P$dA!RxFK{yi6Dfr%b{QBuT<%y?gSe+o2`joa##QCwSbiL4y-eg&12
zOMVVQK!YS+dJAUbO7bTGQG^R|-f4-w7!BV-xuI|0mwf{|JsHanUP;w4R((&M@7sZ7
zZ^d7#t(c^{gH6<7nCac!=c%|u#_SSkzciBzUyn(q&I90W6j@oB+8ud?c<7G{a4amP
z7YeXz2UcshI*8=K!>fewo3>bN5!ITOv^!BquRAV?n$*g#l}rQ<wU371*5BYjx#H%{
z-Pe4JGgx&vG`@VT!pGw9Bg?Xsr&fu%Y`yz8nVw0#M7lw&xALokyH6*(!qI%G3a86>
zdnbH9YbU6cVc3PdRtQn3gVK9~RHB$&6W-w~9;2?n-t3x=v(uDxWPZwTTZv*V!k*#>
zhEcabm~|3K4O93hVqFYG@gE>wV@?q(ML1YjFq7plzrYz=@|}8Otjw4}cy-IjjGEqQ
zDyKGS5D8+e>)<lb78Yp5{6T$wOmTcq!Ru|O@Xx>=D=%&CQG3p?*1?yd1$neo6||dS
zLGS^COInog=}wLL?K&why*>ac&mFVgTs*qkbh=OH*w3l{e|M(M`RSC#=UjVRLnXj#
zVZi~U^XDyvZbOa10xtG4)1gf#gZ_(DxCdh0SJ%K#7$+1hy0_O7d>mUXJiv*)#~>ZF
zptoA0;~*TCaUCs9PMVJXSy|T>yQ%Cl8g5j9#MW})g{K+y+*+1G687qh4WwDMmn3!v
z5V$&3O1F?>+a_w+Bj}`};lz&A>Lr=4$2ta?7`jXe!iUJiI5rt~CkJWi4pDV;;9<73
z&<|UfF~B*Y7WuMc{BO{0L%T%cSheAB?S!yXnDL&ZA&T9vWF7fNdZWaI&vuP{JL;TN
z@PT1gs6{Bm(hV$@MN66UK~mLze-+-cIh{bah+GzdTOIBzIL>vlhLvdISlkmoiDQ4g
z_Q<GD1rMvwJd`Ka?F;Kgn%+u<>+F@OZrm@M-VJf|45pS;ps9kOMui1ehUY;qqw{%Y
zaTBuShL(NGgr?<4l8bdzh3H{8*4YfYb7{V7I@2rN<}5=z{{Z@`W<OjuV)0Ef*@peP
zp2v5jMqsUQmSv#HMu(cZbaYRpP6IX6=!*KzC^uL^4}6%?Mn#)Jl$>O0(8N~$W3GAu
zQaWH|Vj8)7)XqB2ynWW0Wvslqn}eGDQH*udv%rNw0VK^pH6_qFYoU!AiB;?CN+X?`
zO*^${xtp_4Xwx~#{rD^LY2dlb+n+d&UsU+=WaBza`)P}#Y`HVJ7?=4XhjbyCa1N@&
zr+~VCkwSo*iG~(OZwN#@;$PkYFe%m7cT%e4h4WN`MIdEr;jYYt0K0guEf>?sK&UIQ
zCvgBd>h;ejS;?mzD{@>H04{skwv!XTID&Ow(3u1U46a>c#&S?zwA}L|@==!*E87=C
ziL)Je)U07*=(yr>?CrhE=~r&PR8xh|W>La>F4l{x+I;Z_){!U4GLn@RFtCh7x|E?t
ztR=!MUbni)l7_aq$A3NastkMK)$szJayre=00V_0W!01I-`sFN>GhQzw0UCBXK9HE
z3*WB1<B@sGJH?mFJ}9N3+;OZNZ4xuPuq?v6R-fT2BoP=MK&i)YNd+D^9=TPNz#EDs
zTg(qNm}HWtq-?<#8GSsGTv?b2G?qWzwxKnv7cs54Kx*RSeH%i>R$Y3Z12jr{NpHVt
zM7bS(hI~abcJpwQ3e9Y#CP+&kU|MmTFFSlp?&VVupi0#fL?ZXOK?2J4Yz!w|!0nu5
zXiuzgBTS#9uU6&Tl}Vk=0%W6&BgNVo2l?sIk6gm95Sh!2SyU7So|K1*^PVN#>-Fe+
zlI`B*4JlB@qK&_)`jL;MPnYW_^+P#%*Q%NF_k%;moRRr)e?dU<$iv8Daj<jW>82<P
zTAhb_x4?~h;DK4`&iBdi!<i)rY)gbRiD>~S(PCYbhH~5?vf&qWu?w`IU0fM~8z|k{
z5>lh>JEso5xV!OP<P7=AAwRtP#U^=X5;1r-7w>!-hF^v%963~;P+g0HhW23Se@>PS
zMKK!5mu#<GDa~PQZ@c#}Wt&94#FX<eF)cs{VKnz3C2_F;9@U#Sdj8c^?x;b}?$#;{
z)eTL|Zaay;CbzC?{B1|FQbaG1Yr7FeJESm$&>!`?Fh1CC3qINt<u_@3ag@6iQNq}8
zjhXzLP0&bb);4*-faZi=^lu42p%!l1S-l|RmU7QI-xdCz$IhP_Hr%<k9|+CDX|$Q*
zoS+R3GrEuA^{u336)N9cN$mxU-W$@=0grHV%KNA$?W&hB4hZD$plb-BE8CvV&vG8l
z{^kg&a_;fKF&lK0p4x;?on5Owy-u@K_e4IPES24uK#-Fg@u#o*=kVbaHa_JtyZ-<<
zAgQiPQUkSnjc&vyDh<b6;`kh6dw@?-ejkMgHw$#i+I=%>OOIRvmce;Xu&4Q?=0r~W
zF3|}V3`?k(Ts$zSA1&BiTpifCq}F1pDSuj;nlGq{eGync4B<JN1RhDmtU^6UoMOof
zL+L8ZNxnFltni3&-|p@&iu|bV3^JAKeUITd<OHy_!;CyJoSsYuMBZ|KG*6*leACp0
z7E|7$EVsnk6O~|~)#f;1E?44huiLo*gU^PE*SgOKYslU~@ZQ9cK#q0{F6t_tvhI?#
zyJQ@_6kDL$&xZA*l=R#_P5c;v{gN|>x?mdevgH;HuW&Gk+O5h3o@1FYQL&=xDHzrM
zZ!t&J^g=AwM!UCJW)ed0t{-Dfm>5Hty%}gL&~!H1^U}=I<2#xqg`VBwcfayfnoP!G
zrg$8G8iLjgD>To3C6BDXC^Zw{0elXZl-q&jVL4yNzs7<gNW11S8n-Jg+Ej4@*DXj%
z&)_l+azGLU?&6+3i#qAbzhJ23Cw(eey;uJ`W;_S{Xq&WvCBp%>S;^=GKc$*s(|0YH
za-s}{VXpVKYWuU=q-bB#m1q{0cfeB3&a<_xH%2F)e93%x9J64d{gq+;U>It5&OEJ=
zs>$&2m*hn0k@d-3ZFGZ}ecj04oJH*;03C#+itIDkbrACbi%RJsa0t<8Byz9tGu2ls
zr{j*ZjczMrmK@Dzrh+r~X~-DQ4<|Zr!;mo+T1_AOW*wt;Wyial(7)vLqRmc<YT_62
zr+HvQZA@xlUhPXC)%2Y!S812r04f^M;`7+q$7#7P;h~*lP37>o@4pzP7bErAmr?lU
z!4Ng;XLrq-B}!w%Tp9&W<(2#$2l~ua1<df>d)qW_<hVWhoehYH*(B)8z-gz@&ScW-
zr7tDt@VQpZ?a^<1{LANtT|dVT{RY-VA$)JSYx;?D*PW$Evxy__jgH$Thrs@u>B60S
zHQz&gn_`R8;TE#S0LE26hz5dT4R(v5#KbwfZ4LIj9}ol3+|PR5n`~{aUKPu4(5p?n
zsZC25E;f>>d&It?&ZW)epGDM5i8@PN&2Fg;J)cRUR##^JCLp9hTu<JrI?**Xz{(0|
zPq~RlnATv`VB1UYlw3MqSrWd54tbh%o*(zkpXNQP6a;fIllL>pwz5Lr{57PS)<0?H
z%`e}&l^ChEtxQmOpz-{V+Zs47Qb&580z|Y>Pv(u{v>YC1)Oc~xSDyQ5Jlmyy@Y<F<
zB~YN#S3YTAruW-%VD;TZ9snDiY;?i=s|v3|^Qi6~MU%Y)Z$hcEdCdp-&7hAy&NUyK
zSaNC+xcIcNvXp&i%42>c9z`c}93z$3Z7}_dn(ccvR4gmOf78{&Q(%MtU0tIfS<|>M
z4l)t21W;P#;MTHNTprO&8onZPz6(WZlgKbz^cP`=Z=gJkimiyztIeY6W**!C&(gfM
z0_Gj3T{=WEPHpU{$`J^_BHl8dFp$5Cr%-jS&M^5T*%nEJ=9j@|%jl%H9aaecUQb&d
zhWe9w*VoJ7FTJ953Lo$h?W3y9T55;n-*N9sXX5Tzpv5xGm~9V79;JrKfHFY{B+J@S
zY4shYdA#PZAk)(e#A3@M7gJ_&2kgRA%w%eEUG4HtL^T*Pyl63+ciG|f3Hv-=Vnjwr
z^QyXdy`L?|pq`c-<-02|LeAZFf6j@EDC5dE7;(lVZ3<$H{n>6wu(fvRsuhdtWAw|^
zxA%TFn>yQYs^m$*a3H}_Fbu?2A-DpV86WALPSE~`4#N3AaemhS$MOGPoS*f7;vj4s
z|G||1pEyX2D!8(ePE&~lWDkW7kqDQ>IYG}`EQ$po2t+)HU^!qhg$zP`C4ovOQ6!2$
zCqy_4rDCy^LM4RwnaI!YpV!{suI61$m+CENliBHX_QqH3y$&-Yx{8Yc_fX3`MKy&m
z3=O<8J4+H^-~f`Lem#eO+#FEAOW<Dv(7Wv*V=n}Y<Zs`>B?bpdRGS5VgFCwr3sm{p
z8ECLL0O8^z0;UH81_d10)Xx-ROaizi{|_P^zYt?S9v0{u=zT>|PY?qHyBp1KvL9^#
z5Q6}Lu&k`;u^WdxD&!b}zC6l2LZnL=@dNo_zAnEL3k={G*bi}te;_y76)ijvC<sWn
zKtivfd307{J_G|mfD3r$fX@MjUpw@@S{FYt1=4R9BO?I*{2=bZ*O+yz>j)S>qdmdy
zeu)2oLhm~OUotcf@Ngb1%Ni>Hme-JiUpDM7M>xP=Cl-M)%;TN2pU9tNF#iu+=%BuN
zF*^!sFn<T24x+AoenV;i1{(r3P;jBPFQ;IS_rkk-IUmXasLLq#HysYtvLY*};KR?)
zN)A0t(EaFV<Ofl=uM5Oy3YgzSCIz|+3lgN5fe&Ec<r2UCKErnncz|!*3UUY>|G{sy
z4k88mnjUTYyGIa>0t7x^d+n$mo;&isT^2SDbTUxT0F$FW!8SMqd~ipQFKHXZW9T0k
zVc+!or;x+0xm`YWFQ_}kAZn~1pnb2r9|uCzLr~b^FZcZ%E&vc<CxO0tKJzwg0MK_1
zu3c!?@5T{%oB#-rUBJU|5WqlRu3z2t!?vS9QFq|4>mQGHd`4+QYH8>FUFaWdMMVK{
z0EdDDW`21)3I;?#coeY7ebl_4DPsW9Zza&TTQ%JzDs1wX63uVwuS)%&-V*w|6h>gb
z-zk&e5hgS^)VGX1cRdP5=wHBhpT#ftv7gaf9nBy3z+V#{EgyZ|UU@(LyI;OM$sqMP
zJ<gmOA5HF8sChS#{NIHo=pV6~P&@P>{6}6n9a`j?Kh@;S)m~co{fZ#SppG<xdiocB
z<#&VDFH$->5GcFA7m=@zyni7A!#f{Cccp&rdt4}eZd@NBhc3(CKSg9vp{{SmwDx2c
zgvbH@Ab@woBR55U91waTboYHbFkk^g3Klecpy4)jC}$BPfWA{oN@x(!A;xn()qXyv
zp>GC^?pj|tJiqI{*FF)LFz`VG{|N_{>rvdeG`C$G)v8ADa5{L3*n3(n6UfLzGR7I-
zF&5*Cz&R(PGY0U=iymC(yfhZjSC!KCS^KLxy@U~#(oD9T;B2nabXa<JK(f%<Zfx(y
zTFs>qi2*{(f<`3AQ)EZx!K8OqgDO0|-ncxP7zx57gMO`>{><9Q3;2bjsZ#2>k{3!j
zYTigPO|o^7<k&}44n91i1G14w$3$qxYmmkNK4M2R9K-6`Uz9)q3$i1TMmn@U9lphl
z2Abt+hJUp-JT`7N+9TaDdt>y*Drrs48~p}TQ|HoRwLDQrB)xBo>eu12^@<Y~Aq0yj
z_!MjldE1QG9Gr<#n+V}c3UjwwQXNf9W{98MP}vbxq^v02`|8fwbkc5fn1KrINZqb3
zkuzO})#2&tCdWdr9d(SBmbcI4jkW}Ju%FD8u#A-SjAbgg&|(SCm`K)$7`;<fPoV~P
zPtqy-x0A<D`M@gd=7P_|rx_|2UQ%(D*h`=;IF(oTOwCFXH8PvyU&up1=$e?Ceo+j|
zHfT}fTwUn$3LYEa)USSTm<5F!jy-jXUq%)=z7N5l^)%F1ZC6m71SJMAR;?=!Y%fPQ
zcxgx5SOaGdlcGfA=3r7kT*zicw9Z{FaS3=yoWd+8V+#IEUbGaq84w!lEvD9VZqL(F
zYEhaQS>ILZa<vf~?;P}o(XNy>haYkG#3Tl4f>Me_|H9tE<Ar3&?`&(*bulGupT^uv
zTi8FY<86H$E~n~j)oNH!hLi1ms#>)OT@;ued)E1M)(}n>uMrspHa8p-FDJNtQSUHc
z>hi&&m!3mLe3c%9XINIZp4JNZCMsKXm;~THk;Xtf4T*|Doq0gUL%zmEfv!U5UNB7)
zcW%_Bysyix35wYQlf9Rv(c<Ysq=xC7uAE@E-)H#g7fvY=TaL$bwYxIUJNcIq*INmh
zyw03E!xi0R=Qex2zc!6finy&*Ty_M&7e6}J{F^X8bNCz8AY<qrxsA4pYt>JxFUpTX
z&fe^DwZJ!h)TYH)8&N%%%;#`ZKLd*RV=MXz$6tf|SS~$e%11;qj<JwfD`#qzp<B8}
z#g_i9ZqKFaKa*dDLF(IB?Wb9vAAEh^8mqmf2Xf-h8ov=$T@zJpl!C!AeH$5|k!^B#
zK?57-K{yydR~r2SgWq)$Rs_G2!*C?hvwuPFqnO>`%*jV^ecxobt<!u0^IyH@UV}TX
zygyrCZ?0W~RVKasF?gZ6gVdONNLSoX_7oGj>Re`!Q2uXN*5V(C7*<!IEGCU?7e)TP
z1QPxhN-828MRb6>w-?QVnm`>ieVEF|lyYaa{NC@g$;@?*Pp;}1zZQ;moc7;YW@`)R
z@y2IHsw+W<lE~kuQ9c>jjEM?%6dW@gJ7+o6l?-NN^nv<BeA(slBFn)ASo?}^xZL5>
zqmZ!jahQMrl|9^0czTg6w!)Qg{99hL;N<`?@Z|HuP~aafdg3(LLoK)3>dvHlB9=6+
zQopkf+)bp=L-IaO5+15Z#`fGKM7tQLV?}LNsP)a!OK@Z1qK~228Kitr8q|x<xW<1!
zQ=FftBG=9uWn$5C0SB$x+1p*?w^fLCwIJQ}N!GjcZ;EnbHX!xpa3R9J!H15%c`9>H
zc!$_VGD{kj4ko_oz{G{OqWp`6Avw22MkwpeB1gz<<R<Bg(x$B55Y%V>RRqMf<4!2n
zr*e4BX)-LeK<GRPC<P=Ezs<ba>>4=Av-nt-w-Q>!Jx%a!T=o%usC};us0>4=lj0or
z#wqOJqFpe`d2HQc4G@lPEFdQt>Eg;}wa|Jiy`&u-_##YFkIJHhq%O(IjnXLcMzFYP
z${g<%17Z-EOHy5t*Uhv7(nxeA(V%Ln;{(ZU>j!Wn<7rKoCk6cITOAfajT<^lxh_%0
zEBMfxq#9=#V)6rj4kDYeaUBKuxxJ|WNY!p;HE|j}8S)z=7NT@lF$dAcc+=HEWvyh4
zj8IX&E_HO5T9%Dn`ozr)vbOBd(kG9)mhgs%m}p7s=e!4}c_+rRolIOscJ&ODgDJ_U
z0$3t5wuHV+*0GzwftM{hV&4qmQ&e|MPFrD-w5R&p!~=JwGV|}hZm-r)yj1Z8AqiSq
zjR!&(A)75)I7_0j&2zREqCOFX{<QB6DInXw!YTsWnJit6`X!QZvzh?_y47&qnFPM=
zH{Px5F<Y=1`TCgxc8io)fZ+B;r*fmyC(oy#)>o*0+L*8uLrkr81D#JAw3&oc+Ckn)
zj<0axwc4YVti8%nMQSr1V_QMof*u>b*A5Yfe_6y?)6^x`g@|KmfZ&f+IJ2V}OKrW-
zi*^_PyoA^)EoE3rI(Cy^UkjhhO0;qV&1&Q*0|2eeVl+=C-@ORq%7|m0Z&{8yA-|Qo
z(=?S!j}r_H7YOpCd!g*;^EElbb2evRt{U_3t}RWOV|;fXXNljMh5z`yNE9+rR!%Ds
z*iEk(ih5ZOLUXQLll9hDA89@43~XNPKYG$M2e(C?{R<FVx2_mlHN;n?RjMOD^v6dB
z^zj@u)f+kwPqjpG6|20H3Opiq;*krz?T&>Q+>{)mN}{GMcgoOKbG6uOoZ6N~B<pA9
zT6Wul4M#5nb+>{~(0dFWaw=``u#UR6kzFvRTm00v>~~qLl^=Q~_F6~t(Ff9afIXq_
zY_r^UJ*B{vs~ckLHI~L6wVXikD)iDOPmjl91AtRHJ{+8_d|VYD9amF__~YD(nyxw7
z@xE+`sPi_nZMH%ilS@kP#cq7c6B4{#4#%vv1hzXIj<4u>+=IK&yS%RPVviKRmTbXG
z>Qsxj;8~Zj@Kft$z|9Bo-IMnIeK;TidE+@&TG?GaI<tanYem^=ICNBuRVku2`rKJM
zu{Z&h%(pSMre5d!=TMtDKP!KFGzYD@LXVmEt5{tjg$?uml4KZas>EimR$_u`7J$DM
zS1$+Rgr5r{S0{^#4F|<6`KXFZO4)rWi=mR%JDmaD<r+DA4SDi8J)}~7)W*-)-l8Yy
z0;z44C*!idCQIO^)h(<XIcMF;Ay6{<LUcA`ef&q^|5}<7M@p$^H^|(GdsLmvaJOmD
z_^{^h%rvNxRNo$##ig4<AcXufq+1aB02f%}-hB%&S(?(Ld?Dv<xynupvT(U5*fBsr
zYW3w>?i+65car1Tybx#UTI)1E`zEieCIRd9$v+^N&7|<gOvKx0on+2%Gr8Sr3AjS!
zDL^V%QKZudeEz$RJ3OTfdeOvyUwSeV@8gj_{GKfyNG-EIbZ>~k6-0mjn~#%|V+%hE
zQyIQnb3(eFQ}jMfkDBNUGd5r%S246i_sM1$Ku&bbyBxg<7|}9CI6SEs^tzDs^4CN~
zb>0EEoX;^ji&-~cn|Z*bJ?I619L?ySrVlh-ZT^=HODY!PIMO?ixL0%3uJ_16zX*na
zz3*rMvY>e&ItKxP_HX>7X^-?cYc#G@Uk~3NC!)!(F<mgkCc;Kl6!5P3wV^CbnZs4b
zWZNJ^%9i5|2gSYAB>*Hp)i}gaj?)@~B({BI8)C3mGQCRXU(ae@$JQM;^;f8%yS@ck
zCKoYo!V1HOiqNUc9cs){X;CHqzp1&mvaR_{@=&sU#CkW*%EKWZnXd4*Bo*>O<ZLF)
zJ6y^vX}?5pv5cOWB0OUO^ZXUOV~Wt@vm*D1ksSKH>uKAD!_BQ)6Q-?)Esx{+ht1!V
zXb!pOrq%SEGJk%|(i2ao8EP5D6_Jb44rHON)Vq_Eg*oqX%k%1M^SM2}-`?qzGh{jC
z!D(wIv3tC#dcTbv`-;}0F24ck;lGY)9!(ju!13A?Q7uX`kyf9Q+3O<d#xQQ3BTnfs
zk$-7f+cTKc%2sU2!+W!dq6ye>lwJ#tU(-<Ya8};Tv9TL(Put|F&M+sLx3eddWkeLN
zOqMY`VAv{&B8#k?mGpc$%1Y|W)y`UL?4<$zu>~`0Y;_~irBECfFFaqvRODz&Hmb}2
znN@^O1k@k5A(JfS9~aKoo-FR9-9(8e8}90UA$m&PyU=j}F#>4e+p=-JK`GG#pauLl
zW2$mFtQyj5Hm9&I@`EY1ieislDSBaPwTz0adl8}SE}fi!SA1N4eadHP0t#-8?n|IH
z51S2&N$j00SRB*(`c=Jn2j4NKxwZt986y92L3cR1&1}qatz^aW;$b8=P$uL(?O0fD
zatEz9Rh|$tOFcu*UKyR!q|2K-P0uN+SRz~(?LjW;>neC<W+di9WneoW^zh9qM;Zn?
zPn{8_xInef!FA;X&680VdMUvZ*3T2`D>fOok1E9<Opu;_INzMu?N0UuM$^>>uM<D9
z1CR>Zg3~NNh8`VE{8GnT0h7)?k43k#^a~=r{Qp(LsyzBu+`xow&@w(S8<^(5eJT4N
z8LZ|!vYQTxKJDLsQ$m^44P|kjaq0sZ8y+gE&Wx|^P5QFg2@N3WCs<Qn-T6<&+ECqU
zQn^Y%yu3C>`GdutwmSTj_ue&vsvS9MCgTUyKB0>pKU~jp#G-Iv&4_E*v@)h`n2g|3
z_tS6hLS<=_R*8~&z|9Ny6U9)JmqcF|OwRJ;#4VO*+@N}L#=b-~z38qz!5kXIbZ8EV
z;yZ|<t~^b*E`8T1XZf)r{;k}n1}w+-Ce2rQlDqZN#fBH+HyMLt!>_9wmv7Y(h;|8#
z-Sy@GylCKBN*PK^6!2WCA%eDpEMf;k%S~dA-*TjkTJHjsFRNF~J^wsMBeyMNlu1dg
zp6aY+d3W(;W?E=h71QGg%n(+y{s=`U%Kbf=9*mGzQEFyZ)HSKLrj;-L=;M?+hmaeY
zzGX-zs?p~1J6h!dm?gI|S}A~UU}il)vNwm;TE?aMp7B{7B>Qcs=pH+I97VcJ6Hp1i
z&HUF@(oo2UH%|c-#B<s_kD_2aba|bH_&e9B)4%A3KfRElTwBoG<E%Wm`;|5y%6{%P
z6EAMA%Rj$Kc}u`WBmHia>Dj%I`wr;6C?N=h=xB>9t~4WYJTCe^x}0q#VCqPG;#hXk
zovW3EII6z0KeV)b7R=utR`L8ljeTWM9bL079^5t9#vwRlZ`|D>xD#OGF2UV3I01sY
zdvLel?(XjHhxgud?mboCS9MO+{Ft?-r@E_utfyw4?tW|wxDOV9Eu)|cvU}X_d5_nW
zJ$&k|lwmUqL_~pQ^B!DGpWEc<pnX7u+06uw5<S97dPHQ<6?b37-K8&dbvDd;1!^tq
zB=Xn-Kyq2}_9U`YI5R8Hr&xwS{mRO+1=qaWc&~q~d^8=mP^z=F_m|J|_wFcKoqjkT
z8T|Vm=iY;Hsf81Ffr#kBW#PGdb1}tre>mV0fkdar>b%h3%eP4_l!J`ty48_HYdw=4
zXKj~U_!>fEpfhi!N`3xp!f|7Bvk)?#U5KUZyiBOVec(3HFb5pFIkjpU!m_jUQUim{
z^cmFQn#C;VsW_-W-3_|1mB74$dT7>2ENi#wa0*Zp_KCnq0jZD|DhZ-cz3)JQ`Z-^X
zR=@xcG4@rNP|vH>I|<CfpzK*lTU4qbH<TPFB1~zt5d^X_1Sb%`7GQY<0iR^0oqzdK
z(ESo?)N+L^aZ4$o!I=`_^{FZ^t7zWV@kk+`NF{}O2efGr@spccRB71_B3b0@=Gm|F
zCoz1zzsflsPe}Gxh&OJdkg@5Tfbq0Gz{4!sv1xX0o2pc7R}Xz)-HTmMG7}JMHB{4N
z<Pg_I**ymJd)t}P6s}wE*rDInv<kDkN_Rc(3Q{FpNhn?zkC3;p^vJyU{Epb@8pxdn
zFb>Y_)R&v}%}*&zG7n|2os;kp<Q8u^5uduq%Kg!_{iJ=Ia4n^VL@0lZZUha|^c6uk
zz3=}EEBv#y+ov_%9U4WMp4$;VFkdput{dFQu-`>`xG`2Ep*nFusVn{$?`IrU3%wI^
z?^z`sLkJ&jxHJ6oS`tnE;b+m*=uB$dMx=^W&}V$wwDua6>`GCDioPUHCM6^;g5<bi
znYQdm_LaY0b=awx4vkipGscUr*Kbe23@(f5pQCk0vjk1e<-YUZ>CNsk6FOsb;vU5G
zyx=KHcqkQ_3R!<R%AO5EEi$26#OWM+hG}LJ>`4D4q6T9?($Hl#54k0if#b#U0}dHJ
zxofP1woih?$}L*3D<)Tv_6?P1wcAE$q_SD~u+{c}Y-0zsYYizTs>e!`JBDT}i$k|T
z0PjW5&j`$>=No5M8M#C%45FB7fAjl$yc_ShLsp`cGIF)#E1?(cQsYYM#4r|3&pQl(
z7%t3kUNu@jvFqN>1Xfcmpbz+{*3z+UWZL|u##7=gSwhWBWs5KkOPnmQ<pLFhkU9W1
z>!TxUCdF3=pPyLDYoB`%Et4-Ck5?xuex&Iol;R!tI}A4;_2|y?sZ$jt1alMHHr*VH
zF*oca)!uNE4O%Pup&Q{2U{-GOdVmMH943R3%c$!klOcZ#Lg^FS$N32hWUBRjL#ncc
zmF!*e@-j0`Z^>JlPW94eTRseUy&jE>QF%YeFQT)TEH%IcpDnKPCYzXJvJ#YwE8OBt
z@Io33D-2P21i@zHu0E2V{bC%Vsrj<)%sCI`=aUEfth20Bp>)5Y6&kL~PI}2xW7gQb
z9sG@kqVl$#LDss#ZyiTM^>@e+d)w30+yQZLcNsN8qB^F<+;8L*DrKYsy~n4RMSEJB
z&FS3PXjP>p42RJiFNL3pUAN<s2{iZ6cM9L~Nj?EC1FH&U#_r?pfTd?cuc5o<^FxA5
zvdNXfLHOpb0>gD1RWW~dpS{`gL?Cl{PP^SzPT*vAc4ZfJ;SlpDXMH=Pi258%emB&t
z<48M2`|W+#r=l642Pwnfm?~uQ%&ZjX#MrIvDH|zoma{k&FMmi@Xna)Bm|m?Rsu?;~
zQ!r=nTRC~nhh*fv*BZ}xv)MvsofJg*$PMtMb5G5W>~%`2StI9HIeY^*Ii2I>i|Mb7
z-9D8#;8+|RxR)@~FuS$GupJ!0TV7B-EC*{6(0o~^Og@MMfO2M<c`#!sI7B6r&>H*X
z`c_pUg!qH@drc}#Z#SvM$ElDT7mVZ7Rvk!O=8fAmIVkMeW|O_Tz%Groz(kTW#2@S9
zK9I=jMa?nbFO4$9*uYCv0N%3ceZTRUnFz&GeNU}TXcxmy4{=LND~!|Z5u?`FvOp`c
z96|tAU*qRzT%;dPg_&3?!=T0|Wz}$b)Df&pxm{dBiO3?&6;HwLGG%`29)^{@ay$#v
zU&mfyH#U<-iJ?r#^-Ugdj5qnIgU5hk95#-6Rx=fL`&OJ{Be9(Ri@BLmXV`<f>28dE
zdHo+g+iDvj=3A8L2ud;cn1DV3QlZ7H1mcm;4;kNcJQi(>#+Ns(BZfpsI(*4s2dPZC
zV`U_>ClJp~iCv<;*~wLSJf?0|f2k0EyterYYxrB9X+^hQ37G+`z?u*-e1m1x{!3hn
zZVtwAQeLJ&kK1IRQ$q9_PoDH+demN$cDy|_j1*#0EjX#K{bE^IN8|wSDZOW!3MxZ>
zc5{IFDE52r>{W=2(nf`ho@3*)InpcUR1RyTUSjUh2nJ8Q(p{LSicz3$rMJ${pFuCK
ztCjR7HV+eHoUm_(X#`SX@}=LOYnu9NpY4|z1Wxbln;I6%nYELcU3t4*%@Tz`P*=To
z+eVJxS_d+>U7!9eWw%a+uq6E<*PkrgjGF%R`UkejvYC`nKf1uv$W&l5pBDbL|1CN&
z|A$M8zW8NRw4pF5hC=(~hyj5`&Zbh!j68nJ3$y}r<8IA~Y2PFveg6F#UglNwNH1eK
zGJn{mMq)9LJhR}$!@fhJT3q?Sh&>{1f<__*4@fv}1hcvH?GJND%cXSqyQEQT^XftI
z+?k|FQlTLZ0V@sY_5oU_2HB?T`fM^!EXS13ap0>nOqc1Ym(SHAWeJbod|C1L@$*R2
zL(|)2q0+ROJ!thI{$SDDaC!i#mG7T)?wg1|2h^hD>nqtfCO>80i{#-jh_61!;eK6=
z+Nl`Coij=duepnzA4briRi9Y_hMGP(i5wa=4RQNS?5NTflFq6a{6(iVKXTvlfz*`d
zHU3wI4aoX$88%Mf|DV4P<l<!guhoAazYpSK|KBrguCOX9mdl_ifbJBk<UX>bOoLN$
zFUv@0CriM{1b~i8cM5)r46rJVD2arLh#8lY;EVVaWxsZvas6)TwVqmkce3AJ*^;r}
zd^fVRLKIBhJtR*nQ3Qt=h5;7_0fsDbr&a?1AmFj_Affsso0{Y{@nLS5dFUFrX0T8s
z$iVMN*+&SlMpYmn3mnpn2pMEU8#+V`Cj=!OQd}G?6r`bG)`-4fLLq}7$_a`K)Ik`8
zO>T_hSGtBTLp|eIXD9w$bC1Wkou4*8`5GJN1$qZTC#+^?*umo?Oh6myWSuR9qq9I6
z`1^Ne<9GPvZM5wAce(xz4}W@i2=!f^B&Ss{h4m)$MI+jVVhPU4&RA2V=^T%Rd@^u3
z$ea|FY=SIcvb(VjK|l<?g!B-G)PROU^&_8LKxfXwn!)ldM`f9ugT;3hjP2-Z?tm2b
z6-a}I2=jf5KU26F7q#1|G+=@8cesb3c-@dRg+Pw>g+l)7B*xN?PX>X1c!LEmo~5+l
zTE&4M4Z&jw*`f6b`fEZIguzLm&z^_~?<NU;9sK9$2d><M@vjTkY7*SVIV-E#lE|qy
zral&S3bZgS=iWI!sPiacS3+<v_5NM4@>Q8eoNjKRsbrfjZCOheJ}eqohwC6yS~vh?
zLTo|;1Z0*Aq@sRk#KAaJfj7y7{+PbW39=9*2`w4~G7sEWc+>#H4oT<<16x{%?L$};
z#0T2}0rflpdM5&E7X(rEm>uQe`eL;S?aBRTkGBjveP0xG83A;NhwJN19&Lu6--?of
z>+2W#5)36)hUNJM)DNaR@0_YCitWA--&qNKt0F1UA)x#yA-{dY^v&|wV}<E?zq!<}
zUXuJ!=)P{zJ>h?yt+^*fy?Did7ud*bx>3^D6NdEk!Fokigo5wV6MQ#qen)(KuYNI2
zdQUufKa=c1@_X3be@1!mc`<O|>^?_>8rES(R)ck?EyIm@57rX&kx@rGg1L8iZ%`+M
z?k^D{IE)0>u^be@U+mfP5S2sT2XPa0v!W-jmpxi@JQs7o5Fr3Xvo{4YSr%vk7yA5V
ze*rcNh47zcM)jF!)kNOQN}~g_etU<@$qHja+}*%D#~O}*Zi$0{@vSOx@_%|GXBSj~
z3F|fxfmk32fM7|WIUEnb!TS_yn5)R&@e}Eo;#I;sG`WyQ&8j2Rm+@`>DY+(FQJ*%@
z={qWHY=oWH=Serc!jUbC7w<?ra6J$8pann+s^|Ji$v1*Y>CfJcF3zXI&;64j!Phvk
z%8q^vP^9AnUgx~yD7s@4UphC6(8@}Q;PFs>xV+Dh!7jqAJPMM0k(z~X30A%0hXw(*
zJ!uxKF82B*>Ym4gCYN9i_hBs)v<*~RzWlAf23@`M`!463{8d{UT78iktJ%_7mvw_T
zY_p)W#$GQ71y1F|NTa8%2AlX8;MLt}#7dW6$d-f{w^w}}Ft$$C>8*k5N<umK*Fn6a
zZ9|s5s|uyOD*aSEXNvR+g<H}kQC?EVC^pIuO0+N!AlGqeupY4SzGkr$l8TikbG^m0
z*P<iV=t(T$cQufzU##eiEE&<I9Bb@Qa<5R!UQ~#bADYLvD%;~QWDU8b>}5n6&!w6x
z`arL-adnS!yGg|J2b<&wNSB0+@8+yJJdezO)d<_9+SQ((Sa5hm&ax<~aD21*2<R>%
zxpTb@>6*BEtFklr<2Yh0cC82+dtL(cbT~mdTyfI&wz`9B9X72#vj=q)_sczfzKF!*
zt@ouj#bDdt)3YbqMvlvpD&<jXOw`eSNLcx3zMxr~Gv$d=t>!*a#H5JUY?WWFichmF
z$@5W?zf6^1mm9{_*8FNCJasZewB+fwRJ=_e{v?iw4^6Z$^wbHlxm=fM=*G>~$cDNr
z?LLm_k7`+g2wL7=5|T=L8tn3P(t3+BM8td2h1+r7p|W4TgGe2aoVwhU+jaHrQsxiS
zaTm<oh-p0OQ?u)IgJ*qed&U;&1b4LA5URa+0-z)ni)u-A9d&Bp*CMjNGmnB+7@voJ
zcd9~rjGxumj*U&A`+_ycq0iNWnwz>9ilE3KkB`2%XPY>4paeBUCc_f1M$}8~R}?PS
z8ai1kR674{C`;;9LE0k*Htf?yJ3h0he4B@oLwmcWfv2QDZ5gUJcQFDx$d#0`B2Q@z
z*$-(hIZ1GF%r6N_e7B_Mr`C&FD_|w0X-kU8Kg~_weh@86>l!C=KG*!6QhXJ>|7NwS
zS9WS4rwuDj&*zKnH0qKXX5*UNP&geyR|PHR?fo<>{LY<b|Hpkv>CjtEdkgt&kRzk+
zR<_qUiWJ$!-?`X6N>@-}0eD4>CSytM50i_&Q?mcZcPcJlkADkZ&31v|iw-)d>sM(*
zgHIdT0dn?VL=27Sy%!B5JS&|xbL~TtCZStIJ=|<%a~9t8&TKE>+2P2vt#)K)RB^|$
zkqN_2jk_L+391|2<!Vtcd@Dn4dXvQ+EeF8v_1ZKSQ1##u<p87SeqUY3><vUxy8KEl
zHZ0uK+F&AA;b%1I>2}4_Wbq8I+xYQsV>8ah<1GZcZ!Ng)*ulK%_A1vFJCGc1ez>Ih
z+)mBQTz<SA1a4K>ur5pG*Z0q~%-a(l5@pRbW=;_3Wl5D;+!gOZKZh5wqO;5-T-sCv
z89y=@PbYDkqgg(-Tndf#_IPzrRS%$sc(V|&vd`G~!X8AbM`ov-$9oagmYg!I;Jt3V
z^4fP7RGlvKdXzFX2xU*{C8@a@e;F+Yi>w7M|CC7fZ;Lk#f@}KBr8_cogRSuS4qIKB
z4`z=%ua!<uKVF{=COcpbNT-|_eydD*g4#Q6B)iTb*|S6eIpQszue50m_kt0%Gb>n}
zGHPxU{!EFHYTT!<9QjH*O+wo911g95v}jgm?f1$OE#luHEoCXv)pVq%Co4NLQbxFK
zRlYlIz0z7zceZQMLELVpbgiGpNzKEAV|8v~G*4RvX?`#Duji`LjwZedR~+!!4Z*ax
zpN8i_t9JTe1Vu@V^}bro9l(p-T|L;-+hY&4gkt0jsE(wt^1Mx<ZDB6zz9o*-97RLE
z)nqocluGOa3ORg!LuYwpJ+rtS2pSAl4W3}a8WV2nJ-tC<<{^s5{{{}rWst&gJIW`w
z-T9Vu$ZapDX80;fv;SILi>Rfo)XloNk>z_(-1R-*KLxq#Q`w?jIDIk>`bFa>2Uqhp
z`@K~wL8>NiG5j$aJe!;3q4WSx2>In>)mOvds;K+fy$Hf>kxjmhaI58b>po2~wv|^3
z30X37;B=5Q+hd4OolB(`LH6a?FkA{HmM?L}CVxom0KwojWl}9jVX$^=-+>Bcj$oND
zfN<^lgw4j-dj<hnPK(Z)#9_pur*a;$xI*?hYei}idK-TEsDUf`Ewv>4_sVy_i3Tcu
zqUBoxqqxgls{Y_*ois-48i8iLOEed%qV-?vO!iylXCCW4<STQscf!aL31Em$uV3ic
z^%Fgq9PfLdQ=SiAwT_YY-pF+k55r7pkS=2;w+j%kSD|d2t)eT`21|dWbI=ToKE9-6
zhMnypwd?t7Jm#ZCIwxT7=#b^t&wCKK90JN_1Yz=6X<Cgp`3BRAGI`58e<h&dDRa}c
zmp9}M6z(E5Aa<<#>=oEf8sA#!8@<i_kyaGxkNz0bMLHRN$-lmJ5}3Zg%YlQg{<w7&
z;34`+euZ-vm3)Ga2zb3E(kDlqdw+TZ#0c_stMe-ki&&dC=SNtR`NCvyuApq|Puc3;
z?3<j!(Ri;_x0ew09gW?G^jsJzmAJ{EXsL0#{M|l6S(z=g><0Q#BFEoznOZUXsy@%u
z-rV0$+u4)QdapKwzB+Yx7QUE;7(W6w{k_K2@3sAfLv9RWZ73}_Hp$)hTRTaA`_0o|
z1=+V8+s~<ZFNMy}WfV}$hBFmaXlvL7FExlN>-T2S;6I?pCHFGky3eX|M5`BuiRSI9
zZWQIGZg_B$x&jr>nq~n;pN}F)=IISvZ1E{39^etnB^iPee{4TAGK#a-WLo+?<cAJp
zZT`ND_sZ;U^tHNP7a=Tt8o}A*`}&pjZ9sb}0NRg_3Q=A_=T)|LTjV))WHkgtTEVu;
z=y6!a-JRh1`^EfC)8h_@z{fxOzF@LsxGU%Nm&fTKbV@7?m=@&s8p38DkbzaZgodb8
zQE&3hU0By%5p+sUDI93D?;oAj+*BB1?6t%N4_s9cpL5;HHXRM_mYk8=SHe3lmn!|}
zfGxWC6m!5OrsJn#_S?6)H!4J4DWtC`FcLz0RvNbA-1Rf%+Za*&B-Br(Q%-i6it5V1
z+m4{KpNWyPS<xSjSWcdizt{Ucb`X6}%;>sB_Y8Bd`#tWD2AxKY&eB^S?CsCw<wGET
z#xFZed!cVKI7=QCRrwgsK$)VLtX;VN;Ew6!7Zwea?@GMDszz4mHA*M(==NzG)H2p;
z{Hg4I1T#fP>rh(aPH_ALYAgx;1&eUgp;r7DXnp&%`YWlI&n_rv61Bmn7kT@%(E2*5
zZ$zwZ3*TD6z~|lw<0XZV6&h5`5x&?xYg5#LD06vHG>cyJ<z1)a_u=c{v_Zc)5nWKL
zmMmY?r+5UsBJiUD-E)(N%=aR8Z8ZZc&195d9$bZWn)q&LdHX~xW2CHe2=Ukp1*R{B
zocFVb@F&4qM>ktcDIC{N%o?N}Dkj=HG(z6I>5WS)mP;w(tI3IVc|7gH_8#ZclhNs)
zTVJLMZUk|?=+EU!HJAs;R%<k8<~xagM-m3=Q;tyF87P}nx458)1dK5iK=1nWf{otC
zZ=~^IKHp*3<ko^whZnH?L2HGGF*OL>9<(9wvj}|2Xinvr@mXrbsPRLOyfR5wbh&>H
zH+kt*tNun8iE|+h+bz>p(Lx*jZdoFUpzj_$f~Io(ZgP~(g6syf`pfa2^U0M5akfZB
zy(0<Zspri=-HltL)oL`<yHFx%^<{@--Y?Q!iAN-^l=l!?TTF2Fhn_E*P&r?I;DcsZ
zzr=n@MsS+j7tLitF4BbIQZu!dGyZf={QTDTD=W7n6D%bL4;A~V9f=7n5&UiXxFe%%
zu6RGF!T4Kws5yy@J}_v|Hq(QrmEzc{<Q>=NG>>NCUN-(%0#ZhF@GMYL@%!?_Y_d7y
z?);jplVv10U+CzlHoj+vz%rwUvqHCtiDgNZPMEfNS7d?Ih+%cCu&(L?u$)OWwe+D<
zGM;<-#`1n@1S=DbcXl|@gOP6!10B?dHfHXqT7G)Xd#G+RZxWAS^O(MW<PjS%9r{CN
zs0B_``jfz>;SHh8Q!a*~Lb29rLcMkFL*-$*G8{)5w)I=pkcJ?LHKY#<(}Zg5DgkMM
zstSebT2C;+j&>fO*;OkT+O|9r4O@Ws*d)_%tuptqx<!%h7hHA`!pFhkI{tJ175Ygn
zX;Ho?@>7TxhfRvo{?<Oq+P7Dt(SC(em=r|pM(ACmaUE+y^O%9HB*X@!R~)>VJCU8+
z@pJt{2hq6NzE3M{duDxwolOA7s@E(J*OBrSg%_fFT#x8$ICKZ1-1;?{jH12TxgR##
zM8b1@aiSgjH?)F$LEd?J=Y9$YP}3H;_3(IYk4H&J?9}%&>rum_QNwq8dW?K;kT7#v
z5A{hUA~@^hB8O%-4{5Gzhax|Z;d7THipA43Ss$WHcW-h?2GmodNvl%})=uYs#q~G5
z^Owq|PX(;x0^P-Ka{ubmkogYipUqh*@P99Qo@_?ZIogF0+15MT7SV$Y9&Sk@D^QP-
z_@&KIYi}cw(;JRscqaSun2S{v|7Yp-X0|@Zv4ha_xE^&S0y2?71x%DKe$td9NOBWy
zyNqBZlP_K6K6l+kbDO9D`c*7u3QaucnmeGQ-;^;l&Dw$FkzU$(oJWbeSy+QpX*`y-
zkPc4o+r*tfnld~!8e5_pOjdSwZ%vhAIXRr{Q~8wR*v2rCWm0ey7Q7-+`+e#j=r%s5
za&BDbaj`vrk%{R&Uf+=+r`xM9Fg$+;EX+GB$<X65R~CVJTotm-*jtKapG~~qdg2^y
zo;!deRTioAHHLFCeHLA9`u+wjwAq>(E?oNw?HI_PmQLvK;~-K(98t|#UfWqD-wel3
z)$_2h*Nz4^$!b-c%ansWW&f+E+ETZaJ$wjFroa%_$ds-17X?hqK@h)Nokf1%9=x=*
z*73w=M6+82Qno*}sY50?=;U6#`ATnJL}aWt|NhpT+z$O~d-R<!eUq&r*i%B|d?HI4
zd-Jf{JiB15HCv{K?^Qfa&GQuFdG!EYbqiV<?tRxBe-L-DJSDQOF=B!qm7}_2=qRgc
zxivkx)V7JpKT-;wt|t^X;5;EjvGOpYsVls5fVOh^+m>6GN=uZ)T4@U(O&7NeE@YEC
z`|wtHCDu0mO|(_VUoDowNhJ?`g=U3BDT5|z3G{3Sz97nikvNc2ubry4e6?>+9p`6&
zLp|*11?2h6$d7F)*YKAF@X38?G96~rxS<HI$PEjk_f>r?)NyuniR<e9$=?<hXojJT
z+aUP0y=%Xzn}}_C7x}S0q+m^F5&QdYBot-0JQjTE6=h~QA1>nkw1@%a%M%Aiy_erS
zC=UATzw%6P++CtbbUfAC=Cc+Yd0IujiUlZ7$>yOJRf&aqkUxkIm{CLh?d4)q22yq4
zxreT4uA$wFt^U#V(jB~<+83VMD3_cFctIaoGpmBR6^eaaG7}3h06I&_IFHsMfr=O4
z*qt=);+w*SI?C@UUW-KwVC_pV@lrF!EKLGmRWO;GFmp-zFJb1WK)1b^>oPv2noX?C
z>F;*QtyM{i<Ik^%na4m`&4(vM-xs?ac(=w(BOV(bgTUu0|I79+Pd3Loo*>DU?Z8xM
zOrx|j%lH)9SM3T8P*}%xu=TBrzlGU8UB)1+ZXs`@j|4L(8ruL351L$=I&T|kle}fR
zbG$Ci5*K2Jp+QSygJDFR8XePo9XATgFcSan4#^CH6U!8WyZVjc>t7j0HV$Ag`N1!m
zof>^D@g0YXGNa+xMQvDe{IWHQB1sT~(&y2D7_Mq7c9mbE+?g?EmR5sb?hL2);^E~+
zko(C3uqzBp&OlV>CCGW$!mAAJ&578mPMgtMb63FvuYc8sVq~P&J%-Cp4lQ4)%ykpu
zk1?NsL7b`yP?~cnxO+X3bjX$9W~{cztY(#0zc)BC`y}PxPMyA|O20j{Gt983XS+m7
zUZUp_Zm8r()@0Gj>?jb*+2lL)?}gkZGER)`jf?LI_oU2ebMR@NbW!NQbI}%@ju||K
zCB1unQD_YK-m;vr%GK=BUyCGh-lr(C98_D$R*)9`24-t=_#~^Jb3503(Vtc~aSm@~
zD@^H8zYBG<-H7MBQk~y^&LVpZza9?>b}2kgt*BD=vRmw|jbe1>Js@jZIb10JV0l`A
z&iqNNw4n;OkUdM<nx^cr+N7gSEf*d^e&1Ld^lE-AT%mFm)S0iPvG6+Fp*p4&Z9l23
z$7VFay}~PQ4K!w@-FdJg5x{DQD~cicT3oeuJc<%w&Fb9dwoTNt)zmS^)Rx&_?-)%H
znRiW8p}a=gl*vHa_~W2>LBI1#3lBwk?|K}eoEeapC-86z&$e&-(Hv;ioqLC=y)mK?
zAKgY3x%pRnCD)W%&&9<@-rKJPB^By?4D%~9$E3UHw`ITjGm{?mH`%uJa?&Sr9ztAY
zsNXJ~P_hi)M)cukQK7#G+K9_3sn3X7g6nim!OOn=Sr<+NO__8j{(2+fogXTo6?f2n
zTJ(IpB>F6<VjvFRlWWB>i-3&jT5=HCOqXsxskI<A+p##D=14htUtU7x)}(g_XC5op
z_C&d)nMQ12upGHPg`e`gS!VIfvW{sV{UT<4J90r$K@~p&*(%AgvycdI{nqd0?NvQD
zV?xR%VfIXi98Ne~{5TQ02=vYmXX$3XgV;Xhp+DX=P8it$pPDM%&&-6e*I!lVZp=9b
zNG`jHmY?(JNoD3bOAQy6sPI{EpTLRAj^`S1d5%f*|Ec<RT{fwgwz}crVGoF6<~jM1
zFtoKcODSRr$F(+HUp8u}-a07x+R@Hot^3A}sN*WL@4EeUKU^-lV_kHJ0goSBrELd9
ze>pLz@fZNT-szR^OX&tBfE1JwaDWn2IasglEu97}ur#99f%)#9KT$}<0fX?DvvId@
zi&oWdW8+fJN&ui(66$_Sm#(o;jP6rBY-x0lDu0fDMr~?xK~OnA5G&}88bozz+u8qM
z>6QNT)Fd;H^=jM%;Zq$x<)2xC5iguvHl}myyc@6THVIF@B{ScLUWq<8Hn;NYsht`M
zfskuwD)NELjT!xla(?Ay+q>u|OaJ}c7FLpsT^n~}M(IH5HpL9npS{!U7+w^t`0=%)
z-Zp<Gyxy#p(6+O$cY{n5e@7b1>E)#yO<;#PcD)60JEh!WFtfAjdTB52kGN<@Pl_v~
zD4-t6qJM?0fG+f<q&D#(x1}a3*^R09SRt?Desj4wL^PuK!!$RJKjRV>IG4R=I6ZUa
zKCf8!;?$kpKqj(x9u6){8O7}_(8388nyl2%bNF_LuURL6$kF)1o9L<B+4-*B0-txg
zfD@+%?sKfZGV%8I2VM45ykua@rQ#T=Z67{H1n8215q3iF!o{tc%__F~h8N0I9kf}r
z@|5%qj*HDbpbey{4+k`Ab6V-1zh3i<S>NM8c+_7fN@OHTtjXKnda=F|dNK)H47+hT
zwcYKuEwAMnd54tMm8PKj^C01d(|Xc0#gx#Ljq*NnGM6M=*F6)h6djK%#CY?!bIFqS
zeB!2Zf7+HY4b+z-GrK%`xoS7{rsCnqCNrpctBJ4S3>2)}@i7UsnVTfqO&<##R&RHS
zm({>Mb*}GKZdoCHW|KsECL-49fX%xZ)%mI4z)GN2Kty*9$S}G>LXRoG3vZ&Bo)p5Y
zZvA?2M;Q~+Ur;RSOSZT_`b#5lvS4Rgn0vqvtXZKx9f+uQb={mf-kH_}nCroP-2(8s
z1jGCZyLm!**&=5054d$7^fVnU<l=cLX|Nq?9pzo>yCmRr^epzN6hCX0+oP~lL*V!}
z%eJuHn&MP1o0InEL;8(>mLD}m7Pl;^y0$mc!&;;_bv%QFnaF*8A(mfTuJOKnIecJ5
zdxgupTI3+I(=-$sTqTK7)Q<0wkYp*?l|cwr5tR}iz~79qp3_`s7Mj0+OVQl86G*bP
zp8hvX+}Hoc#3?%18ao?-9RRd;#wIFY4MtX`uPjWgAUZ^55eM*hC)<xFAKU-6G`F=8
z{q6(?(28=iv9NNou(NQm0>1)T+38tWX;@fjKJ4UdjsGVT6^HM3c3@)wv-o!_M=&C@
zqKcRXlen{$mEm_An}1?aF*A1rd|dxGCI)~S*un9`HGrLo^(!loiwy*1WMcyTSFHah
zLV&FK4=~^(C?Flc((b#HnIrf+;KzTy2V!DlVx>dm=l>@gwuTmnp#PQv6*oIDfLX!N
zLfOe0ky#$V&hn4Sw}Yb-fQ|kC@sR*lAnVuvZJXbz=Bo0tIJ(cge)Z2&rwOl2d3I!W
z{B24qN@V$XYGkx<uE+v$L(15gm)ljoMGerejnohj*!Ov1d3D`;)t;YlW1|xu!GF7Q
zMo=V|0sd2*r4@|iHu6Rs<~M&?LCtvot*rcMfbzsg8;>vO3uIV&QdW_Od<Y*Ry)heI
zMRv^Y0{oFZhE#D+6I?D4MwdpsXlR5X9X_g>1EjeBED@ukLAhYtXDeYANf+E(!m8pA
zCzQhQf+Cn<qPbNHI(2Qt)th2JlJJZc*5HT~S_IwiPls|httx*f%wBvUbTjaJry_ma
z#^WPOO4iitMEFT3y5K;zN>`mctGPPGL*Hp{ZKoTV+R6YmVufipV-dv8KjWq@&u;)9
zf(7{?V#G??(dBLW2{a{Eaf#wIx^q4q)T8I7tB73PuNY~>AI~Dm$aIF6do>dO8zP+L
zH9d}Uxx?Jk9*$;zG4Bq2sj8|Lt2(!Y2*oRadr`>;q7Vbq=j}xRdtc6p56sAT{G@q>
zCWCX)`u?u}{JtLZzW>_s{cSe)%JwghjWf+F`_$=YCxUa-x#DOKV-jT|U3v~)LK4M#
zn-s=k_nSe0Q4g0Mk15qv(U4im@qYKiAd*P$l%07d(smOIE)qrP=BK&+Zr7vkg`Lz(
z-;(#M&0IsWC|MsBD?%I{mfyr+Bhv5H*tF|2S(5wqz0qE}dg>JV)7r9GL{GK6$B7)}
zNWvP#GTB{p#E$t27&N7duzd08K1el+b>X=1)#je61|!|rj6SSZHT|DlqR9-QzZRfW
z=MMbp1ZI802NF8EmzfVBv`xznrmk6-dH!5JN$)T>85<{r_yOeaDCy7K+?lI+Jj(%y
z)40Cx6i$X!n_Cs(@!qgW8Ge#7y97-V5cF+h+onshGl62@iD@>Bg;jP9-QBveMYgQU
zSOTH6%cmCnSwBCf%f}iLOGu~M?KtVglF(yxS+q_T)Fu7uq`|iMDnIZU9NNPfbfbdR
zCsor4qg!Vo#1-<xN!y{yx~|HsScm{gtDs1|Gz()~0D9?j4o{5=&EI5=9mQ0uIbqqy
zDsN?pzX(g=>Mk>ze|>reP0JZ8%qc=`h=*wDV{9;`w4hAMk+r~>LfAJdu*O2wg$Mjw
zm7{VE*0s49V)DyLm^Hn+vX$<B7C43t)gNDJ3R-C~wid;JXtgD2X!B6biRmf-6P1=4
z%I~x`%CFg9x_b^7dHJLezcJd%n7Mt;Y#4Hqv~elpjM^tE?@jo!&;2`R%gk+Wg)u}L
zwmD}ii#b8urQSJ<IOML*F=nFT^x0iyS6xoCzU4vgM;LwE`cMA$)pzUji;KjKMwY>T
z;6YL@o_qr1%APhGj95s_hJB6p&jZeCI)^i`I<pslduOpS1_i#>GG^UF$sqNkSp&WT
z@3$BhtCwAmuOLGo`TV+%dO`Bi1Hp%&(;AXxBd<T>a3??>W7`GoA0xph#Lt~<cPUW|
zMXjwP3k26EzoQmmhZh5NYy1;W!d1&mP+CklPM#~vu>y#)>yLhW2t*Ecb)EMl`vm@?
zyblqTr69+=6vePN1dECzW&CpHJ@h#uCh-(hh*qakzt(hcYYwCL+zXW>l{{srPMFCx
z*IHNBDz&;vwxxb+O^KqPLa*VYi-<YR!gBP^@adY__UQ~d!E@WJhLN^fW-EHd)34(0
z=<+vX`f{#$U5}i98Rd1a+Jru9oL)q7-a&kFuB4)#@X7l}`dmnY0_Kddv*LMUT*da#
z*~Rp*H>oaxw~i{A>%f9EBNxTN##cwviCQ1ElhjHln$nUh%fDXpbQEVUh&XyaHr)xK
zMa9Xp{3}Xlzpap1vzW8GN6ll@okcDTSo$k#4`HzIs?i=b9hIhC)GY&;iOFOZeh~1S
z8crL-jn0SYEnUk@*br#7z&7*|X;=Jg`w%S2M)5&UrB*ghtoYfg^H*lUfk3+$6(nb}
zaK;4E?XheQ(Wk)7A=$YJ6NL3ivN`b}Q1j%9)=C-kdbX8;Oe_31*b4j?VA1#nHbG>T
zvM~m`0<>8GK#(pXv$DB6_~Q<dSskFw3Sa}Ue(Zg-wRHjjKk8lp-~KT-u>}DC0qTDi
zq5y4PQIMDryAX(#odpEs0E&qSi?NAtv55gWI7NloKtf{tfdAR#!;37~#?;B|1I_*u
z%mDvjot4uE=rW62eIUCi*vQrx{0~w(I(^{3HKOYh&gdvcmm+@9rsI|4D|OQcQk1G>
z;UV!=O~BwBbP7X1v1nC+^L>v!BTU!W*H==IjLG~7ha~$&A#q;R0D6C<^vW@E+kkLa
z5ZGJ!$dMdB6nwRwt$AQmJ9liBA*~JE>sFx+-cj-t8tSzv95w%bQ=5{eZo=LIci)+u
z7p~}*Q7MdRT~2D6dS;Z@mpxu?ocjty72{+4YxX|`92}fn9X|36`hac_A{CXGf;i%T
E0Bu{U5&!@I

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-DOE-J.pdf
deleted file mode 100644
index f7e5f5afff7912e3ec757abeafaadf3742ff8c98..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 62685
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
Kg_yiJ{C@yk=!>ub

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-GS.pdf
deleted file mode 100644
index 9eaa23f6aa3b362f955c5ae1f8c5a1038f0738b4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 67881
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

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_converged-MDA-J.pdf
deleted file mode 100644
index 971e288e321eda642d24bded7925a16f1cdb86aa..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 67755
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
TegjrECME_bQc@8)QK<g`C5O3l

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-GS.pdf
deleted file mode 100644
index d02ca0710c43468544fd9c52cd3aae4733df52b2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 61525
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

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-DOE-J.pdf
deleted file mode 100644
index d147601ed819ac5ea9ba718bb731562e0d36fde7..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 61096
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
V52yEpb24-Cupm=Yiz`YX{|8a>fa3rF

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-GS.pdf
deleted file mode 100644
index f6a8884c579f339f6f5f2ce0f3e11ca6b63c5bd4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 51939
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

diff --git a/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf b/examples/scripts/ssbj/(X)DSM/Mdao_unconverged-MDA-J.pdf
deleted file mode 100644
index ba76368cef8fa40a1a551387cafadcd0cea22c78..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 51612
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

diff --git a/examples/scripts/ssbj/(X)DSM/RCG.pdf b/examples/scripts/ssbj/(X)DSM/RCG.pdf
deleted file mode 100644
index 3275fcae7e6afffc6e632310e5e4c7c12af95e82..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 37373
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
LDXFlm2+aQna|DV#

diff --git a/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf b/examples/scripts/ssbj/(X)DSM/RCG_basic.pdf
deleted file mode 100644
index df21b763d81c5172407c0e1166bef4d9e8967b31..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 33639
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

diff --git a/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf b/examples/scripts/ssbj/(X)DSM/RCG_extended.pdf
deleted file mode 100644
index c6f50c5d5f80a424d209c4e1046352adf499c9fb..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 36470
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

diff --git a/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml b/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml
index 7dd73e5d2..a7bff4daf 100644
--- a/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml
+++ b/examples/scripts/ssbj/CMDOWS/FPG_MDO.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Imco van Gent</creator>
     <description>FPG CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a fundamental problem graph (FPG).</modification>
         <creator>Imco van Gent</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -634,8 +634,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta">
             <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.04</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.96;1.04</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/Temp">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
@@ -670,8 +670,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.5</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.5;1.5</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/sigmas/sigma5">
             <parameterUID>/data_schema/mdo_data/constraints/sigmas/sigma5</parameterUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml b/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml
index a8cecb7fc..8feef42cf 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_BLISS-2000.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Imco van Gent</creator>
     <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a mdao data graph (MDG).</modification>
         <creator>Imco van Gent</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -1672,8 +1672,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.5</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.5;1.5</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/DT">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
@@ -1684,8 +1684,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta">
             <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.04</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.96;1.04</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/dpdx">
             <parameterUID>/data_schema/mdo_data/constraints/dpdx</parameterUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml b/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml
index 76bbc238f..0543e34af 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_CO.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Imco van Gent</creator>
     <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a mdao data graph (MDG).</modification>
         <creator>Imco van Gent</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -713,8 +713,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.5</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.5;1.5</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective">
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective</parameterUID>
@@ -731,8 +731,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta">
             <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.04</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.96;1.04</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective">
             <parameterUID>/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective</parameterUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml b/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml
index 3b350f809..61a6c91ef 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_IDF.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Imco van Gent</creator>
     <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a mdao data graph (MDG).</modification>
         <creator>Imco van Gent</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -719,8 +719,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.5</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.5;1.5</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L">
             <parameterUID>/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L</parameterUID>
@@ -737,8 +737,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta">
             <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.04</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.96;1.04</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE">
             <parameterUID>/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE</parameterUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml
index 53b0b0f93..54dcf0ee4 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-GS.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Imco van Gent</creator>
     <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a mdao data graph (MDG).</modification>
         <creator>Imco van Gent</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -687,8 +687,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.5</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.5;1.5</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/DT">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
@@ -699,8 +699,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta">
             <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.04</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.96;1.04</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/Temp">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
diff --git a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml
index 6bba4af0e..06f7f5d7a 100644
--- a/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml
+++ b/examples/scripts/ssbj/CMDOWS/Mdao_MDF-J.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Imco van Gent</creator>
     <description>Mdao CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a mdao data graph (MDG).</modification>
         <creator>Imco van Gent</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
@@ -696,8 +696,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/ESF">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/ESF</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.5</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.5;1.5</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/DT">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/DT</parameterUID>
@@ -708,8 +708,8 @@
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/Theta">
             <parameterUID>/data_schema/mdo_data/constraints/Theta</parameterUID>
             <constraintType>inequality</constraintType>
-            <constraintOperator>&lt;=</constraintOperator>
-            <referenceValue>1.04</referenceValue>
+            <constraintOperator>&gt;=;&lt;=</constraintOperator>
+            <referenceValue>0.96;1.04</referenceValue>
           </constraintVariable>
           <constraintVariable uID="__conVar__/data_schema/mdo_data/constraints/propulsion/Temp">
             <parameterUID>/data_schema/mdo_data/constraints/propulsion/Temp</parameterUID>
diff --git a/examples/scripts/ssbj/CMDOWS/RCG.xml b/examples/scripts/ssbj/CMDOWS/RCG.xml
index bedb41d8a..5661b4186 100644
--- a/examples/scripts/ssbj/CMDOWS/RCG.xml
+++ b/examples/scripts/ssbj/CMDOWS/RCG.xml
@@ -3,14 +3,14 @@
   <header>
     <creator>Lukas Mueller</creator>
     <description>RCG CMDOWS file of the super-sonic business jet test case optimization problem</description>
-    <timestamp>2018-03-07T15:20:06.192462</timestamp>
+    <timestamp>2018-03-13T19:21:46.565692</timestamp>
     <fileVersion>0.1</fileVersion>
     <cmdowsVersion>0.7</cmdowsVersion>
     <updates>
       <update>
         <modification>KADMOS export of a repository connectivity graph (RCG).</modification>
         <creator>Lukas Mueller</creator>
-        <timestamp>2018-03-07T15:20:06.192462</timestamp>
+        <timestamp>2018-03-13T19:21:46.565692</timestamp>
         <fileVersion>0.1</fileVersion>
         <cmdowsVersion>0.7</cmdowsVersion>
       </update>
diff --git a/examples/scripts/ssbj/KDMS/FPG_MDO.kdms b/examples/scripts/ssbj/KDMS/FPG_MDO.kdms
index e4f3cb00cb9741efa0e0f9bacb413a2c328e1b9d..244b98f97ce78eb4af62151dd43f5b76097cddc1 100644
GIT binary patch
delta 2153
zcmZWpX>e0j6y~OBYfD-Xnlx>ezJ|6*Q)v?xXB-5lhE|Z4AZ@1nVLBms?R%Lti6^;e
zoq2-bIO-^%*Og7dU0iU(1w~X`5doFDRTf1>MX4*IBA$DbCI$YSckXw-bMAM~J@@Tf
zaBRWmT@|iCk*D#3^QU<mJyYOjGHO(07B|bexfD$xzf+M@L0G}Au~tZd{29}yT{s<9
z^6>TC+<-=LE6b?Tp}{I9RZb$eAhm&AU0FbG#kG-bt+C}z0mjk7<y5&=gWH%?Uc<&(
z3{AK58gtMDh&Qs3fAdfY+`-{CG)i5ho1^-^pc;ca+0t^eskkErG?bzsC*dv(Qe~9}
zce6va<JnCX^TgFWS4h`2&xbX9br~-~;*t6I)nF}$I)%HA?X~#GdX!VahN|+}WUHAy
zZJnIwg?mx1mu$!$U=nN;2UtUuwHn-qxQTgeR&u{U*HUGj1`jZg$!gb!6X7f2LB5G-
zWduF!&^oGY(BL69w${c5Y-QwO6kO)bi7jXg_ALqr;SrvAy5L7Sloq^+dF+kkF`nC$
z%hh*)+yjrFo%uvA^GUYR?j@VKL^fpC8=vAKA#f>rDDXO}c$mMcoJmzRrO%`>4^_5k
z@GReMWM5Muc#fx^E^`Zq(lVcCtjb4T$n@1lUgX>6>$?2#5^Iu7WGi1=bzLp+GEW-W
zryW#Tp}{MegjU$b?vYH=t4MQ2S~+<xH_Olj3O$Wead4-?cEa{Z<>WQIi`<O9&Uqte
zbPiQ^YVZa>3|Y;Zsw)jUI3=z4O%|y3lDF9QYMZsA)dz3$&`4b~sWPC!J4mQDzncwa
zdN)9oK@Hv$V{LPkHtpnuv&Z^<4xc^NyZBg}4b3vd!~L;fpBhTS2S}yLVGVW*NnIDW
zz@F@`e)RCh4pZfb27ARw9dwkD57X3EKYVm1^(a+_H24_LZl9p@^}s$(IQ{wtIFxS2
zC(L7>UN}UR85(>lCT9190`q6tqM4DNL6zege9jx{%nc)HKcny$xx$0YRpTRHX5ZV5
zH5Rfz^Tw*k0lYu==tv&&sS?xRAfC)i4vACs;Pe0LOac3;;@9A7EKtT))>_G7{uqn>
zG-5)g2H&8vCd0S6?Z0Ezx_RUX>#H*_`5xhg@B>=>1@_QbD5b_@N%#?gKz=M9#-Gbk
z;mhG(^nc=hQ7BFmQ8m_^grE7kB-x)#$$i~wEJ0IAIEI)UD4FY@+0yN6?(FWI-_im@
z2x{;PT9+7I4SwZ5(>ramenW3zz?@WqAcv)p3LzQ|f;7Af{4V09Nt(c2ks<bhKLm<e
zqER)8qTx@bI$b5l1*})%Q5pVX>z!5P1l#7ck-yoX(@OqfC(!=OOfLJJlblH-m*7W(
z|IoSuqt#egPRM9tDL5r66~}1`j}?`ZNf@QWjL2+(7YP*tCOWpnWogl2RD(RU*h)2~
zrqp064xr~rfueXKrS_>;$pHBRC=10C{Sx+9?Ttx`gP;Z%q2dB|z-1$a?4+xPoWmUT
zb)<;RuD2SBMNVG(%w`zPF0XgA83ZscTU8pqJ17wm15%}6EEw%is!1pnm@yoe)6J8T
z!M;RPmauav7{d<KJIGk3bGym8Y@*w09w+EyhA%+6LRNc~6pUv<x5HkRu7#5rjGm?6
z$Tql*b4^Impd76$Q0$x6?CX#^<MAk%MQZVa_BN?qhF<JNMGk3;2g8U|3Z%%NZI^}V
z8|sW!0ULPgy#7qGja}4W?6Rj5eDT=gbj>Ob&_L;MQ>9+Oc?Ah!4XV+iC_Ww;+#&Ky
zvxiNyC$LQoR%4Bb8PX$=;n%Xk21{X`h*;Pur?ET}aB_&!Kz?_UhC<+C?(-Z)^$02j
HbW!8~%3X62

delta 2026
zcmZXUX>e0j6vunpl-Q8Ah)vowN&6bQq%D-j0sX)-Q_>W$g_blK_|l1?dF^|dG%s^r
zE{e`mMjZX1qT_L4N8E9Nx*<A>ptvILAS#FoDlQ1_)cxL@&`8OL^X~iI|5@(2=jG&*
z{Y!@TIdF#CfhQbhauY@?o6XlyrPqK}xZ7nzf2Et;%&3pt!rm_=(=bvw#k`U#*BWpu
zO69d!<+M&kl9w0nWF|~}@jm`6@U^tUZ5($oqtwSEoSKHBY7%b873CFnOK%!zf0}}<
z!yRmsDz_MLCtmMtp0b+zUBVsm+k&u$zb)c#M2iR6(}1-cg~W0l9&!4~dRB@9H`Nwm
zo2!Cs;H4J$V52zBTB@uwU=w50$X%S6)=_0W?sQe)EVrB7Ekx_7vcZ6RaC42zY>K5~
zm&3g{?6#BpIKiWC8@V4ZtuFKBN*mV|9a<WT!UMdPv&(xhSKbz!UDZM!;=WUJzNTJ~
z2jJmzJs-(=K8nLtKC+ePcjYe*!8X1%kDC?DC{4<BRB1I}n1{xe>e`aWGPsp0+YNY}
z<Nr4@-49Q2=d&w)lA}x`pTf=6ezJYEkp)r(c{-cD8+LG^$ljevvx_Qw40uMgCncF|
z&yEV>8NnW^tinZ7O=Sl>H+F9oRXPoLo==$jbe{NSg0JLCaq|U%-VWF)?xvF}dkuJj
zpQs_%L!yj1%P#JlIm>R;YJB8HR$NWROJkF_Q{{jGd)TJi#gn`|D#$kW096hd@QRr3
zi#;V%U*&>xr~5UI&z<hq`E=uro)XI&OhA=m2J98N7S9R5o1?k1Z9GPm;|A;#Z5;8~
z$Xi@mxVWPm-bUXfJ9$T3Z)v?{Qoerx-sSFR-{5;3WlsG*wpPqCpQ6fa13usp&8Cn%
zl!E<uibXoWBazkUs;#tsm~%Rab87wMqwKXy<YV#eOovZc>zlB;&O#1};yUVV<gh4i
zfPKQB;#GBaa)fEia7&$we8w-z(oN%b7TJK$vsF8-U*s|!#f$2Du0F<qk{_NhH`vxQ
zFVYk2?g<1#^8>x`CEMtOubB0Qiw0=2Kdov>9lmBDT$t2i>~G?@Sj(|Nw*H2%i~2R1
zN~p;}9lqu7#rkqREe}Q1WQwMB_>M6-T)eQmJrMD?g(9I~z!re-88zSpv)=eZvHk%o
z8*0c&oY_$AJ;g|0xJ0KZ7Fdo+A{6{6C`*?}s5+|)e!`Uv-r}DHHYr*{hF@?;LpAvo
z4>q`G{Kk2le+YfyQeBAx3v{Mb_+4PzXol>5CedkZ^;UI`a0!jiWe)@XVAdNRuO?%1
zN@gaRhCf9Ji$>GzoC#Ui;V(|&^93&wp#=V$;2N*9@gK$w_?KDMTQ#Ys)o5A+$jj#i
z7HO%pI;3790}wpyb&`A>@w!O?mN(WC6V7a`Hx~+_4O^S+)^TE8u%NvS%y>hihn$C7
z8y&VHfvpTn(PT8STvv6l;Gsqr8IL1OWkpw0)AZs@AT~nLgp?^?S{4O0x|DUWL~NFx
zX_R!CtPUz^D8(zAJY)iHY;wiU=Mow&4*CPEp+hMx$=flJQ3Ebu)*H6?d)oZHQb^Mh
zP$mLemMrL!7RWHj4rt4fE-e~k#4bot_h=8wv8uU#W`)33?%K0F>+BG$WIi7*sRy)W
zDi2VZ3E<a~%Q88fxT4waa4~Fvn^{&99}sB}*swwsZfmwJtQJnTF{6={NMh5PZBNFn
qMzFHcp%GV{)q8N_WY2_2TtR8LFrw4`eyGLv$)2J*29<GiY0H1uHdIjn

diff --git a/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms b/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms
index 507a510b1..086bb9983 100644
--- a/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms
+++ b/examples/scripts/ssbj/KDMS/Mdao_BLISS-2000.kdms
@@ -47,46 +47,45 @@ constraintr��Uconstraint_operatorr��U<=r��Uconstraint_typer��U
 inequalityr	��hEhouht}r
 ��(j�j�hEhtj�UDOE_fin^{*}_{out}j�Kj�jh��j�j�j�j�uhw}r��(j�j�hEhwj�U
w2_fin^{i2,0}jè��Kjé��jÿ��jê��jù��jì��jô��uhz}r��(jå��jæ��hEhzjç��UWE^{c}jè��Kjé��højê��Ucoupling copy variabler
��jì��jí��uh~}r��(jå��jæ��hEh~jç��U	Theta^{a}jè��Kjé��hkjê��jò��jì��jí��uh}r��(jå��jæ��hEhjç��UDOE_h^{c,i2}_{inp}jè��Kjé��j©��jê��jû��jì��jô��uh…}r��(jå��jæ��hEh…jç��UESF^{c,i2,*}jè��Kjé��j��jê��jý��jì��jí��uhˆ}r��(jå��jæ��hEhˆjç��U
 lambda^{a}jè��Kjé��j¿��jê��jò��jì��jí��uh‹}r��(jå��jæ��jì��jí��hEh‹jç��Uw1_SFC^{i2}jè��KUvalid_rangesr��}r��Ulimit_ranger��}r��(Uminimumr��GÀ�������Umaximumr��G@�������usjõ��jö��jé��jZ��j÷��G��������uhŽ}r��(jå��Ufunctionr��jì��Ucompleter��hEhŽjç��U	Sub-SMB-2r��jè��Kjê��Usurrogate model builderr��Umetadatar��}r��(Uinput_x_datar ��]r!��(h¡hhŸh’h”heUinput_y_datar"��]r#��(h–hhšh˜euuh£}r$��(jå��j��jì��j��hEh£jç��U	Sub-SMB-0r%��jè��Kjê��j��j��}r&��(j ��]r'��(h§h­h©h¯hµh¿h³h½h·ej"��]r(��(h»h¹h«h¥h±euuhÁ}r)��(jå��jæ��hEhÁjç��UWT^{c}jè��Kjõ��jö��j÷��G��������jé��hÛjê��j
��jì��jô��uhÄ}r*��(jå��jæ��j���Uojç��Udpdxr+��jì��jí��hEhÄuh½}r,��(jå��jæ��hEh½jç��UDOE_w1_Theta_{inp}jè��Kjé��j¤��jê��jû��jì��jô��uhË}r-��(jå��jæ��jì��jí��jç��Uwcf2jè��Kjõ��U	objectiver.��hEhËuh¥}r/��(jå��jæ��hEh¥jç��UDOE_lambda^{*}_{out}jè��Kjé��j¿��jê��jë��jì��jí��uh¹}r0��(jå��jæ��hEh¹jç��UDOE_Theta^{*}_{out}jè��Kjé��hkjê��jë��jì��jí��uhÓ}r1��(jå��jæ��j��G��������hEhÓjç��Ugc5jè��Kjõ��j��j��U==r2��j��Uequalityr3��jì��jí��uh×}r4��(jå��jæ��j��G��������hEh×jç��Ugc4jè��Kjõ��j��j��j2��j��j3��jì��jí��uhÛ}r5��(jå��jæ��j���Uojç��UWTr6��jì��jí��hEhÛuhÞ}r7��(jå��jæ��hEhÞjç��UDOE_WT^{c,i2}_{inp}jè��Kjé��hÛjê��jû��jì��jô��uhá}r8��(jå��jæ��j��G��������hEhájç��Ugc1jè��Kjõ��j��j��j2��j��j3��jì��jí��uhå}r9��(jå��jæ��j��G��������hEhåjç��Ugc0jè��Kjõ��j��j��j2��j��j3��jì��jí��uhé}r:��(jå��jæ��hEhéjç��UD^{c,0}jè��Kjé��j��jê��jù��jì��jô��uhì}r;��(jå��jæ��hEhìjç��UWE^{a}jè��Kjé��højê��jò��jì��jí��uhï}r<��(jå��jæ��j���Uojç��UWOr=��jì��jí��hEhïuhò}r>��(jå��jæ��hEhòjç��Utc^{0}jè��Kjé��já��jê��jù��jì��jô��uhõ}r?��(jå��jæ��hEhõjç��U
-Lambda^{c}jè��Kjé��jì��jê��Ucopy design variabler@��jì��jí��uhø}rA��(jå��jæ��j���Uojç��UWErB��jì��jí��hEhøuhü}rC��(jå��jæ��j���Uojç��UWFrD��jì��jí��hEhüuhÿ}rE��(jå��jæ��hEhÿjç��U
w2_fin^{i2,*}jè��Kjé��jÿ��jê��jý��jì��jí��uj��}rF��(jå��jæ��jì��jí��hEj��jç��U	w1_D^{i2}jè��Kj��}rG��j��}rH��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj��}rI��(jå��jæ��j��G?ø������jì��jí��jç��UESFrJ��jè��Kjõ��j��j��j��j��j	��hEj��uj
-��}rK��(j�j�hEj
-��jç��Ugc5^{*}jè��Kjé��hÓjê��jð��jì��jí��uj
��}rL��(j�j�hEj
��jç��Uw0_WT^{i2,*}jè��Kjé��j§��jê��jý��jì��jí��uj��}rM��(jå��jæ��hEj��jç��Uw2_WF^{i2,0}jè��Kjé��j��jê��jù��jì��jô��uj��}rN��(jå��jæ��j���Uojç��ULjì��jí��hEj��uj��}rO��(jå��jæ��j���Uojç��UWBErP��jì��jí��hEj��uhš}rQ��(jå��jæ��hEhšjç��UDOE_WE^{*}_{out}jè��Kjé��højê��jë��jì��jí��uj��}rR��(jå��jæ��j���Uojç��UDjì��jí��hEj��uj��}rS��(jå��jæ��hEj��jç��Uwcf0^{*}jè��Kjé��j��jê��jð��jì��jí��uh_}rT��(jå��j��hEh_UlevelrU��Njç��UCOORrV��j���U8jê��UcoordinatorrW��jì��j��uj^��}rX��(jå��jæ��jì��jí��hEj^��jç��U
-w2_WE^{i2}jè��Kj��}rY��j��}rZ��(j��GÀ�������j��G@�������usjõ��jö��jé��j=��j÷��G��������uja��}r[��(jå��jæ��jì��jí��jç��UTheta^{c,i2}jè��Kjé��hkhEja��ujX��}r\��(jå��jæ��hEjX��jç��U	Theta^{*}jè��Kjé��jÈ��jê��jð��jì��jí��ujh��}r]��(jå��jæ��j���Uojç��Ufinr^��jì��jí��hEjh��ujk��}r_��(jå��jæ��hEjk��jç��UWE^{c,i2,0}jè��Kjé��højê��jù��jì��jô��ujn��}r`��(jå��jæ��j��G��������jì��jí��jç��UDTra��jè��Kjõ��j��j��j��j��j	��hEjn��ujs��}rb��(jå��jæ��hEjs��jç��U
w0_ESF^{i2,0}jè��Kjé��jB��jê��jù��jì��jô��ujv��}rc��(jå��jæ��jì��jí��jç��UTj���Uoj��}rd��j��}re��(j��G?¹™™™™™šj��G?ð������usjõ��jö��j÷��G?á™™™™™šhEjv��uh}rf��(jå��jæ��hEhjç��UDOE_w2_WE_{inp}jè��Kjé��j=��jê��jû��jì��jô��uj2��}rg��(jå��jæ��hEj2��jç��UESF^{*}jè��Kjé��j��jê��jð��jì��jí��uj~��}rh��(jå��jæ��hEj~��jç��UESF^{*}jè��Kjé��j��jê��jð��jì��jí��uj��}ri��(jå��jæ��jì��jí��hEj��jç��Uw0_ESF^{i2}jè��Kj��}rj��j��}rk��(j��GÀ�������j��G@�������usjõ��jö��jé��jB��j÷��G��������uh§}rl��(jå��jæ��hEh§jç��UDOE_L^{c}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj†��}rm��(jå��jæ��hEj†��jç��UDOE_tc^{c,i2}_{inp}jè��Kjé��já��jê��jû��jì��jô��uj‰��}rn��(jå��jæ��j��G��������hEj‰��jç��Ugc2jè��Kjõ��j��j��j2��j��j3��jì��jí��uj��}ro��(jå��jæ��hEj��jç��USFC^{*}jè��Kjé��jñ��jê��jð��jì��jí��uj��}rp��(jå��jæ��jì��jí��hEj��jç��Uw2_fin^{i2}jè��Kj��}rq��j��}rr��(j��GÀ�������j��G@�������usjõ��jö��jé��jÿ��j÷��G��������uj“��}rs��(jå��jæ��j���Uojç��Usigma5rt��jì��jí��hEj“��uj–��}ru��(jå��jæ��j���Uojç��Usigma4rv��jì��jí��hEj–��uj™��}rw��(jå��jæ��j���Uojç��Usigma3rx��jì��jí��hEj™��ujœ��}ry��(jå��jæ��j���Uojç��Usigma2rz��jì��jí��hEjœ��ujŸ��}r{��(jå��jæ��j���Uojç��Usigma1r|��jì��jí��hEjŸ��uj4��}r}��(jå��jæ��hEj4��jç��USref^{*}jè��Kjé��jã��jê��jý��jì��jô��uj¤��}r~��(jå��j��jì��j��Uexecution_infor��Njç��UPerformancer€��jè��U1Uversionr��U1.0r‚��jõ��h'Umoderƒ��Umainr„��Uperformance_infor…��NUgeneral_infor†��NUprojectSpecificr‡��Njê��Upost-coupling analysisrˆ��hEUPerformancer‰��uhm}rŠ��(jå��j��jì��j��j��Njç��U
-Structuresr‹��jè��U1j��U1.0rŒ��jõ��h$jƒ��Umainr��j…��Nj†��Nj‡��Njê��Ucoupled analysisrŽ��hEU
-Structuresr��ujÅ��}r��(jå��jæ��jì��jí��hEjÅ��jç��U
-w0_WT^{i2}jè��Kj��}r‘��j��}r’��(j��GÀ�������j��G@�������usjõ��jö��jé��j§��j÷��G��������ujÈ��}r“��(jå��jæ��j��G?ð£×
-=p¤jì��jí��jç��UThetar”��jè��Kjõ��j��j��j��j��j	��hEjÈ��ujË��}r•��(jå��jæ��hEjË��jç��Uw2_WE^{i2,*}jè��Kjé��j=��jê��jý��jì��jí��ujU��}r–��(jå��jæ��hEjU��jç��U
-Lambda^{*}jè��Kjé��jì��jê��jý��jì��jô��ujÐ��}r—��(jå��jæ��jì��jô��jç��UARr˜��j���Uoj��}r™��j��}rš��(j��G@������j��G@!������usjõ��jö��j÷��G@������hEjÐ��ujN��}r›��(jå��jæ��hEjN��jç��UR^{*}jè��Kjé��j8��jê��jð��jì��jí��uj×��}rœ��(jå��jæ��hEj×��jç��Usection^{*}jè��Kjé��jÂ��jê��jý��jì��jí��ujÛ��}r��(jå��jæ��hEjÛ��jç��UWE^{c,i2,*}jè��Kjé��højê��jý��jì��jí��uh5}rž��(jå��j��jì��j��jç��USub-SM-1rŸ��jè��Kjê��Usurrogate modelr ��hEh5ujD��}r¡��(jå��jæ��hEjD��jç��Udpdx^{*}jè��Kjé��hojê��jð��jì��jí��uh4}r¢��(jå��j��jì��j��jç��USub-SM-0r£��jè��Kjê��j ��hEh4uj	��}r¤��(jå��jæ��hEj	��jç��UD^{c,*}jè��Kjé��j��jê��jý��jì��jí��uj��}r¥��(jå��jæ��hEj��jç��U
-L^{c,i2,*}jè��Kjé��j��jê��jý��jì��jí��ujJ��}r¦��(jå��jæ��hEjJ��jç��Uwcf1^{*}jè��Kjé��ji��jê��jð��jì��jí��uh¿}r§��(jå��jæ��hEh¿jç��UDOE_tc^{c}_{inp}jè��Kjé��já��jê��jû��jì��jô��uj´��}r¨��(jå��jæ��hEj´��jç��UL^{c}jè��Kjé��j��jê��j
��jì��jí��uh’}r©��(jå��jæ��hEh’jç��UDOE_w0_ESF_{inp}jè��Kjé��jB��jê��jû��jì��jô��uh”}rª��(jå��jæ��hEh”jç��UDOE_w1_SFC_{inp}jè��Kjé��jZ��jê��jû��jì��jô��uh–}r«��(jå��jæ��hEh–jç��UDOE_ESF^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��uj��}r¬��(jå��jæ��hEj��jç��U
-lambda^{*}jè��Kjé��j¿��jê��jý��jì��jí��uj��}r­��(jå��jæ��hEj��jç��UD^{c}jè��Kjõ��jö��j÷��G��������jé��j��jê��j
��jì��jô��uj"��}r®��(jå��jæ��hEj"��jç��Uw2_WE^{i2,0}jè��Kjé��j=��jê��jù��jì��jô��uh¯}r¯��(jå��jæ��hEh¯jç��UDOE_Sref^{c}_{inp}jè��Kjé��jã��jê��jû��jì��jô��uj'��}r°��(jå��jæ��hEj'��jç��USref^{0}jè��Kjé��jã��jê��jù��jì��jô��uj*��}r±��(jå��jæ��hEj*��jç��UM^{c}jè��Kjé��j«��jê��j@��jì��jí��uj-��}r²��(jå��jæ��hEj-��jç��UESF^{c}jè��Kjé��j��jê��j
��jì��jí��uhŸ}r³��(jå��jæ��hEhŸjç��UDOE_M^{c,i2}_{inp}jè��Kjé��j«��jê��jû��jì��jô��uj2��}r´��(jå��jæ��hEj2��jç��Uw0_WT^{i2,0}jè��Kjé��j§��jê��jù��jì��jô��uj5��}rµ��(jå��jæ��hEj5��jç��UDOE_AR^{c,i2}_{inp}jè��Kjé��jÐ��jê��jû��jì��jô��uj8��}r¶��(jå��jæ��j���Uojç��URjì��jí��hEj8��uj;��}r·��(jå��jæ��hEj;��jç��Uw2_WF^{i2,*}jè��Kjé��j��jê��jý��jì��jí��uj>��}r¸��(jå��jæ��hEj>��jç��UESF^{a}jè��Kjé��j��jê��jò��jì��jí��ujA��}r¹��(jå��jæ��hEjA��jç��UDOE_Theta^{c,i2}_{inp}jè��Kjé��hkjê��jû��jì��jô��ujZ��}rº��(jå��jæ��hEjZ��jç��UAR^{*}jè��Kjé��jÐ��jê��jý��jì��jô��ujF��}r»��(jå��jæ��hEjF��jç��UCf^{*}jè��Kjé��jJ��jê��jý��jì��jí��ujJ��}r¼��(jå��jæ��jì��jí��jç��UCfr½��j���Uoj��}r¾��j��}r¿��(j��G?è������j��G?ô������usjõ��jö��j÷��G?ð������hEjJ��uhÆ}rÀ��(jå��j��jì��j��j��Njç��UAerodynamicsrÁ��jè��U1j��U1.0rÂ��jõ��h$jƒ��UmainrÃ��j…��Nj†��Nj‡��Njê��jŽ��hEUAerodynamicsrÄ��uj_��}rÅ��(jå��jæ��hEj_��jç��Uh^{c}jè��Kjé��j©��jê��j@��jì��jí��ujc��}rÆ��(jå��jæ��hEjc��jç��U
w1_SFC^{i2,0}jè��Kjé��jZ��jê��jù��jì��jô��ujf��}rÇ��(jå��jæ��j��G��������hEjf��jç��Ugc3jè��Kjõ��j��j��j2��j��j3��jì��jí��uhƒ}rÈ��(jå��j��jì��j��jç��U
-Sub-SMBD-2rÉ��jè��Kjê��Uboundary determinatorrÊ��hEhƒuhc}rË��(jå��j��jì��j��jç��U
-Sub-SMBD-1rÌ��jè��Kjê��jÊ��hEhcuhÉ}rÍ��(jå��j��jì��j��jç��U
-Sub-SMBD-0rÎ��jè��Kjê��jÊ��hEhÉujt��}rÏ��(jå��jæ��hEjt��jç��U
w0_ESF^{i2,*}jè��Kjé��jB��jê��jý��jì��jí��uj—��}rÐ��(jå��jæ��hEj—��jç��Uw0_L^{i2,0}jè��Kjé��j��jê��jù��jì��jô��uj��}rÑ��(jå��j��hEj��jç��UDOErÒ��jè��KUdesign_variablesrÓ��}rÔ��(j=��}rÕ��(Ulower_boundrÖ��NUsamplesr×��NUupper_boundrØ��Nj÷��NujZ��}rÙ��(jÖ��Nj×��NjØ��Nj÷��NujB��}rÚ��(jÖ��Nj×��NjØ��Nj÷��Nuj��}rÛ��(jÖ��Nj×��NjØ��Nj÷��Nuj
-��}rÜ��(jÖ��Nj×��NjØ��Nj÷��Nuj��}rÝ��(jÖ��Nj×��NjØ��Nj÷��NuuUquantities_of_interestrÞ��]rß��(j~��j��jÁ��j½��ejê��Udoerà��jì��j��uhJ}rá��(jå��j��hEhJjç��jÒ��jè��KjÓ��}râ��(jÿ��}rã��(jÖ��Nj×��NjØ��Nj÷��NujN��}rä��(jÖ��Nj×��NjØ��Nj÷��NujP��}rå��(jÖ��Nj×��NjØ��Nj÷��NujR��}ræ��(jÖ��Nj×��NjØ��Nj÷��Nuj_��}rç��(jÖ��Nj×��NjØ��Nj÷��Nuj*��}rè��(jÖ��Nj×��NjØ��Nj÷��Nuj-��}ré��(jÖ��Nj×��NjØ��Nj÷��NujX��}rê��(jÖ��Nj×��NjØ��Nj÷��NujZ��}rë��(jÖ��Nj×��NjØ��Nj÷��NujT��}rì��(jÖ��Nj×��NjØ��Nj÷��Nuj��}rí��(jÖ��Nj×��NjØ��Nj÷��Nuj��}rî��(jÖ��Nj×��NjØ��Nj÷��NuujÞ��]rï��(jÛ��jÇ��jÙ��jF��ejê��jà��jì��j��uh|}rð��(jå��j��hEh|jç��jÒ��jè��KjÓ��}rñ��(j´��}rò��(jÖ��Nj×��NjØ��Nj÷��Nuj²��}ró��(jÖ��Nj×��NjØ��Nj÷��Nuhz}rô��(jÖ��Nj×��NjØ��Nj÷��Nuj¶��}rõ��(jÖ��Nj×��NjØ��Nj÷��Nuj¤��}rö��(jÖ��Nj×��NjØ��Nj÷��Nuj§��}r÷��(jÖ��Nj×��NjØ��Nj÷��Nuj��}rø��(jÖ��Nj×��NjØ��Nj÷��Nuj½��}rù��(jÖ��Nj×��NjØ��Nj÷��Nuhõ}rú��(jÖ��Nj×��NjØ��Nj÷��NuujÞ��]rû��(jà��jî��jë��j��j×��ejê��jà��jì��j��ujS��}rü��(jå��jæ��hEjS��jç��Uwcf2^{*}jè��Kjé��hËjê��jð��jì��jí��uh}rý��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��huh}rþ��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��huj|��}rÿ��(jå��jæ��hEj|��jç��UESF^{c,i2,0}jè��Kjé��j��jê��jù��jì��jô��uh?}r���(jå��j��hEh?jç��UWCF1r��jè��Kjõ��h'jê��jˆ��jì��j��uhú}r��(jå��j��jì��j��j��Njç��U
-Propulsionr��jè��U1j��U1.0r��jõ��h$jƒ��Umainr��j…��Nj†��Nj‡��Njê��jŽ��hEU
-Propulsionr��uj��}r��(jå��jæ��jì��jí��jç��Uwcf0jè��Kjõ��j.��hEj��uj»��}r��(jå��jæ��j���Uojç��UNzr	��jì��jí��hEj»��uh}r
-��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��huj��}r��(jå��jæ��jì��jô��hEj��jç��UL^{c,i2}jè��Kjõ��jö��jé��j��j÷��G��������uj¡��}r��(jå��jæ��hEj¡��jç��U
-L^{c,i2,0}jè��Kjé��j��jê��jù��jì��jô��uj¿��}r
��(jå��jæ��jì��jí��jç��Ulambdar��j���Uoj��}r��j��}r��(j��G?¹™™™™™šj��G?Ù™™™™™šusjõ��jö��j÷��G?Ð������hEj¿��ujƒ��}r��(jå��jæ��hEjƒ��jç��Uw1_D^{i2,*}jè��Kjé��j��jê��jý��jì��jí��uh[}r��(jå��j��jì��j��hEh[jç��USys-OPTr��jè��KjÓ��}r��(jß��}r��(jÖ��NjØ��Nj÷��G��������ujá��}r��(jÖ��NjØ��Nj÷��G?©™™™™™šujq��}r��(jÖ��NjØ��Nj÷��G��������ujx��}r��(jÖ��NjØ��Nj÷��G��������ujã��}r��(jÖ��NjØ��Nj÷��Mèuj“��}r��(jÖ��NjØ��Nj÷��G��������ujÐ��}r��(jÖ��NjØ��Nj÷��G@������uj��}r��(jÖ��NjØ��Nj÷��G��������ujý��}r��(jÖ��NjØ��Nj÷��G��������ujô��}r��(jÖ��NjØ��Nj÷��G��������ujæ��}r��(jÖ��NjØ��Nj÷��G��������uj©��}r ��(jÖ��NjØ��Nj÷��Mȯuju��}r!��(jÖ��NjØ��Nj÷��G��������ujð��}r"��(jÖ��NjØ��Nj÷��G��������uj«��}r#��(jÖ��NjØ��Nj÷��G?ù™™™™™šujì��}r$��(jÖ��NjØ��Nj÷��K7ujî��}r%��(jÖ��NjØ��Nj÷��G��������ujù��}r&��(jÖ��NjØ��Nj÷��G��������uj��}r'��(jÖ��NjØ��Nj÷��G��������ujò��}r(��(jÖ��NjØ��Nj÷��G��������uj��}r)��(jÖ��NjØ��Nj÷��G��������uuUobjective_variabler*��]r+��j8��ajê��U	optimizerr,��Uconstraint_variablesr-��}r.��(hÓ}r/��(jÖ��NjØ��Nuh×}r0��(jÖ��NjØ��Nujf��}r1��(jÖ��NjØ��Nuj‰��}r2��(jÖ��NjØ��Nuhá}r3��(jÖ��NjØ��Nuhå}r4��(jÖ��NjØ��NuuujE��}r5��(jå��jæ��jì��jí��hEjE��jç��U	w0_L^{i2}jè��Kj��}r6��j��}r7��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj±��}r8��(jå��jæ��hEj±��jç��Uw1_Theta^{i2,*}jè��Kjé��j¤��jê��jý��jì��jí��ujJ��}r9��(jå��jæ��jì��jô��hEjJ��jç��U	WE^{c,i2}jè��Kjõ��jö��jé��høj÷��G��������ujM��}r:��(jå��jæ��jì��jí��hEjM��jç��U
w1_Theta^{i2}jè��Kj��}r;��j��}r<��(j��GÀ�������j��G@�������usjõ��jö��jé��j¤��j÷��G��������ujà��}r=��(jå��jæ��hEjà��jç��UWT^{*}jè��Kjé��hÛjê��jð��jì��jí��ujA��}r>��(jå��jæ��hEjA��jç��UT^{a}jè��Kjé��jv��jê��jò��jì��jí��uh­}r?��(jå��jæ��hEh­jç��UDOE_WE^{c}_{inp}jè��Kjé��højê��jû��jì��jô��ujÙ��}r@��(jå��j��jì��j��hEjÙ��jç��U	Sub-OPT-0rA��jè��KjÓ��}rB��(jÂ��}rC��(jÖ��NjØ��Nj÷��G?ð������uj¿��}rD��(jÖ��NjØ��Nj÷��G?Ð������uuj*��]rE��j��ajê��j,��j-��}rF��(jÈ��}rG��(jÖ��NjØ��NujZ��}rH��(jÖ��NjØ��Nuj\��}rI��(jÖ��NjØ��Nuj_��}rJ��(jÖ��NjØ��Nuja��}rK��(jÖ��NjØ��Nujc��}rL��(jÖ��NjØ��NuuujH��}rM��(jå��j��jì��j��hEjH��jç��U	Sub-OPT-1rN��jè��KjÓ��}rO��jJ��}rP��(jÖ��NjØ��Nj÷��G?ð������usj*��]rQ��ji��ajê��j,��j-��}rR��ho}rS��(jÖ��NjØ��Nusujx��}rT��(jå��j��jì��j��hEjx��jç��U	Sub-OPT-2rU��jè��KjÓ��}rV��jv��}rW��(jÖ��NjØ��Nj÷��G?á™™™™™šusj*��]rX��hËajê��j,��j-��}rY��(j��}rZ��(jÖ��NjØ��Nujq��}r[��(jÖ��NjØ��Nujn��}r\��(jÖ��NjØ��Nuuuj¨��}r]��(jå��jæ��hEj¨��jç��Uw1_Theta^{i2,0}jè��Kjé��j¤��jê��jù��jì��jô��uh±}r^��(jå��jæ��hEh±jç��UDOE_section^{*}_{out}jè��Kjé��jÂ��jê��jë��jì��jí��ujÁ��}r_��(jå��jæ��hEjÁ��jç��UWE^{*}jè��Kjé��højê��jð��jì��jí��ujF��}r`��(jå��jæ��jè��Kjì��jí��hEjF��jç��U
-conv_checkra��uj}��}rb��(jå��jæ��hEj}��jç��UD^{a}jè��Kjé��j��jê��jò��jì��jí��ujë��}rc��(jå��jæ��hEjë��jç��UWF^{*}jè��Kjé��hüjê��jð��jì��jí��ujŒ��}rd��(jå��jæ��hEjŒ��jç��UAR^{0}jè��Kjé��jÐ��jê��jù��jì��jô��uj‡��}re��(jå��jæ��hEj‡��jç��Uw1_D^{i2,0}jè��Kjé��j��jê��jù��jì��jô��ujH��}rf��(jå��jæ��hEjH��jç��UCf^{a}jè��Kjé��jJ��jê��jò��jì��jí��ujˆ��}rg��(jå��jæ��hEjˆ��jç��UL^{a}jè��Kjé��j��jê��jò��jì��jí��uj‰��}rh��(jå��jæ��hEj‰��jç��UTheta^{c,0}jè��Kjé��hkjê��jù��jì��jô��uj��}ri��(jå��jæ��jì��jí��jç��U	WT^{c,i2}jè��Kjé��hÛhEj��uh2}rj��(jå��j��hEh2jç��UGcrk��jè��Kjõ��h'jê��Uconsistency constraint functionrl��jì��j��uh©}rm��(jå��jæ��hEh©jç��UDOE_Lambda^{c}_{inp}jè��Kjé��jì��jê��jû��jì��jô��uh«}rn��(jå��jæ��hEh«jç��UDOE_WF^{*}_{out}jè��Kjé��hüjê��jë��jì��jí��ujÏ��}ro��(jå��jæ��hEjÏ��jç��UDOE_w0_L_{inp}jè��Kjé��j��jê��jû��jì��jô��uj¤��}rp��(jå��jæ��jì��jí��jç��Uw1_Thetajè��Kjê��Ucoupling weightrq��hEj¤��uj§��}rr��(jå��jæ��jì��jí��jç��Uw0_WTjè��Kjê��jq��hEj§��uj8��}rs��(jå��jæ��jè��Kjõ��j.��jì��jí��hEj8��jç��URujá��}rt��(jå��jæ��jì��jô��jç��Utcru��j���Uoj��}rv��j��}rw��(j��G?„záG®{j��G?·
+Lambda^{c}jè��Kjé��jì��jê��Ucopy design variabler@��jì��jí��uhø}rA��(jå��jæ��j���Uojç��UWErB��jì��jí��hEhøuhü}rC��(jå��jæ��j���Uojç��UWFrD��jì��jí��hEhüuhÿ}rE��(jå��jæ��hEhÿjç��U
w2_fin^{i2,*}jè��Kjé��jÿ��jê��jý��jì��jí��uj��}rF��(jå��jæ��jì��jí��hEj��jç��U	w1_D^{i2}jè��Kj��}rG��j��}rH��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj��}rI��(jå��jæ��j��U0.5;1.5rJ��jì��jí��jç��UESFrK��jè��Kjõ��j��j��U>=;<=rL��j��j	��hEj��uj
+��}rM��(j�j�hEj
+��jç��Ugc5^{*}jè��Kjé��hÓjê��jð��jì��jí��uj
��}rN��(j�j�hEj
��jç��Uw0_WT^{i2,*}jè��Kjé��j§��jê��jý��jì��jí��uj��}rO��(jå��jæ��hEj��jç��Uw2_WF^{i2,0}jè��Kjé��j��jê��jù��jì��jô��uj��}rP��(jå��jæ��j���Uojç��ULjì��jí��hEj��uj��}rQ��(jå��jæ��j���Uojç��UWBErR��jì��jí��hEj��uhš}rS��(jå��jæ��hEhšjç��UDOE_WE^{*}_{out}jè��Kjé��højê��jë��jì��jí��uj��}rT��(jå��jæ��j���Uojç��UDjì��jí��hEj��uj��}rU��(jå��jæ��hEj��jç��Uwcf0^{*}jè��Kjé��j��jê��jð��jì��jí��uh_}rV��(jå��j��hEh_UlevelrW��Njç��UCOORrX��j���U8jê��UcoordinatorrY��jì��j��uj^��}rZ��(jå��jæ��jì��jí��hEj^��jç��U
+w2_WE^{i2}jè��Kj��}r[��j��}r\��(j��GÀ�������j��G@�������usjõ��jö��jé��j=��j÷��G��������uja��}r]��(jå��jæ��jì��jí��jç��UTheta^{c,i2}jè��Kjé��hkhEja��ujX��}r^��(jå��jæ��hEjX��jç��U	Theta^{*}jè��Kjé��jÈ��jê��jð��jì��jí��ujh��}r_��(jå��jæ��j���Uojç��Ufinr`��jì��jí��hEjh��ujk��}ra��(jå��jæ��hEjk��jç��UWE^{c,i2,0}jè��Kjé��højê��jù��jì��jô��ujn��}rb��(jå��jæ��j��G��������jì��jí��jç��UDTrc��jè��Kjõ��j��j��j��j��j	��hEjn��ujs��}rd��(jå��jæ��hEjs��jç��U
w0_ESF^{i2,0}jè��Kjé��jB��jê��jù��jì��jô��ujv��}re��(jå��jæ��jì��jí��jç��UTj���Uoj��}rf��j��}rg��(j��G?¹™™™™™šj��G?ð������usjõ��jö��j÷��G?á™™™™™šhEjv��uh}rh��(jå��jæ��hEhjç��UDOE_w2_WE_{inp}jè��Kjé��j=��jê��jû��jì��jô��uj2��}ri��(jå��jæ��hEj2��jç��UESF^{*}jè��Kjé��j��jê��jð��jì��jí��uj~��}rj��(jå��jæ��hEj~��jç��UESF^{*}jè��Kjé��j��jê��jð��jì��jí��uj��}rk��(jå��jæ��jì��jí��hEj��jç��Uw0_ESF^{i2}jè��Kj��}rl��j��}rm��(j��GÀ�������j��G@�������usjõ��jö��jé��jB��j÷��G��������uh§}rn��(jå��jæ��hEh§jç��UDOE_L^{c}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj†��}ro��(jå��jæ��hEj†��jç��UDOE_tc^{c,i2}_{inp}jè��Kjé��já��jê��jû��jì��jô��uj‰��}rp��(jå��jæ��j��G��������hEj‰��jç��Ugc2jè��Kjõ��j��j��j2��j��j3��jì��jí��uj��}rq��(jå��jæ��hEj��jç��USFC^{*}jè��Kjé��jñ��jê��jð��jì��jí��uj��}rr��(jå��jæ��jì��jí��hEj��jç��Uw2_fin^{i2}jè��Kj��}rs��j��}rt��(j��GÀ�������j��G@�������usjõ��jö��jé��jÿ��j÷��G��������uj“��}ru��(jå��jæ��j���Uojç��Usigma5rv��jì��jí��hEj“��uj–��}rw��(jå��jæ��j���Uojç��Usigma4rx��jì��jí��hEj–��uj™��}ry��(jå��jæ��j���Uojç��Usigma3rz��jì��jí��hEj™��ujœ��}r{��(jå��jæ��j���Uojç��Usigma2r|��jì��jí��hEjœ��ujŸ��}r}��(jå��jæ��j���Uojç��Usigma1r~��jì��jí��hEjŸ��uj4��}r��(jå��jæ��hEj4��jç��USref^{*}jè��Kjé��jã��jê��jý��jì��jô��uj¤��}r€��(jå��j��jì��j��Uexecution_infor��Njç��UPerformancer‚��jè��U1Uversionrƒ��U1.0r„��jõ��h'Umoder…��Umainr†��Uperformance_infor‡��NUgeneral_inforˆ��NUprojectSpecificr‰��Njê��Upost-coupling analysisrŠ��hEUPerformancer‹��uhm}rŒ��(jå��j��jì��j��j��Njç��U
+Structuresr��jè��U1jƒ��U1.0rŽ��jõ��h$j…��Umainr��j‡��Njˆ��Nj‰��Njê��Ucoupled analysisr��hEU
+Structuresr‘��ujÅ��}r’��(jå��jæ��jì��jí��hEjÅ��jç��U
+w0_WT^{i2}jè��Kj��}r“��j��}r”��(j��GÀ�������j��G@�������usjõ��jö��jé��j§��j÷��G��������ujÈ��}r•��(jå��jæ��j��U	0.96;1.04r–��jì��jí��jç��UThetar—��jè��Kjõ��j��j��U>=;<=r˜��j��j	��hEjÈ��ujË��}r™��(jå��jæ��hEjË��jç��Uw2_WE^{i2,*}jè��Kjé��j=��jê��jý��jì��jí��ujU��}rš��(jå��jæ��hEjU��jç��U
+Lambda^{*}jè��Kjé��jì��jê��jý��jì��jô��ujÐ��}r›��(jå��jæ��jì��jô��jç��UARrœ��j���Uoj��}r��j��}rž��(j��G@������j��G@!������usjõ��jö��j÷��G@������hEjÐ��ujN��}rŸ��(jå��jæ��hEjN��jç��UR^{*}jè��Kjé��j8��jê��jð��jì��jí��uj×��}r ��(jå��jæ��hEj×��jç��Usection^{*}jè��Kjé��jÂ��jê��jý��jì��jí��ujÛ��}r¡��(jå��jæ��hEjÛ��jç��UWE^{c,i2,*}jè��Kjé��højê��jý��jì��jí��uh5}r¢��(jå��j��jì��j��jç��USub-SM-1r£��jè��Kjê��Usurrogate modelr¤��hEh5ujD��}r¥��(jå��jæ��hEjD��jç��Udpdx^{*}jè��Kjé��hojê��jð��jì��jí��uh4}r¦��(jå��j��jì��j��jç��USub-SM-0r§��jè��Kjê��j¤��hEh4uj	��}r¨��(jå��jæ��hEj	��jç��UD^{c,*}jè��Kjé��j��jê��jý��jì��jí��uj��}r©��(jå��jæ��hEj��jç��U
+L^{c,i2,*}jè��Kjé��j��jê��jý��jì��jí��ujJ��}rª��(jå��jæ��hEjJ��jç��Uwcf1^{*}jè��Kjé��ji��jê��jð��jì��jí��uh¿}r«��(jå��jæ��hEh¿jç��UDOE_tc^{c}_{inp}jè��Kjé��já��jê��jû��jì��jô��uj´��}r¬��(jå��jæ��hEj´��jç��UL^{c}jè��Kjé��j��jê��j
��jì��jí��uh’}r­��(jå��jæ��hEh’jç��UDOE_w0_ESF_{inp}jè��Kjé��jB��jê��jû��jì��jô��uh”}r®��(jå��jæ��hEh”jç��UDOE_w1_SFC_{inp}jè��Kjé��jZ��jê��jû��jì��jô��uh–}r¯��(jå��jæ��hEh–jç��UDOE_ESF^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��uj��}r°��(jå��jæ��hEj��jç��U
+lambda^{*}jè��Kjé��j¿��jê��jý��jì��jí��uj��}r±��(jå��jæ��hEj��jç��UD^{c}jè��Kjõ��jö��j÷��G��������jé��j��jê��j
��jì��jô��uj"��}r²��(jå��jæ��hEj"��jç��Uw2_WE^{i2,0}jè��Kjé��j=��jê��jù��jì��jô��uh¯}r³��(jå��jæ��hEh¯jç��UDOE_Sref^{c}_{inp}jè��Kjé��jã��jê��jû��jì��jô��uj'��}r´��(jå��jæ��hEj'��jç��USref^{0}jè��Kjé��jã��jê��jù��jì��jô��uj*��}rµ��(jå��jæ��hEj*��jç��UM^{c}jè��Kjé��j«��jê��j@��jì��jí��uj-��}r¶��(jå��jæ��hEj-��jç��UESF^{c}jè��Kjé��j��jê��j
��jì��jí��uhŸ}r·��(jå��jæ��hEhŸjç��UDOE_M^{c,i2}_{inp}jè��Kjé��j«��jê��jû��jì��jô��uj2��}r¸��(jå��jæ��hEj2��jç��Uw0_WT^{i2,0}jè��Kjé��j§��jê��jù��jì��jô��uj5��}r¹��(jå��jæ��hEj5��jç��UDOE_AR^{c,i2}_{inp}jè��Kjé��jÐ��jê��jû��jì��jô��uj8��}rº��(jå��jæ��j���Uojç��URjì��jí��hEj8��uj;��}r»��(jå��jæ��hEj;��jç��Uw2_WF^{i2,*}jè��Kjé��j��jê��jý��jì��jí��uj>��}r¼��(jå��jæ��hEj>��jç��UESF^{a}jè��Kjé��j��jê��jò��jì��jí��ujA��}r½��(jå��jæ��hEjA��jç��UDOE_Theta^{c,i2}_{inp}jè��Kjé��hkjê��jû��jì��jô��ujZ��}r¾��(jå��jæ��hEjZ��jç��UAR^{*}jè��Kjé��jÐ��jê��jý��jì��jô��ujF��}r¿��(jå��jæ��hEjF��jç��UCf^{*}jè��Kjé��jJ��jê��jý��jì��jí��ujJ��}rÀ��(jå��jæ��jì��jí��jç��UCfrÁ��j���Uoj��}rÂ��j��}rÃ��(j��G?è������j��G?ô������usjõ��jö��j÷��G?ð������hEjJ��uhÆ}rÄ��(jå��j��jì��j��j��Njç��UAerodynamicsrÅ��jè��U1jƒ��U1.0rÆ��jõ��h$j…��UmainrÇ��j‡��Njˆ��Nj‰��Njê��j��hEUAerodynamicsrÈ��uj_��}rÉ��(jå��jæ��hEj_��jç��Uh^{c}jè��Kjé��j©��jê��j@��jì��jí��ujc��}rÊ��(jå��jæ��hEjc��jç��U
w1_SFC^{i2,0}jè��Kjé��jZ��jê��jù��jì��jô��ujf��}rË��(jå��jæ��j��G��������hEjf��jç��Ugc3jè��Kjõ��j��j��j2��j��j3��jì��jí��uhƒ}rÌ��(jå��j��jì��j��jç��U
+Sub-SMBD-2rÍ��jè��Kjê��Uboundary determinatorrÎ��hEhƒuhc}rÏ��(jå��j��jì��j��jç��U
+Sub-SMBD-1rÐ��jè��Kjê��jÎ��hEhcuhÉ}rÑ��(jå��j��jì��j��jç��U
+Sub-SMBD-0rÒ��jè��Kjê��jÎ��hEhÉujt��}rÓ��(jå��jæ��hEjt��jç��U
w0_ESF^{i2,*}jè��Kjé��jB��jê��jý��jì��jí��uj—��}rÔ��(jå��jæ��hEj—��jç��Uw0_L^{i2,0}jè��Kjé��j��jê��jù��jì��jô��uj��}rÕ��(jå��j��hEj��jç��UDOErÖ��jè��KUdesign_variablesr×��}rØ��(j=��}rÙ��(Ulower_boundrÚ��NUsamplesrÛ��NUupper_boundrÜ��Nj÷��NujZ��}rÝ��(jÚ��NjÛ��NjÜ��Nj÷��NujB��}rÞ��(jÚ��NjÛ��NjÜ��Nj÷��Nuj��}rß��(jÚ��NjÛ��NjÜ��Nj÷��Nuj
+��}rà��(jÚ��NjÛ��NjÜ��Nj÷��Nuj��}rá��(jÚ��NjÛ��NjÜ��Nj÷��NuuUquantities_of_interestrâ��]rã��(j~��j��jÁ��j½��ejê��Udoerä��jì��j��uhJ}rå��(jå��j��hEhJjç��jÖ��jè��Kj×��}ræ��(jÿ��}rç��(jÚ��NjÛ��NjÜ��Nj÷��NujN��}rè��(jÚ��NjÛ��NjÜ��Nj÷��NujP��}ré��(jÚ��NjÛ��NjÜ��Nj÷��NujR��}rê��(jÚ��NjÛ��NjÜ��Nj÷��Nuj_��}rë��(jÚ��NjÛ��NjÜ��Nj÷��Nuj*��}rì��(jÚ��NjÛ��NjÜ��Nj÷��Nuj-��}rí��(jÚ��NjÛ��NjÜ��Nj÷��NujX��}rî��(jÚ��NjÛ��NjÜ��Nj÷��NujZ��}rï��(jÚ��NjÛ��NjÜ��Nj÷��NujT��}rð��(jÚ��NjÛ��NjÜ��Nj÷��Nuj��}rñ��(jÚ��NjÛ��NjÜ��Nj÷��Nuj��}rò��(jÚ��NjÛ��NjÜ��Nj÷��Nuujâ��]ró��(jÛ��jÇ��jÙ��jF��ejê��jä��jì��j��uh|}rô��(jå��j��hEh|jç��jÖ��jè��Kj×��}rõ��(j´��}rö��(jÚ��NjÛ��NjÜ��Nj÷��Nuj²��}r÷��(jÚ��NjÛ��NjÜ��Nj÷��Nuhz}rø��(jÚ��NjÛ��NjÜ��Nj÷��Nuj¶��}rù��(jÚ��NjÛ��NjÜ��Nj÷��Nuj¤��}rú��(jÚ��NjÛ��NjÜ��Nj÷��Nuj§��}rû��(jÚ��NjÛ��NjÜ��Nj÷��Nuj��}rü��(jÚ��NjÛ��NjÜ��Nj÷��Nuj½��}rý��(jÚ��NjÛ��NjÜ��Nj÷��Nuhõ}rþ��(jÚ��NjÛ��NjÜ��Nj÷��Nuujâ��]rÿ��(jà��jî��jë��j��j×��ejê��jä��jì��j��ujS��}r���(jå��jæ��hEjS��jç��Uwcf2^{*}jè��Kjé��hËjê��jð��jì��jí��uh}r��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��huh}r��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��huj|��}r��(jå��jæ��hEj|��jç��UESF^{c,i2,0}jè��Kjé��j��jê��jù��jì��jô��uh?}r��(jå��j��hEh?jç��UWCF1r��jè��Kjõ��h'jê��jŠ��jì��j��uhú}r��(jå��j��jì��j��j��Njç��U
+Propulsionr��jè��U1jƒ��U1.0r��jõ��h$j…��Umainr	��j‡��Njˆ��Nj‰��Njê��j��hEU
+Propulsionr
+��uj��}r��(jå��jæ��jì��jí��jç��Uwcf0jè��Kjõ��j.��hEj��uj»��}r��(jå��jæ��j���Uojç��UNzr
��jì��jí��hEj»��uh}r��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��huj��}r��(jå��jæ��jì��jô��hEj��jç��UL^{c,i2}jè��Kjõ��jö��jé��j��j÷��G��������uj¡��}r��(jå��jæ��hEj¡��jç��U
+L^{c,i2,0}jè��Kjé��j��jê��jù��jì��jô��uj¿��}r��(jå��jæ��jì��jí��jç��Ulambdar��j���Uoj��}r��j��}r��(j��G?¹™™™™™šj��G?Ù™™™™™šusjõ��jö��j÷��G?Ð������hEj¿��ujƒ��}r��(jå��jæ��hEjƒ��jç��Uw1_D^{i2,*}jè��Kjé��j��jê��jý��jì��jí��uh[}r��(jå��j��jì��j��hEh[jç��USys-OPTr��jè��Kj×��}r��(jß��}r��(jÚ��NjÜ��Nj÷��G��������ujá��}r��(jÚ��NjÜ��Nj÷��G?©™™™™™šujq��}r��(jÚ��NjÜ��Nj÷��G��������ujx��}r��(jÚ��NjÜ��Nj÷��G��������ujã��}r��(jÚ��NjÜ��Nj÷��Mèuj“��}r��(jÚ��NjÜ��Nj÷��G��������ujÐ��}r��(jÚ��NjÜ��Nj÷��G@������uj��}r ��(jÚ��NjÜ��Nj÷��G��������ujý��}r!��(jÚ��NjÜ��Nj÷��G��������ujô��}r"��(jÚ��NjÜ��Nj÷��G��������ujæ��}r#��(jÚ��NjÜ��Nj÷��G��������uj©��}r$��(jÚ��NjÜ��Nj÷��Mȯuju��}r%��(jÚ��NjÜ��Nj÷��G��������ujð��}r&��(jÚ��NjÜ��Nj÷��G��������uj«��}r'��(jÚ��NjÜ��Nj÷��G?ù™™™™™šujì��}r(��(jÚ��NjÜ��Nj÷��K7ujî��}r)��(jÚ��NjÜ��Nj÷��G��������ujù��}r*��(jÚ��NjÜ��Nj÷��G��������uj��}r+��(jÚ��NjÜ��Nj÷��G��������ujò��}r,��(jÚ��NjÜ��Nj÷��G��������uj��}r-��(jÚ��NjÜ��Nj÷��G��������uuUobjective_variabler.��]r/��j8��ajê��U	optimizerr0��Uconstraint_variablesr1��}r2��(hÓ}r3��(jÚ��NjÜ��Nuh×}r4��(jÚ��NjÜ��Nujf��}r5��(jÚ��NjÜ��Nuj‰��}r6��(jÚ��NjÜ��Nuhá}r7��(jÚ��NjÜ��Nuhå}r8��(jÚ��NjÜ��NuuujE��}r9��(jå��jæ��jì��jí��hEjE��jç��U	w0_L^{i2}jè��Kj��}r:��j��}r;��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj±��}r<��(jå��jæ��hEj±��jç��Uw1_Theta^{i2,*}jè��Kjé��j¤��jê��jý��jì��jí��ujJ��}r=��(jå��jæ��jì��jô��hEjJ��jç��U	WE^{c,i2}jè��Kjõ��jö��jé��høj÷��G��������ujM��}r>��(jå��jæ��jì��jí��hEjM��jç��U
w1_Theta^{i2}jè��Kj��}r?��j��}r@��(j��GÀ�������j��G@�������usjõ��jö��jé��j¤��j÷��G��������ujà��}rA��(jå��jæ��hEjà��jç��UWT^{*}jè��Kjé��hÛjê��jð��jì��jí��ujA��}rB��(jå��jæ��hEjA��jç��UT^{a}jè��Kjé��jv��jê��jò��jì��jí��uh­}rC��(jå��jæ��hEh­jç��UDOE_WE^{c}_{inp}jè��Kjé��højê��jû��jì��jô��ujÙ��}rD��(jå��j��jì��j��hEjÙ��jç��U	Sub-OPT-0rE��jè��Kj×��}rF��(jÂ��}rG��(jÚ��NjÜ��Nj÷��G?ð������uj¿��}rH��(jÚ��NjÜ��Nj÷��G?Ð������uuj.��]rI��j��ajê��j0��j1��}rJ��(jÈ��}rK��(jÚ��NjÜ��NujZ��}rL��(jÚ��NjÜ��Nuj\��}rM��(jÚ��NjÜ��Nuj_��}rN��(jÚ��NjÜ��Nuja��}rO��(jÚ��NjÜ��Nujc��}rP��(jÚ��NjÜ��NuuujH��}rQ��(jå��j��jì��j��hEjH��jç��U	Sub-OPT-1rR��jè��Kj×��}rS��jJ��}rT��(jÚ��NjÜ��Nj÷��G?ð������usj.��]rU��ji��ajê��j0��j1��}rV��ho}rW��(jÚ��NjÜ��Nusujx��}rX��(jå��j��jì��j��hEjx��jç��U	Sub-OPT-2rY��jè��Kj×��}rZ��jv��}r[��(jÚ��NjÜ��Nj÷��G?á™™™™™šusj.��]r\��hËajê��j0��j1��}r]��(j��}r^��(jÚ��NjÜ��Nujq��}r_��(jÚ��NjÜ��Nujn��}r`��(jÚ��NjÜ��Nuuuj¨��}ra��(jå��jæ��hEj¨��jç��Uw1_Theta^{i2,0}jè��Kjé��j¤��jê��jù��jì��jô��uh±}rb��(jå��jæ��hEh±jç��UDOE_section^{*}_{out}jè��Kjé��jÂ��jê��jë��jì��jí��ujÁ��}rc��(jå��jæ��hEjÁ��jç��UWE^{*}jè��Kjé��højê��jð��jì��jí��ujF��}rd��(jå��jæ��jè��Kjì��jí��hEjF��jç��U
+conv_checkre��uj}��}rf��(jå��jæ��hEj}��jç��UD^{a}jè��Kjé��j��jê��jò��jì��jí��ujë��}rg��(jå��jæ��hEjë��jç��UWF^{*}jè��Kjé��hüjê��jð��jì��jí��ujŒ��}rh��(jå��jæ��hEjŒ��jç��UAR^{0}jè��Kjé��jÐ��jê��jù��jì��jô��uj‡��}ri��(jå��jæ��hEj‡��jç��Uw1_D^{i2,0}jè��Kjé��j��jê��jù��jì��jô��ujH��}rj��(jå��jæ��hEjH��jç��UCf^{a}jè��Kjé��jJ��jê��jò��jì��jí��ujˆ��}rk��(jå��jæ��hEjˆ��jç��UL^{a}jè��Kjé��j��jê��jò��jì��jí��uj‰��}rl��(jå��jæ��hEj‰��jç��UTheta^{c,0}jè��Kjé��hkjê��jù��jì��jô��uj��}rm��(jå��jæ��jì��jí��jç��U	WT^{c,i2}jè��Kjé��hÛhEj��uh2}rn��(jå��j��hEh2jç��UGcro��jè��Kjõ��h'jê��Uconsistency constraint functionrp��jì��j��uh©}rq��(jå��jæ��hEh©jç��UDOE_Lambda^{c}_{inp}jè��Kjé��jì��jê��jû��jì��jô��uh«}rr��(jå��jæ��hEh«jç��UDOE_WF^{*}_{out}jè��Kjé��hüjê��jë��jì��jí��ujÏ��}rs��(jå��jæ��hEjÏ��jç��UDOE_w0_L_{inp}jè��Kjé��j��jê��jû��jì��jô��uj¤��}rt��(jå��jæ��jì��jí��jç��Uw1_Thetajè��Kjê��Ucoupling weightru��hEj¤��uj§��}rv��(jå��jæ��jì��jí��jç��Uw0_WTjè��Kjê��ju��hEj§��uj8��}rw��(jå��jæ��jè��Kjõ��j.��jì��jí��hEj8��jç��URujá��}rx��(jå��jæ��jì��jô��jç��Utcry��j���Uoj��}rz��j��}r{��(j��G?„záG®{j��G?·
 =p£×
-usjõ��jö��j÷��G?©™™™™™šhEjá��uj®��}rx��(jå��jæ��jì��jí��jç��Uh^{c,i2}jè��Kjé��j©��hEj®��uj½��}ry��(jå��jæ��hEj½��jç��UT^{*}jè��Kjé��jv��jê��jý��jì��jí��ujÙ��}rz��(jå��jæ��hEjÙ��jç��Ufin^{*}jè��Kjé��jh��jê��jð��jì��jí��uh}r{��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��huj{��}r|��(jå��j��jì��j��jç��USys-CONVr}��jè��Kjê��U	convergerr~��hEj{��uh»}r��(jå��jæ��hEh»jç��UDOE_WT^{*}_{out}jè��Kjé��hÛjê��jë��jì��jí��uh}r€��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jˆ��jç��hujg��}r��(jå��jæ��hEjg��jç��UCf^{0}jè��Kjé��jJ��jê��jù��jì��jí��uj­��}r‚��(jå��jæ��hEj­��jç��USFC^{a}jè��Kjé��jñ��jê��jò��jì��jí��ujw��}rƒ��(jå��jæ��hEjw��jç��Uh^{0}jè��Kjé��j©��jê��jù��jì��jô��uj��}r„��(jå��jæ��j���Uojç��UESFr…��jì��jô��hEj��ujÚ��}r†��(jå��j��jì��j��hEjÚ��jç��U	Sub-SMB-1r‡��jè��Kjê��j��j��}rˆ��(j ��]r‰��(jÓ��hÞjA��jÕ��hajÅ��j5��j†��jÉ��jÏ��jÍ��jË��ej"��]rŠ��(jì��jè��hthHeuujî��}r‹��(jå��jæ��jè��Kjì��jí��hEjî��jç��U
-defSubSMB2ujñ��}rŒ��(jå��jæ��j���Uojç��USFCr��jì��jí��hEjñ��uj¹��}rŽ��(jå��jæ��j���Uojç��UWFOr��jì��jí��hEj¹��uj½��}r��(jå��jæ��hEj½��jç��Utc^{c}jè��Kjé��já��jê��j@��jì��jí��uh}r‘��(jå��jæ��hEhjç��UDOE_SFC^{*}_{out}jè��Kjé��jñ��jê��jë��jì��jí��uj<��}r’��(jå��jæ��hEj<��jç��Ugc3^{*}jè��Kjé��jf��jê��jð��jì��jí��ujo��}r“��(jå��jæ��hEjo��jç��U
w1_SFC^{i2,*}jè��Kjé��jZ��jê��jý��jì��jí��ujþ��}r”��(jå��jæ��jì��jí��jç��UM^{c,i2}jè��Kjé��j«��hEjþ��uh¡}r•��(jå��jæ��hEh¡jç��UDOE_D^{c,i2}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj$��}r–��(jå��jæ��hEj$��jç��U
-sigma5^{*}jè��Kjé��j\��jê��jð��jì��jí��uj&��}r—��(jå��jæ��hEj&��jç��U
-sigma4^{*}jè��Kjé��jZ��jê��jð��jì��jí��uj(��}r˜��(jå��jæ��hEj(��jç��Usection^{a}jè��Kjé��jÂ��jê��jò��jì��jí��uj*��}r™��(jå��jæ��hEj*��jç��U
-sigma1^{*}jè��Kjé��j_��jê��jð��jì��jí��uj,��}rš��(jå��jæ��hEj,��jç��U
-sigma3^{*}jè��Kjé��jc��jê��jð��jì��jí��uj.��}r›��(jå��jæ��hEj.��jç��U
-sigma2^{*}jè��Kjé��ja��jê��jð��jì��jí��uh;}rœ��(jå��j��hEh;jç��UWCF0r��jè��Kjõ��h'jê��jˆ��jì��j��uj��}rž��(jå��jæ��hEj��jç��Uw0_L^{i2,*}jè��Kjé��j��jê��jý��jì��jí��ujÛ��}rŸ��(jå��jæ��hEjÛ��jç��UL^{*}jè��Kjé��j��jê��jð��jì��jí��ujk��}r ��(jå��jæ��hEjk��jç��UM^{0}jè��Kjé��j«��jê��jù��jì��jô��uhµ}r¡��(jå��jæ��hEhµjç��UDOE_AR^{c}_{inp}jè��Kjé��jÐ��jê��jû��jì��jô��uj\��}r¢��(jå��jæ��j���Uojç��UCDminr£��jì��jí��hEj\��ujÂ��}r¤��(jå��jæ��jì��jí��jç��Usectionr¥��j���Uoj��}r¦��j��}r§��(j��G?è������j��G?ô������usjõ��jö��j÷��G?ð������hEjÂ��ujÅ��}r¨��(jå��jæ��hEjÅ��jç��UDOE_Sref^{c,i2}_{inp}jè��Kjé��jã��jê��jû��jì��jô��uj��}r©��(jå��jæ��j���Uojç��UDTrª��jì��jí��hEj��uj¦��}r«��(jå��jæ��hEj¦��jç��UWT^{a}jè��Kjé��hÛjê��jò��jì��jô��uj6��}r¬��(jå��jæ��hEj6��jç��Ugc0^{*}jè��Kjé��håjê��jð��jì��jí��uj8��}r­��(jå��jæ��hEj8��jç��Ugc1^{*}jè��Kjé��hájê��jð��jì��jí��ujq��}r®��(jå��jæ��j��G?ðQë…¸Rjì��jí��jç��UTempr¯��jè��Kjõ��j��j��j��j��j	��hEjq��ujX��}r°��(jå��jæ��hEjX��jç��Usection^{0}jè��Kjé��jÂ��jê��jù��jì��jí��uj>��}r±��(jå��jæ��hEj>��jç��Ugc4^{*}jè��Kjé��h×jê��jð��jì��jí��uj=��}r²��(jå��jæ��jì��jí��jç��Uw2_WEjè��Kjê��jq��hEj=��ujÇ��}r³��(jå��jæ��hEjÇ��jç��UD^{*}jè��Kjé��j��jê��jð��jì��jí��ujB��}r´��(jå��jæ��jì��jí��jç��Uw0_ESFjè��Kjê��jq��hEjB��ujZ��}rµ��(jå��jæ��j��G?ñp£×
-=qjì��jí��jç��Usigma4r¶��jè��Kjõ��j��j��j��j��j	��hEjZ��uj\��}r·��(jå��jæ��j��G?ñp£×
-=qjì��jí��jç��Usigma5r¸��jè��Kjõ��j��j��j��j��j	��hEj\��uj_��}r¹��(jå��jæ��j��G?ñp£×
-=qjì��jí��jç��Usigma1rº��jè��Kjõ��j��j��j��j��j	��hEj_��uja��}r»��(jå��jæ��j��G?ñp£×
-=qjì��jí��jç��Usigma2r¼��jè��Kjõ��j��j��j��j��j	��hEja��ujc��}r½��(jå��jæ��j��G?ñp£×
-=qjì��jí��jç��Usigma3r¾��jè��Kjõ��j��j��j��j��j	��hEjc��uh³}r¿��(jå��jæ��hEh³jç��UDOE_w0_WT_{inp}jè��Kjé��j§��jê��jû��jì��jô��ujQ��}rÀ��(jå��jæ��hEjQ��jç��U	Theta^{c}jè��Kjõ��jö��j÷��G��������jé��hkjê��j
��jì��jô��uh·}rÁ��(jå��jæ��hEh·jç��UDOE_w2_WF_{inp}jè��Kjé��j��jê��jû��jì��jô��ujË��}rÂ��(jå��jæ��hEjË��jç��UDOE_w2_fin_{inp}jè��Kjé��jÿ��jê��jû��jì��jô��uhC}rÃ��(jå��j��hEhCjç��UWCF2rÄ��jè��Kjõ��h'jê��jˆ��jì��j��ujÍ��}rÅ��(jå��jæ��hEjÍ��jç��UDOE_w1_D_{inp}jè��Kjé��j��jê��jû��jì��jô��uj²��}rÆ��(jå��jæ��hEj²��jç��UAR^{c}jè��Kjé��jÐ��jê��j@��jì��jí��ujL��}rÇ��(jå��jæ��hEjL��jç��UDT^{*}jè��Kjé��jn��jê��jð��jì��jí��ujî��}rÈ��(jå��jæ��hEjî��jç��U	Theta^{*}jè��Kjé��hkjê��jð��jì��jí��uji��}rÉ��(jå��jæ��jì��jí��jç��Uwcf1jè��Kjõ��j.��hEji��ujã��}rÊ��(jå��jæ��jì��jô��jç��USrefrË��j���Uoj��}rÌ��j��}rÍ��(j��Môj��MÜusjõ��jö��j÷��MèhEjã��ujÉ��}rÎ��(jå��jæ��hEjÉ��jç��UDOE_M^{c}_{inp}jè��Kjé��j«��jê��jû��jì��jô��uj¶��}rÏ��(jå��jæ��hEj¶��jç��USref^{c}jè��Kjé��jã��jê��j@��jì��jí��uh6}rÐ��(jå��j��jì��j��jç��USub-SM-2rÑ��jè��Kjê��j ��hEh6uj{��}rÒ��(jå��jæ��jì��jí��hEj{��jç��U
-w2_WF^{i2}jè��Kj��}rÓ��j��}rÔ��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj:��}rÕ��(jå��jæ��hEj:��jç��Ugc2^{*}jè��Kjé��j‰��jê��jð��jì��jí��uj¯��}rÖ��(jå��jæ��hEj¯��jç��Ufin^{a}jè��Kjé��jh��jê��jò��jì��jí��uj©��}r×��(jå��jæ��jì��jô��jç��Uhj���Uoj��}rØ��j��}rÙ��(j��M0uj��M`êusjõ��jö��j÷��MȯhEj©��uj���}rÚ��(jå��jæ��jè��Kjì��jí��hEj���jç��U
-defSubSMB0uj�}r��(j�j�j�Kj�j�hEj�j�U
-defSubSMB1ujˆ��}rÜ��(jå��jæ��jì��jí��jç��U
Lambda^{c,i2}jè��Kjé��jì��hEjˆ��uj0��}rÝ��(jå��jæ��hEj0��jç��Utc^{*}jè��Kjé��já��jê��jý��jì��jô��uj™��}rÞ��(jå��jæ��hEj™��jç��U
-Lambda^{0}jè��Kjé��jì��jê��jù��jì��jô��ujP��}rß��(jå��jæ��hEjP��jç��Uh^{*}jè��Kjé��j©��jê��jý��jì��jô��uj��}rà��(jå��jæ��jì��jí��jç��Uw2_WFjè��Kjê��jq��hEj��uj“��}rá��(jå��jæ��jì��jí��jç��UD^{c,i2}jè��Kjé��j��hEj“��ujì��}râ��(jå��jæ��hEjì��jç��UDOE_L^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��ujZ��}rã��(jå��jæ��jì��jí��jç��Uw1_SFCjè��Kjê��jq��hEjZ��uh˜}rä��(jå��jæ��hEh˜jç��UDOE_T^{*}_{out}jè��Kjé��jv��jê��jë��jì��jí��ujœ��}rå��(jå��jæ��jì��jí��jç��U	AR^{c,i2}jè��Kjé��jÐ��hEjœ��ujm��}ræ��(jå��jæ��hEjm��jç��UT^{0}jè��Kjé��jv��jê��jù��jì��jí��ujÕ��}rç��(jå��jæ��hEjÕ��jç��UDOE_h^{c}_{inp}jè��Kjé��j©��jê��jû��jì��jô��ujÓ��}rè��(jå��jæ��hEjÓ��jç��UDOE_ESF^{c}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj•��}ré��(jå��jæ��hEj•��jç��UWT^{c,*}jè��Kjé��hÛjê��jý��jì��jí��uj§��}rê��(jå��jæ��jì��jí��jç��USref^{c,i2}jè��Kjé��jã��hEj§��ujè��}rë��(jå��jæ��hEjè��jç��UDOE_D^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��uj«��}rì��(jå��jæ��jì��jô��jç��UMj���Uoj��}rí��j��}rî��(j��G?öffffffj��G?üÌÌÌÌÌÍusjõ��jö��j÷��G?ù™™™™™šhEj«��ujì��}rï��(jå��jæ��jì��jô��jç��ULambdarð��j���Uoj��}rñ��j��}rò��(j��K(j��KFusjõ��jö��j÷��K7hEjì��ujÿ��}ró��(jå��jæ��jì��jí��jç��Uw2_finjè��Kjê��jq��hEjÿ��uj��}rô��(jå��jæ��j���Uojç��UTemprõ��jì��jí��hEj��uj��}rö��(jå��jæ��jì��jí��jç��Uw0_Ljè��Kjê��jq��hEj��uj��}r÷��(jå��jæ��jì��jí��jç��Uw1_Djè��Kjê��jq��hEj��uj\��}rø��(jå��jæ��hEj\��jç��UM^{*}jè��Kjé��j«��jê��jý��jì��jô��uuUnode_dict_factoryrù��hUGRAPH_PROPERTIESrú��]rû��(U	functionsrü��Unodesrý��Uedgesrþ��U	couplingsrÿ��U
system_inputsr���eU
NODE_CAT_TREEr��}r��(j�}r��(Ucollided circular couplingr��]Ushared circular couplingr��]Usupplied inputr��]U	collisionr��]U!collided shared circular couplingr��]Uholer	��]Ucollided shared couplingr
-��]Upure circular couplingr��]j�]Ushared couplingr��]Usupplied shared inputr
��]Uoutputr��]Ucollided couplingr��]uj��}r��(Uindependentr��]U
-outputlessr��]j��]U	inputlessr��]uUarchitecture elementr��}r��(U	initiatorr��]j,��]Ucopy design variabler��]Udoe output sample listr��]Uinitial guess design variabler��]Uconsistency constraint variabler��]UMDA coupling variabler��]UMDAr��]Uindependent output functionr��]Uoptimizer functionr��]UMDA analysisr��]Udoe input sample listr ��]Usurrogate model approximater!��]U#initial guess MDA coupling variabler"��]Ufinal output variabler#��]Ucoupling weightr$��]Ufinal MDA coupling variabler%��]Ufinal design variabler&��]uU
RCE componentr'��}r(��(U
-CPACS Toolr)��]U
-XML Mergerr*��]U
-XML Loaderr+��]U	Optimizerr,��]UConsistency constraint functionr-��]UXML PyMergerr.��]UInput Providerr/��]U	Convergerr0��]uUvariable groupr1��}r2��(U
-hole groupr3��]Ucoupling groupr4��]Ushared coupling groupr5��]Uoutput groupr6��]Usupplied input groupr7��]Usupplied shared input groupr8��]uuU_succr9��j»��Uadjlist_outer_dict_factoryr:��hub.
\ No newline at end of file
+usjõ��jö��j÷��G?©™™™™™šhEjá��uj®��}r|��(jå��jæ��jì��jí��jç��Uh^{c,i2}jè��Kjé��j©��hEj®��uj½��}r}��(jå��jæ��hEj½��jç��UT^{*}jè��Kjé��jv��jê��jý��jì��jí��ujÙ��}r~��(jå��jæ��hEjÙ��jç��Ufin^{*}jè��Kjé��jh��jê��jð��jì��jí��uh}r��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��huj{��}r€��(jå��j��jì��j��jç��USys-CONVr��jè��Kjê��U	convergerr‚��hEj{��uh»}rƒ��(jå��jæ��hEh»jç��UDOE_WT^{*}_{out}jè��Kjé��hÛjê��jë��jì��jí��uh}r„��(jå��j��jè��Kjõ��h'jì��j��hEhjê��jŠ��jç��hujg��}r…��(jå��jæ��hEjg��jç��UCf^{0}jè��Kjé��jJ��jê��jù��jì��jí��uj­��}r†��(jå��jæ��hEj­��jç��USFC^{a}jè��Kjé��jñ��jê��jò��jì��jí��ujw��}r‡��(jå��jæ��hEjw��jç��Uh^{0}jè��Kjé��j©��jê��jù��jì��jô��uj��}rˆ��(jå��jæ��j���Uojç��UESFr‰��jì��jô��hEj��ujÚ��}rŠ��(jå��j��jì��j��hEjÚ��jç��U	Sub-SMB-1r‹��jè��Kjê��j��j��}rŒ��(j ��]r��(jÓ��hÞjA��jÕ��hajÅ��j5��j†��jÉ��jÏ��jÍ��jË��ej"��]rŽ��(jì��jè��hthHeuujî��}r��(jå��jæ��jè��Kjì��jí��hEjî��jç��U
+defSubSMB2ujñ��}r��(jå��jæ��j���Uojç��USFCr‘��jì��jí��hEjñ��uj¹��}r’��(jå��jæ��j���Uojç��UWFOr“��jì��jí��hEj¹��uj½��}r”��(jå��jæ��hEj½��jç��Utc^{c}jè��Kjé��já��jê��j@��jì��jí��uh}r•��(jå��jæ��hEhjç��UDOE_SFC^{*}_{out}jè��Kjé��jñ��jê��jë��jì��jí��uj<��}r–��(jå��jæ��hEj<��jç��Ugc3^{*}jè��Kjé��jf��jê��jð��jì��jí��ujo��}r—��(jå��jæ��hEjo��jç��U
w1_SFC^{i2,*}jè��Kjé��jZ��jê��jý��jì��jí��ujþ��}r˜��(jå��jæ��jì��jí��jç��UM^{c,i2}jè��Kjé��j«��hEjþ��uh¡}r™��(jå��jæ��hEh¡jç��UDOE_D^{c,i2}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj$��}rš��(jå��jæ��hEj$��jç��U
+sigma5^{*}jè��Kjé��j\��jê��jð��jì��jí��uj&��}r›��(jå��jæ��hEj&��jç��U
+sigma4^{*}jè��Kjé��jZ��jê��jð��jì��jí��uj(��}rœ��(jå��jæ��hEj(��jç��Usection^{a}jè��Kjé��jÂ��jê��jò��jì��jí��uj*��}r��(jå��jæ��hEj*��jç��U
+sigma1^{*}jè��Kjé��j_��jê��jð��jì��jí��uj,��}rž��(jå��jæ��hEj,��jç��U
+sigma3^{*}jè��Kjé��jc��jê��jð��jì��jí��uj.��}rŸ��(jå��jæ��hEj.��jç��U
+sigma2^{*}jè��Kjé��ja��jê��jð��jì��jí��uh;}r ��(jå��j��hEh;jç��UWCF0r¡��jè��Kjõ��h'jê��jŠ��jì��j��uj��}r¢��(jå��jæ��hEj��jç��Uw0_L^{i2,*}jè��Kjé��j��jê��jý��jì��jí��ujÛ��}r£��(jå��jæ��hEjÛ��jç��UL^{*}jè��Kjé��j��jê��jð��jì��jí��ujk��}r¤��(jå��jæ��hEjk��jç��UM^{0}jè��Kjé��j«��jê��jù��jì��jô��uhµ}r¥��(jå��jæ��hEhµjç��UDOE_AR^{c}_{inp}jè��Kjé��jÐ��jê��jû��jì��jô��uj\��}r¦��(jå��jæ��j���Uojç��UCDminr§��jì��jí��hEj\��ujÂ��}r¨��(jå��jæ��jì��jí��jç��Usectionr©��j���Uoj��}rª��j��}r«��(j��G?è������j��G?ô������usjõ��jö��j÷��G?ð������hEjÂ��ujÅ��}r¬��(jå��jæ��hEjÅ��jç��UDOE_Sref^{c,i2}_{inp}jè��Kjé��jã��jê��jû��jì��jô��uj��}r­��(jå��jæ��j���Uojç��UDTr®��jì��jí��hEj��uj¦��}r¯��(jå��jæ��hEj¦��jç��UWT^{a}jè��Kjé��hÛjê��jò��jì��jô��uj6��}r°��(jå��jæ��hEj6��jç��Ugc0^{*}jè��Kjé��håjê��jð��jì��jí��uj8��}r±��(jå��jæ��hEj8��jç��Ugc1^{*}jè��Kjé��hájê��jð��jì��jí��ujq��}r²��(jå��jæ��j��G?ðQë…¸Rjì��jí��jç��UTempr³��jè��Kjõ��j��j��j��j��j	��hEjq��ujX��}r´��(jå��jæ��hEjX��jç��Usection^{0}jè��Kjé��jÂ��jê��jù��jì��jí��uj>��}rµ��(jå��jæ��hEj>��jç��Ugc4^{*}jè��Kjé��h×jê��jð��jì��jí��uj=��}r¶��(jå��jæ��jì��jí��jç��Uw2_WEjè��Kjê��ju��hEj=��ujÇ��}r·��(jå��jæ��hEjÇ��jç��UD^{*}jè��Kjé��j��jê��jð��jì��jí��ujB��}r¸��(jå��jæ��jì��jí��jç��Uw0_ESFjè��Kjê��ju��hEjB��ujZ��}r¹��(jå��jæ��j��G?ñp£×
+=qjì��jí��jç��Usigma4rº��jè��Kjõ��j��j��j��j��j	��hEjZ��uj\��}r»��(jå��jæ��j��G?ñp£×
+=qjì��jí��jç��Usigma5r¼��jè��Kjõ��j��j��j��j��j	��hEj\��uj_��}r½��(jå��jæ��j��G?ñp£×
+=qjì��jí��jç��Usigma1r¾��jè��Kjõ��j��j��j��j��j	��hEj_��uja��}r¿��(jå��jæ��j��G?ñp£×
+=qjì��jí��jç��Usigma2rÀ��jè��Kjõ��j��j��j��j��j	��hEja��ujc��}rÁ��(jå��jæ��j��G?ñp£×
+=qjì��jí��jç��Usigma3rÂ��jè��Kjõ��j��j��j��j��j	��hEjc��uh³}rÃ��(jå��jæ��hEh³jç��UDOE_w0_WT_{inp}jè��Kjé��j§��jê��jû��jì��jô��ujQ��}rÄ��(jå��jæ��hEjQ��jç��U	Theta^{c}jè��Kjõ��jö��j÷��G��������jé��hkjê��j
��jì��jô��uh·}rÅ��(jå��jæ��hEh·jç��UDOE_w2_WF_{inp}jè��Kjé��j��jê��jû��jì��jô��ujË��}rÆ��(jå��jæ��hEjË��jç��UDOE_w2_fin_{inp}jè��Kjé��jÿ��jê��jû��jì��jô��uhC}rÇ��(jå��j��hEhCjç��UWCF2rÈ��jè��Kjõ��h'jê��jŠ��jì��j��ujÍ��}rÉ��(jå��jæ��hEjÍ��jç��UDOE_w1_D_{inp}jè��Kjé��j��jê��jû��jì��jô��uj²��}rÊ��(jå��jæ��hEj²��jç��UAR^{c}jè��Kjé��jÐ��jê��j@��jì��jí��ujL��}rË��(jå��jæ��hEjL��jç��UDT^{*}jè��Kjé��jn��jê��jð��jì��jí��ujî��}rÌ��(jå��jæ��hEjî��jç��U	Theta^{*}jè��Kjé��hkjê��jð��jì��jí��uji��}rÍ��(jå��jæ��jì��jí��jç��Uwcf1jè��Kjõ��j.��hEji��ujã��}rÎ��(jå��jæ��jì��jô��jç��USrefrÏ��j���Uoj��}rÐ��j��}rÑ��(j��Môj��MÜusjõ��jö��j÷��MèhEjã��ujÉ��}rÒ��(jå��jæ��hEjÉ��jç��UDOE_M^{c}_{inp}jè��Kjé��j«��jê��jû��jì��jô��uj¶��}rÓ��(jå��jæ��hEj¶��jç��USref^{c}jè��Kjé��jã��jê��j@��jì��jí��uh6}rÔ��(jå��j��jì��j��jç��USub-SM-2rÕ��jè��Kjê��j¤��hEh6uj{��}rÖ��(jå��jæ��jì��jí��hEj{��jç��U
+w2_WF^{i2}jè��Kj��}r×��j��}rØ��(j��GÀ�������j��G@�������usjõ��jö��jé��j��j÷��G��������uj:��}rÙ��(jå��jæ��hEj:��jç��Ugc2^{*}jè��Kjé��j‰��jê��jð��jì��jí��uj¯��}rÚ��(jå��jæ��hEj¯��jç��Ufin^{a}jè��Kjé��jh��jê��jò��jì��jí��uj©��}rÛ��(jå��jæ��jì��jô��jç��Uhj���Uoj��}rÜ��j��}rÝ��(j��M0uj��M`êusjõ��jö��j÷��MȯhEj©��uj���}rÞ��(jå��jæ��jè��Kjì��jí��hEj���jç��U
+defSubSMB0uj�}r��(j�j�j�Kj�j�hEj�j�U
+defSubSMB1ujˆ��}rà��(jå��jæ��jì��jí��jç��U
Lambda^{c,i2}jè��Kjé��jì��hEjˆ��uj0��}rá��(jå��jæ��hEj0��jç��Utc^{*}jè��Kjé��já��jê��jý��jì��jô��uj™��}râ��(jå��jæ��hEj™��jç��U
+Lambda^{0}jè��Kjé��jì��jê��jù��jì��jô��ujP��}rã��(jå��jæ��hEjP��jç��Uh^{*}jè��Kjé��j©��jê��jý��jì��jô��uj��}rä��(jå��jæ��jì��jí��jç��Uw2_WFjè��Kjê��ju��hEj��uj“��}rå��(jå��jæ��jì��jí��jç��UD^{c,i2}jè��Kjé��j��hEj“��ujì��}ræ��(jå��jæ��hEjì��jç��UDOE_L^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��ujZ��}rç��(jå��jæ��jì��jí��jç��Uw1_SFCjè��Kjê��ju��hEjZ��uh˜}rè��(jå��jæ��hEh˜jç��UDOE_T^{*}_{out}jè��Kjé��jv��jê��jë��jì��jí��ujœ��}ré��(jå��jæ��jì��jí��jç��U	AR^{c,i2}jè��Kjé��jÐ��hEjœ��ujm��}rê��(jå��jæ��hEjm��jç��UT^{0}jè��Kjé��jv��jê��jù��jì��jí��ujÕ��}rë��(jå��jæ��hEjÕ��jç��UDOE_h^{c}_{inp}jè��Kjé��j©��jê��jû��jì��jô��ujÓ��}rì��(jå��jæ��hEjÓ��jç��UDOE_ESF^{c}_{inp}jè��Kjé��j��jê��jû��jì��jô��uj•��}rí��(jå��jæ��hEj•��jç��UWT^{c,*}jè��Kjé��hÛjê��jý��jì��jí��uj§��}rî��(jå��jæ��jì��jí��jç��USref^{c,i2}jè��Kjé��jã��hEj§��ujè��}rï��(jå��jæ��hEjè��jç��UDOE_D^{*}_{out}jè��Kjé��j��jê��jë��jì��jí��uj«��}rð��(jå��jæ��jì��jô��jç��UMj���Uoj��}rñ��j��}rò��(j��G?öffffffj��G?üÌÌÌÌÌÍusjõ��jö��j÷��G?ù™™™™™šhEj«��ujì��}ró��(jå��jæ��jì��jô��jç��ULambdarô��j���Uoj��}rõ��j��}rö��(j��K(j��KFusjõ��jö��j÷��K7hEjì��ujÿ��}r÷��(jå��jæ��jì��jí��jç��Uw2_finjè��Kjê��ju��hEjÿ��uj��}rø��(jå��jæ��j���Uojç��UTemprù��jì��jí��hEj��uj��}rú��(jå��jæ��jì��jí��jç��Uw0_Ljè��Kjê��ju��hEj��uj��}rû��(jå��jæ��jì��jí��jç��Uw1_Djè��Kjê��ju��hEj��uj\��}rü��(jå��jæ��hEj\��jç��UM^{*}jè��Kjé��j«��jê��jý��jì��jô��uuUnode_dict_factoryrý��hUGRAPH_PROPERTIESrþ��]rÿ��(U	functionsr���Unodesr��Uedgesr��U	couplingsr��U
system_inputsr��eU
NODE_CAT_TREEr��}r��(j�}r��(Ucollided circular couplingr��]Ushared circular couplingr	��]Usupplied inputr
+��]U	collisionr��]U!collided shared circular couplingr��]Uholer
��]Ucollided shared couplingr��]Upure circular couplingr��]j�]Ushared couplingr��]Usupplied shared inputr��]Uoutputr��]Ucollided couplingr��]uj��}r��(Uindependentr��]U
+outputlessr��]j��]U	inputlessr��]uUarchitecture elementr��}r��(U	initiatorr��]j0��]Ucopy design variabler��]Udoe output sample listr��]Uinitial guess design variabler��]Uconsistency constraint variabler��]UMDA coupling variabler��]UMDAr ��]Uindependent output functionr!��]Uoptimizer functionr"��]UMDA analysisr#��]Udoe input sample listr$��]Usurrogate model approximater%��]U#initial guess MDA coupling variabler&��]Ufinal output variabler'��]Ucoupling weightr(��]Ufinal MDA coupling variabler)��]Ufinal design variabler*��]uU
RCE componentr+��}r,��(U
+CPACS Toolr-��]U
+XML Mergerr.��]U
+XML Loaderr/��]U	Optimizerr0��]UConsistency constraint functionr1��]UXML PyMergerr2��]UInput Providerr3��]U	Convergerr4��]uUvariable groupr5��}r6��(U
+hole groupr7��]Ucoupling groupr8��]Ushared coupling groupr9��]Uoutput groupr:��]Usupplied input groupr;��]Usupplied shared input groupr<��]uuU_succr=��j»��Uadjlist_outer_dict_factoryr>��hub.
\ No newline at end of file
diff --git a/examples/scripts/ssbj/KDMS/Mdao_CO.kdms b/examples/scripts/ssbj/KDMS/Mdao_CO.kdms
index d88793f54..15d2347de 100644
--- a/examples/scripts/ssbj/KDMS/Mdao_CO.kdms
+++ b/examples/scripts/ssbj/KDMS/Mdao_CO.kdms
@@ -4,76 +4,87 @@ q)
 dict
 qU
 root_graphqhUedge_attr_dict_factoryqhUgraphq	}q
-(UdescriptionqUnSolution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.qUproblem_formulationq
}q(Uallow_unconverged_couplingsq‰Ufunction_orderq]q(U
-StructuresqUAerodynamicsqU
-PropulsionqUPerformanceqU	C[sigmas]qUC[Theta]qUC[dpdx]qUC[prop]qUF[R]qeUconvergence_typeqNUmdao_architectureqUCOqUcoupled_functions_groupsq]q(]q ha]q!ha]q"haeUfunction_orderingq#}q$(Ucoupledq%]q&(hhheUpre-couplingq']U
post-couplingq(]q)(hhhhhheuuUorganizationq*Nh#}q+(Upost-desvarsq,]h(h)Upre-desvarsq-]q.h%h&uUdistr_function_orderingq/]q0(}q1(h,]h-h.h(]q2(hheh%]u]q3(}q4(h%]q5hah-]h(]q6(hhU__J0__q7eh,]u}q8(h%]q9hah-]h(]q:(hU__J1__q;eh,]u}q<(h%]q=hah-]h(]q>(hU__J2__q?eh,]ueeUmg_function_orderingq@h+UnameqAUXDSM - CO - MdaoqBuU_predqC}qD(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qE}qFUSub-Optimizer-1qG}qHsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/DqI}qJUCoordinatorqK}qLsUU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/CfqM}qNhG}qOsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/LqP}qQhK}qRsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqS}qThK}qUsU“/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetaqV}qWU
Sys-OptimizerqX}qYsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqZ}q[hK}q\sUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambdaq]}q^hK}q_sU$/data_schema/aircraft/geometry/Thetaq`}qaU
-Structuresqb}qcsU&/data_schema/mdo_data/constraints/dpdxqd}qeh}qfU	equationsqg}qhUPythonqiUdpdx/1.0qjsssUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARqk}qlUSub-Optimizer-0qm}qnsUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFqo}qphX}qqsUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEqr}qshX}qtsU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectivequ}qvh;}qwhg}qxhiU†(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2+(x7_1-x7_0)**2+(x8_1-x8_0)**2qysssUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqz}q{hX}q|sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2q}}q~hK}qsU /data_schema/aircraft/other/dpdxq€}qUAerodynamicsq‚}qƒsU6/data_schema/distributedArchitectures/group2/objectiveq„}q…h?}q†hg}q‡hiUJ(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2qˆsssU[/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Tq‰}qŠhK}q‹sU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2qŒ}qUSub-Optimizer-2qŽ}qsU”/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2q}q‘hG}q’sU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFq“}q”hX}q•sUO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/Mq–}q—hX}q˜sU/data_schema/aircraft/weight/WTq™}qšhb}q›sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqœ}qhK}qžsU/data_schema/aircraft/weight/WOqŸ}q hK}q¡sU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaq¢}q£hm}q¤sU/data_schema/aircraft/weight/WEq¥}q¦U
-Propulsionq§}q¨sU/data_schema/aircraft/weight/WFq©}qªhb}q«sU0/data_schema/mdo_data/constraints/propulsion/ESFq¬}q­h}q®hg}q¯hiUESF/1.0q°sssU/data_schema/aircraft/other/Lq±}q²h‚}q³sU /data_schema/aircraft/weight/WBEq´}qµhK}q¶sUV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/Mq·}q¸hK}q¹sU/data_schema/aircraft/other/Dqº}q»h‚}q¼sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiveq½}q¾h7}q¿hg}qÀhiUh(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2qÁssshK}qÂ(Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5qÃ}qÄUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4qÅ}qÆUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1qÇ}qÈUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3qÉ}qÊUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2qË}qÌhM}qÍUX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tcqÎ}qÏU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/SrefqÐ}qÑUO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/hqÒ}qÓh}qÔhV}qÕUg/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESFqÖ}q×UZ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/SrefqØ}qÙU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiveqÚ}qÛU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2qÜ}qÝhk}qÞUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finqß}qàU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqá}qâUT/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Tqã}qäUY/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/Rqå}qæU]/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/sectionqç}qèUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lqé}qêU]/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdxqë}qìUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dqí}qîUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqï}qðU…/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hqñ}qòUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DTqó}qôhŒ}qõU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambdaqö}q÷U¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiveqø}qùhu}qúU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qû}qüU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqý}qþUh/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Tempqÿ}r���h“}r��U‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r��}r��U…/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mr��}r��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTr��}r��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcr��}r	��U–/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r
-��}r��U^/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Thetar��}r
��UX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/ARr��}r��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFr��}r��h–}r��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr��}r��uj��}r��hm}r��sUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambdar��}r��hK}r��sj��}r��h}r��hg}r��hiU	Theta/1.0r��sssU/data_schema/aircraft/other/finr��}r��h‚}r ��sU//data_schema/mdo_data/constraints/propulsion/DTr!��}r"��h}r#��hg}r$��hiUDT/1.0r%��sssU/data_schema/aircraft/other/Tr&��}r'��hŽ}r(��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r)��}r*��hK}r+��shï}r,��hX}r-��shÖ}r.��h}r/��hgh¯ssU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr0��}r1��hK}r2��sh?}r3��(UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr4��}r5��Uequation_labelr6��Ux4_1r7��sU/data_schema/aircraft/other/SFCr8��}r9��j6��Ux2_0r:��sU/data_schema/reference/ESFr;��}r<��j6��Ux1_0r=��sU/data_schema/reference/hr>��}r?��j6��Ux0_0r@��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2rA��}rB��j6��Ux0_1rC��sU/data_schema/reference/MrD��}rE��j6��Ux3_0rF��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2rG��}rH��j6��Ux3_1rI��sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFrJ��}rK��j6��Ux1_1rL��sUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCrM��}rN��j6��Ux2_1rO��sh¥}rP��j6��Ux4_0rQ��suU—/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/SrefrR��}rS��hK}rT��sU"/data_schema/aircraft/other/sigma5rU��}rV��hb}rW��sU"/data_schema/aircraft/other/sigma4rX��}rY��hb}rZ��sU"/data_schema/aircraft/other/sigma3r[��}r\��hb}r]��sU"/data_schema/aircraft/other/sigma2r^��}r_��hb}r`��sU"/data_schema/aircraft/other/sigma1ra��}rb��hb}rc��shØ}rd��hX}re��sUPerformancerf��}rg��(ho}rh��j>��}ri��jD��}rj��hz}rk��jM��}rl��UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finrm��}rn��uhb}ro��(UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARrp��}rq��UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lrr��}rs��UY/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Srefrt��}ru��hr}rv��U /data_schema/aircraft/weight/WFOrw��}rx��U/data_schema/aircraft/other/Nzry��}rz��UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcr{��}r|��U%/data_schema/aircraft/geometry/lambdar}��}r~��hŸ}r��U&/data_schema/aircraft/geometry/sectionr€��}r��h¢}r‚��uU'/data_schema/mdo_data/constraints/Thetarƒ��}r„��h}r…��hgj��sshá}r†��hX}r‡��sU!/data_schema/aircraft/geometry/ARrˆ��}r‰��hX}rŠ��shç}r‹��hm}rŒ��shé}r��hX}rŽ��shë}r��h}r��hghhsshí}r‘��hX}r’��sU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr“��}r”��hK}r•��sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiver–��}r—��h;}r˜��hghxssU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFr™��}rš��hK}r›��sjr��}rœ��hX}r��shö}rž��hm}rŸ��sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr ��}r¡��hX}r¢��sUa/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Srefr£��}r¤��hK}r¥��sUN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mr¦��}r§��hG}r¨��sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr©��}rª��hX}r«��shø}r¬��h?}r­��hgh‡ssU/data_schema/aircraft/other/Rr®��}r¯��jf��}r°��shÿ}r±��h}r²��hg}r³��hiUTemp/1.0r´��sssj��}rµ��hX}r¶��sU/data_schema/aircraft/other/Cfr·��}r¸��hG}r¹��sh‚}rº��(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2r»��}r¼��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r½��}r¾��j·��}r¿��U\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetarÀ��}rÁ��j©��}rÂ��U]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rÃ��}rÄ��U_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2rÅ��}rÆ��hz}rÇ��U!/data_schema/aircraft/other/CDminrÈ��}rÉ��j¦��}rÊ��UN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrË��}rÌ��ujË��}rÍ��hG}rÎ��sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2rÏ��}rÐ��hK}rÑ��sh7}rÒ��(jp��}rÓ��j6��Ux3_1rÔ��sho}rÕ��j6��Ux6_1rÖ��sU#/data_schema/aircraft/geometry/Srefr×��}rØ��j6��Ux2_0rÙ��sjt��}rÚ��j6��Ux2_1rÛ��sjˆ��}rÜ��j6��Ux3_0rÝ��sh™}rÞ��j6��Ux4_0rß��sjÀ��}rà��j6��Ux5_1rá��sU!/data_schema/aircraft/geometry/tcrâ��}rã��j6��Ux0_0rä��sj{��}rå��j6��Ux0_1ræ��sU%/data_schema/aircraft/geometry/Lambdarç��}rè��j6��Ux1_0ré��shz}rê��j6��Ux4_1rë��sh`}rì��j6��Ux5_0rí��sh¢}rî��j6��Ux1_1rï��sh©}rð��j6��Ux6_0rñ��suj
-��}rò��hG}ró��shå}rô��h}rõ��hg}rö��hiU-dpdxr÷��sssUŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrø��}rù��hK}rú��sh}rû��j®��}rü��j6��Udpdxrý��sshã}rþ��hŽ}rÿ��sh§}r���(j ��}r��h´}r��jA��}r��jG��}r��j&��}r��uU6/data_schema/distributedArchitectures/group0/objectiver��}r��h7}r��hghÀssjy��}r	��hK}r
-��sh}r��(j;��}r��j6��UESFr
��sU/data_schema/reference/Tempr��}r��j6��UTempr��sU/data_schema/aircraft/other/DTr��}r��j6��UDTr��suj}��}r��hm}r��sh;}r��(UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lr��}r��j6��Ux6_1r��sj>��}r��j6��Ux1_0r��sj»��}r��j6��Ux0_1r��sj×��}r��j6��Ux4_0r��sj ��}r ��j6��Ux8_1r!��sjË��}r"��j6��Ux1_1r#��sj½��}r$��j6��Ux5_1r%��sj¦��}r&��j6��Ux2_1r'��sjâ��}r(��j6��Ux0_0r)��sh±}r*��j6��Ux6_0r+��sjÃ��}r,��j6��Ux4_1r-��sjÅ��}r.��j6��Ux3_1r/��sjD��}r0��j6��Ux2_0r1��sjç��}r2��j6��Ux3_0r3��sj��}r4��j6��Ux7_0r5��shº}r6��j6��Ux8_0r7��sjˆ��}r8��j6��Ux5_0r9��sjm��}r:��j6��Ux7_1r;��suhX}r<��(Uš/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar=��}r>��U"/data_schema/mdo_data/objectives/Rr?��}r@��h·}rA��UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/hrB��}rC��hI}rD��j0��}rE��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/ARrF��}rG��j£��}rH��hP}rI��hS}rJ��h½}rK��hZ}rL��j��}rM��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tcrN��}rO��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiverP��}rQ��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finrR��}rS��j“��}rT��j–��}rU��j™��}rV��ujM��}rW��hX}rX��shß}rY��hX}rZ��sh}r[��h`}r\��j6��UThetar]��sshm}r^��(jƒ��}r_��Ud/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/sectionr`��}ra��U//data_schema/mdo_data/constraints/sigmas/sigma4rb��}rc��U//data_schema/mdo_data/constraints/sigmas/sigma5rd��}re��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARrf��}rg��j��}rh��U//data_schema/mdo_data/constraints/sigmas/sigma1ri��}rj��U//data_schema/mdo_data/constraints/sigmas/sigma2rk��}rl��jR��}rm��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcrn��}ro��hœ}rp��h]}rq��U//data_schema/mdo_data/constraints/sigmas/sigma3rr��}rs��uhG}rt��(jø��}ru��UŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mrv��}rw��U6/data_schema/distributedArchitectures/group1/objectiverx��}ry��U™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rz��}r{��jÏ��}r|��h}}r}��hd}r~��U›/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2r��}r€��U\/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cfr��}r‚��uhŽ}rƒ��(h‰}r„��U1/data_schema/mdo_data/constraints/propulsion/Tempr…��}r†��h„}r‡��h¬}rˆ��j!��}r‰��j)��}rŠ��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r‹��}rŒ��ujP��}r��h?}rŽ��hgh‡ssjn��}r��hK}r��sj=��}r‘��hK}r’��shñ}r“��hG}r”��sjz��}r•��hK}r–��sjF��}r—��hK}r˜��sj?��}r™��h}rš��hgjö��ssjâ��}r›��hX}rœ��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r��}rž��hŽ}rŸ��sh}r ��h€}r¡��j6��Udpdxr¢��sshý}r£��hm}r¤��sj��}r¥��hK}r¦��sjR��}r§��hK}r¨��sjN��}r©��hK}rª��sj��}r«��hG}r¬��sj;��}r­��h§}r®��sj8��}r¯��h§}r°��sjw��}r±��hK}r²��sj{��}r³��hm}r´��sj‹��}rµ��hK}r¶��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r·��}r¸��hŽ}r¹��shÃ}rº��h}r»��hg}r¼��hiU
-sigma5/1.0r½��ssshÅ}r¾��h}r¿��hg}rÀ��hiU
-sigma4/1.0rÁ��ssshÇ}rÂ��h}rÃ��hg}rÄ��hiU
-sigma1/1.0rÅ��sssjm��}rÆ��hX}rÇ��shÉ}rÈ��h}rÉ��hg}rÊ��hiU
-sigma3/1.0rË��ssshË}rÌ��h}rÍ��hg}rÎ��hiU
-sigma2/1.0rÏ��sssjf��}rÐ��hK}rÑ��shÐ}rÒ��hm}rÓ��shÚ}rÔ��h7}rÕ��hghÀssjÈ��}rÖ��hK}r×��sj€��}rØ��hm}rÙ��sj��}rÚ��hX}rÛ��sj��}rÜ��h§}rÝ��sj…��}rÞ��h}rß��hgj³��ssj`��}rà��hK}rá��sjv��}râ��hK}rã��sjb��}rä��h}rå��hgjÀ��ssjd��}ræ��h}rç��hgj¼��ssji��}rè��h}ré��hgjÄ��ssjk��}rê��h}rë��hgjÎ��ssjr��}rì��h}rí��hgjÊ��ssjÀ��}rî��hX}rï��sjp��}rð��hm}rñ��shó}rò��h}ró��hgj$��ssh}rô��(jU��}rõ��j6��Usigma5rö��sjX��}r÷��j6��Usigma4rø��sj[��}rù��j6��Usigma3rú��sj^��}rû��j6��Usigma2rü��sja��}rý��j6��Usigma1rþ��sujx��}rÿ��h;}r���hghxssj×��}r��hX}r��sjt��}r��hm}r��sj>��}r��hX}r��sU_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r��}r��hG}r	��shÎ}r
-��hX}r��shû}r��hG}r
��shÒ}r��hX}r��sj��}r��hK}r��sj��}r��hŽ}r��sjB��}r��hK}r��sU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r��}r��hG}r��shÜ}r��hG}r��sU]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2r��}r��hG}r��sjD��}r��hX}r��sjç��}r ��hX}r!��sj��}r"��h§}r#��sj��}r$��hX}r%��sj��}r&��hX}r'��suU_adjr(��}r)��(hE}r*��(UAerodynamicsr+��j¼��h;j��uhI}r,��hXjD��shM}r-��hKhÍshP}r.��hXjI��shS}r/��hXjJ��shV}r0��hKhÕshZ}r1��hXjL��sh]}r2��hmjq��sh`}r3��(h7jì��hj\��uhd}r4��hGj~��shk}r5��hKhÞsho}r6��(h7jÕ��UPerformancer7��jh��uhr}r8��(U
-Structuresr9��jv��h?j5��uhu}r:��hKhúshz}r;��(h7jê��UAerodynamicsr<��jÇ��UPerformancer=��jk��uh}}r>��hGj}��sh€}r?��hj¡��sh„}r@��hŽj‡��sh‰}rA��hŽj„��shŒ}rB��hKhõsh}rC��hKhÔsh“}rD��hKj��sh–}rE��hKj��sh™}rF��h7jÞ��shœ}rG��hmjp��shŸ}rH��U
-StructuresrI��j��sh¢}rJ��(h7jî��U
-StructuresrK��j‚��uh¥}rL��h?jP��sh©}rM��h7jð��sh¬}rN��hŽjˆ��sh±}rO��h;j*��sh´}rP��U
-PropulsionrQ��j��sh·}rR��hXjA��shº}rS��h;j6��sh½}rT��hXjK��shK}rU��(jø��jú��hIhLj=��j’��jf��jÑ��j)��j+��jy��j
-��jz��j–��hPhRjR��jT��jÈ��j×��hZh\h]h_j`��já��jv��jã��hShUjn��j��h}hj“��j•��j™��j›��h‰h‹h·h¹jF��j˜��j£��j¥��hœhžhŸh¡j��j��j��j¦��jR��j¨��jB��j��jN��jª��h´h¶jw��j²��jÏ��jÑ��j‹��j¶��j0��j2��j��j��uj��}rV��hKj	��sj��}rW��hXjM��sj��}rX��hKj
��sj��}rY��h;j4��sj!��}rZ��hŽj‰��sj&��}r[��U
-Propulsionr\��j��sj)��}r]��hŽjŠ��shï}r^��hKhðshÖ}r_��hKh×sj0��}r`��hXjE��sh?}ra��(h„h†jP��jŽ��høj­��ujR��}rb��hmjm��sjU��}rc��hjõ��sjX��}rd��hj÷��sj[��}re��hjù��sj^��}rf��hjû��sja��}rg��hjý��shØ}rh��hKhÙsjf��}ri��j®��j°��shb}rj��(h™h›jU��jW��jX��jZ��j[��j]��j^��j`��ja��jc��h`hch©h«ujƒ��}rk��hmj_��shá}rl��hKhâsjˆ��}rm��(h7jÜ��h;j8��uhç}rn��hKhèshé}ro��hKhêshë}rp��hKhìshí}rq��hKhîsj“��}rr��hXjT��sj–��}rs��hXjU��sj™��}rt��hXjV��sjr��}ru��(h;j��U
-Structuresrv��js��uhö}rw��hKh÷sj ��}rx��(U
-Propulsionry��j��h;j ��uj£��}rz��hXjH��sj¦��}r{��(UAerodynamicsr|��jÊ��h;j&��uj©��}r}��(UAerodynamicsr~��jÂ��h?jK��uhø}r��hKhùsj®��}r€��hjü��shÿ}r��hKj���sj��}r‚��hKj��sj·��}rƒ��UAerodynamicsr„��j¿��sh‚}r…��(j��j ��U/data_schema/aircraft/other/Lr†��h³h€hƒhºh¼ujË��}r‡��(UAerodynamicsrˆ��jÌ��h;j"��ujÏ��}r‰��hGj|��sh7}rŠ��(h½h¿hÚjÕ��j��j��uj
-��}r‹��hKj��shå}rŒ��hKhæsjø��}r��hGju��sh}rŽ��(håjõ��j?��jš��uhã}r��hKhäsh§}r��(U/data_schema/reference/ESFr‘��j®��j��j#��j��jÝ��U/data_schema/aircraft/weight/WEr’��h¨j8��j°��uj��}r“��hmjh��sjy��}r”��U
-Structuresr•��jz��sh}r–��(h¬h®j…��jß��hójó��j!��j#��hÖj/��hÿj²��uj}��}r—��U
-Structuresr˜��j~��sh;}r™��(huhwj–��j˜��jx��j���uhX}rš��(hïj-��jm��jÇ��hVhYhØje��j��jÛ��jM��jX��hßjZ��hohqhrhtjˆ��jŠ��jÀ��jï��héjŽ��hzh|híj’��jr��j��j×��j��j ��j¢��j>��j��j©��j«��hÎj��hÒj��jâ��jœ��h“h•háj‡��j��j%��jD��j��jç��j!��j��j¶��h–h˜j��j'��ujM��}r›��(UPerformancerœ��jl��h?jN��uhß}r��hKhàsh}rž��(jƒ��j…��j��j��uhm}rŸ��(jp��jñ��höjŸ��jt��j��hçjŒ��hÐjÓ��j{��j´��j��j��j}��j��hýj¤��j€��jÙ��h¢h¤hkhnuhG}r ��(hñj”��j��j¬��j»��hHj·��j¹��jË��jÎ��hMhOhh’hÜj��j¦��j¨��jÃ��j��j
-��jó��hûj
��j½��j��jÅ��j	��uhŽ}r¡��(j��j��hŒhhãjÿ��jA��jŸ��jG��j¹��j&��j(��ujP��}r¢��hXjQ��sjn��}r£��hmjo��sj=��}r¤��hXj>��shñ}r¥��hKhòsjz��}r¦��hGj{��sjF��}r§��hXjG��sj?��}r¨��hXj@��sjâ��}r©��(h7jã��h;j(��uj��}rª��(U
-Propulsionr«��j��h?jB��uh}r¬��(hëj��hdhfuhý}r­��hKhþsj��}r®��hGj‚��sjR��}r¯��hXjS��sjN��}r°��hXjO��sj��}r±��hKj��sj;��}r²��(hj��h?j<��uj8��}r³��h?j9��sjw��}r´��U
-Structuresrµ��jx��sj{��}r¶��(h7jå��U
-Structuresr·��j|��uj‹��}r¸��hŽjŒ��sj·��}r¹��(U
-Propulsionrº��j��h?jH��uhÃ}r»��hKhÄshÅ}r¼��hKhÆshÇ}r½��hKhÈsjm��}r¾��(UPerformancer¿��jn��h;j:��uhÉ}rÀ��hKhÊshË}rÁ��hKhÌsjf��}rÂ��hmjg��shÐ}rÃ��hKhÑshÚ}rÄ��hKhÛsjÈ��}rÅ��UAerodynamicsrÆ��jÉ��sj€��}rÇ��U
-StructuresrÈ��j��sj��}rÉ��hKj��sj��}rÊ��hj��sj…��}rË��hŽj†��sj`��}rÌ��hmja��sjv��}rÍ��hGjw��sjb��}rÎ��hmjc��sjd��}rÏ��hmje��sji��}rÐ��hmjj��sjk��}rÑ��hmjl��sjr��}rÒ��hmjs��sjÀ��}rÓ��(h7jà��UAerodynamicsrÔ��jÁ��ujp��}rÕ��(h7jÓ��U
-StructuresrÖ��jq��uhó}r×��hKhôsh}rØ��(hÃj»��hÅj¿��hÇjÃ��hÉjÉ��hËjÍ��jb��jå��jd��jç��ji��jé��jk��jë��jr��jí��ujx��}rÙ��hGjy��sj×��}rÚ��(h7jØ��h;j��ujt��}rÛ��(h7jÚ��U
-StructuresrÜ��ju��uj>��}rÝ��(UPerformancerÞ��ji��h?j?��h;j��uj��}rß��(UAerodynamicsrà��jÆ��h;j.��uhÎ}rá��hKhÏshû}râ��hKhüshÒ}rã��hKhÓsj��}rä��hGj€��sj��}rå��hKj��sjB��}ræ��hXjC��sj��}rç��(UAerodynamicsrè��j¾��h;j$��uhÜ}ré��hKhÝsj��}rê��(UAerodynamicsrë��jÄ��h;j,��ujD��}rì��(UPerformancerí��jj��h?jE��h;j0��ujç��}rî��(h7jè��h;j2��uj��}rï��hj��sj��}rð��hKj��sj��}rñ��hKj��suU_noderò��}ró��(hE}rô��(Ucategoryrõ��Uvariablerö��Usubcategoryr÷��Ushared couplingrø��Ulabelrù��U	tc^{c,i2}rú��Uinstancerû��KUrelated_to_schema_noderü��jâ��hAhEuhI}rý��(jõ��jö��hAhIjù��UD^{c,0}rþ��jû��Kjü��hºUarchitecture_rolerÿ��Uinitial guess design variabler���j÷��Ucouplingr��uhM}r��(jõ��jö��hAhMjù��UCf^{*}r��jû��Kjü��j·��jÿ��Ufinal design variabler��j÷��j��uhP}r��(jõ��jö��hAhPjù��UL^{c,0}r��jû��Kjü��h±jÿ��j���j÷��j��uhS}r��(jõ��jö��hAhSjù��UWT^{c,0}r��jû��Kjü��h™jÿ��j���j÷��j��uhV}r	��(jõ��jö��hAhVjù��UTheta^{c,*}r
-��jû��Kjü��h`jÿ��j��j÷��j��uhZ}r��(jõ��jö��hAhZjù��U	SFC^{c,0}r��jû��Kjü��j8��jÿ��j���j÷��j��uh]}r
��(jõ��jö��hAh]jù��U
-lambda^{0}r��jû��Kjü��j}��jÿ��j���j÷��j��uh`}r��(jõ��jö��Ushaper��Uojù��UThetar��j÷��jø��hAh`uhd}r��(jõ��jö��Ureference_valuer��G?ð£×
-=p¤j÷��j��jù��Udpdxr��jû��KUproblem_roler��U
-constraintr��Uconstraint_operatorr��U<=r��Uconstraint_typer��U
-inequalityr��hAhduhk}r��(jõ��jö��hAhkjù��UAR^{c,*}r��jû��Kjü��jˆ��jÿ��j��j÷��j��uho}r��(jõ��jö��hAhojù��UWF^{c}r��jû��Kjü��h©jÿ��Ucoupling copy variabler��j÷��jø��uhr}r ��(jõ��jö��hAhrjù��UWE^{c}r!��jû��Kjü��h¥jÿ��j��j÷��jø��uhu}r"��(jõ��jö��hAhujù��UJ1^{*,*}r#��jû��Kjü��jx��jÿ��Ufinal output variabler$��j÷��j��uhz}r%��(jõ��jö��hAhzjù��UWT^{c}r&��jû��Kjü��h™jÿ��j��j÷��jø��uh}}r'��(jõ��jö��hAh}jù��ULambda^{c,i2,0}r(��jû��Kjü��jç��jÿ��j���j÷��j��uh€}r)��(jõ��jö��j��Uojù��Udpdxr*��j÷��j��hAh€uh„}r+��(jõ��jö��j÷��j��jù��UJ2r,��jû��Kj��U	objectiver-��hAh„uh‰}r.��(jõ��jö��hAh‰jù��UT^{0}r/��jû��Kjü��j&��jÿ��j���j÷��j��uhŒ}r0��(jõ��jö��hAhŒjù��U
-h^{c,i2,*}r1��jû��Kjü��j>��jÿ��j��j÷��j��uh}r2��(jõ��jö��hAhjù��U
Sref^{c,i2,*}r3��jû��Kjü��j×��jÿ��j��j÷��j��uh“}r4��(jõ��jö��hAh“jù��U	ESF^{c,*}r5��jû��Kjü��j;��jÿ��j��j÷��j��uh–}r6��(jõ��jö��hAh–jù��UM^{*}r7��jû��Kjü��jD��jÿ��j��j÷��j��uh™}r8��(jõ��jö��j��Uojù��UWTr9��j÷��j��hAh™uhœ}r:��(jõ��jö��hAhœjù��ULambda^{c,0}r;��jû��Kjü��jç��jÿ��j���j÷��j��uhŸ}r<��(jõ��jö��j��Uojù��UWOr=��j÷��j��hAhŸuh¢}r>��(jõ��jö��hAh¢jù��U
-Lambda^{c}r?��jû��Kjü��jç��jÿ��Ucopy design variabler@��j÷��jø��uh¥}rA��(jõ��jö��j��Uojù��UWErB��j÷��j��hAh¥uh©}rC��(jõ��jö��j��Uojù��UWFrD��j÷��j��hAh©uh¬}rE��(jõ��jö��j��G?ø������j÷��j��jù��UESFrF��jû��Kj��j��j��j��j��j��hAh¬uh±}rG��(jõ��jö��j��Uojù��ULj÷��j��hAh±uh´}rH��(jõ��jö��j��Uojù��UWBErI��j÷��j��hAh´uh·}rJ��(jõ��jö��hAh·jù��UM^{0}rK��jû��Kjü��jD��jÿ��j���j÷��j��uhº}rL��(jõ��jö��j��Uojù��UDj÷��j��hAhºuh½}rM��(jõ��jö��j��G��������hAh½jù��UJ0^{*}rN��jû��Kj��j��j��U==rO��jü��j��jÿ��j$��j��UequalityrP��j÷��j��uhK}rQ��(jõ��UfunctionrR��hAhKUlevelrS��Njù��UCOORrT��j��U8jÿ��UcoordinatorrU��j÷��UcompleterV��uj��}rW��(jõ��jö��hAj��jù��Utc^{c,*}rX��jû��Kjü��jâ��jÿ��j��j÷��j��uj��}rY��(jõ��jö��hAj��jù��U
-Lambda^{0}rZ��jû��Kjü��jç��jÿ��j���j÷��j��uj��}r[��(jõ��jö��hAj��jù��U	Theta^{*}r\��jû��Kjü��jƒ��jÿ��j$��j÷��j��uj��}r]��(jõ��jö��j��Uojù��Ufinr^��j÷��j��hAj��uj!��}r_��(jõ��jö��j��G��������j÷��j��jù��UDTr`��jû��Kj��j��j��j��j��j��hAj!��uj&��}ra��(jõ��jö��j÷��j��jù��UTj��UoUvalid_rangesrb��}rc��Ulimit_rangerd��}re��(Uminimumrf��G?¹™™™™™šUmaximumrg��G?ð������usj��Udesign variablerh��U
nominal_valueri��G?á™™™™™šhAj&��uj)��}rj��(jõ��jö��hAj)��jù��U
-h^{c,i2,0}rk��jû��Kjü��j>��jÿ��j���j÷��j��uhï}rl��(jõ��jö��hAhïjù��U	SFC^{c,*}rm��jû��Kjü��j8��jÿ��j��j÷��j��uhÖ}rn��(jõ��jö��hAhÖjù��UESF^{*}ro��jû��Kjü��h¬jÿ��j$��j÷��j��uj0��}rp��(jõ��jö��hAj0��jù��U	ESF^{c,0}rq��jû��Kjü��j;��jÿ��j���j÷��j��uh?}rr��(jõ��jR��hAh?jù��UJ2rs��jû��Kj��h(jÿ��Uconsistency constraint functionrt��j÷��jV��ujR��}ru��(jõ��jö��hAjR��jù��U
-Sref^{c,0}rv��jû��Kjü��j×��jÿ��j���j÷��j��ujU��}rw��(jõ��jö��j��Uojù��Usigma5rx��j÷��j��hAjU��ujX��}ry��(jõ��jö��j��Uojù��Usigma4rz��j÷��j��hAjX��uj[��}r{��(jõ��jö��j��Uojù��Usigma3r|��j÷��j��hAj[��uj^��}r}��(jõ��jö��j��Uojù��Usigma2r~��j÷��j��hAj^��uja��}r��(jõ��jö��j��Uojù��Usigma1r€��j÷��j��hAja��uhØ}r��(jõ��jö��hAhØjù��USref^{*}r‚��jû��Kjü��j×��jÿ��j��j÷��j��ujf��}rƒ��(jõ��jR��j÷��jV��Uexecution_infor„��Njù��UPerformancer…��jû��U1Uversionr†��U1.0r‡��j��h(Umoderˆ��Umainr‰��Uperformance_inforŠ��NUgeneral_infor‹��NUprojectSpecificrŒ��Njÿ��Upost-coupling analysisr��hAUPerformancerŽ��uhb}r��(jõ��jR��j÷��jV��j„��Njù��U
-Structuresr��jû��U1j†��U1.0r‘��j��h%jˆ��Umainr’��jŠ��Nj‹��NjŒ��Njÿ��Ucoupled analysisr“��hAU
-Structuresr”��ujƒ��}r•��(jõ��jö��j��G?ð£×
-=p¤j÷��j��jù��UThetar–��jû��Kj��j��j��j��j��j��hAjƒ��uhá}r—��(jõ��jö��hAhájù��U
-Lambda^{*}r˜��jû��Kjü��jç��jÿ��j��j÷��j��ujˆ��}r™��(jõ��jö��j÷��jø��jù��UARrš��j��Uojb��}r›��jd��}rœ��(jf��G@������jg��G@!������usj��jh��ji��G@������hAjˆ��uhç}r��(jõ��jö��hAhçjù��Usection^{*}rž��jû��Kjü��j€��jÿ��j��j÷��j��uhé}rŸ��(jõ��jö��hAhéjù��UL^{c,*}r ��jû��Kjü��h±jÿ��j��j÷��j��uhë}r¡��(jõ��jö��hAhëjù��Udpdx^{*}r¢��jû��Kjü��hdjÿ��j$��j÷��j��uhí}r£��(jõ��jö��hAhíjù��UD^{c,*}r¤��jû��Kjü��hºjÿ��j��j÷��j��uj“��}r¥��(jõ��jö��hAj“��jù��UWE^{c,0}r¦��jû��Kjü��h¥jÿ��j���j÷��j��uj–��}r§��(jõ��jö��j��G��������hAj–��jù��UJ1^{*}r¨��jû��Kj��j��j��jO��jü��jx��jÿ��j$��j��jP��j÷��j��uj™��}r©��(jõ��jö��hAj™��jù��UWF^{c,0}rª��jû��Kjü��h©jÿ��j���j÷��j��ujr��}r«��(jõ��jö��hAjr��jù��UL^{c}r¬��jû��Kjü��h±jÿ��j��j÷��jø��uhö}r­��(jõ��jö��hAhöjù��U
-lambda^{*}r®��jû��Kjü��j}��jÿ��j��j÷��j��uj ��}r¯��(jõ��jö��hAj ��jù��UD^{c}r°��jû��Kjü��hºjÿ��j��j÷��jø��uj£��}r±��(jõ��jö��hAj£��jù��USref^{0}r²��jû��Kjü��j×��jÿ��j���j÷��j��uj¦��}r³��(jõ��jö��hAj¦��jù��UM^{c}r´��jû��Kjü��jD��jÿ��j@��j÷��jø��uj©��}rµ��(jõ��jö��hAj©��jù��UESF^{c}r¶��jû��Kjü��j;��jÿ��j��j÷��jø��uhø}r·��(jõ��jö��hAhøjù��UJ2^{*,*}r¸��jû��Kjü��h„jÿ��j$��j÷��j��uj®��}r¹��(jõ��jö��j��Uojù��URj÷��j��hAj®��uhÿ}rº��(jõ��jö��hAhÿjù��UTemp^{*}r»��jû��Kjü��j…��jÿ��j$��j÷��j��uj��}r¼��(jõ��jö��hAj��jù��UAR^{*}r½��jû��Kjü��jˆ��jÿ��j��j÷��j��uj·��}r¾��(jõ��jö��j÷��j��jù��UCfr¿��j��Uojb��}rÀ��jd��}rÁ��(jf��G?è������jg��G?ô������usj��jh��ji��G?ð������hAj·��uh‚}rÂ��(jõ��jR��j÷��jV��j„��Njù��UAerodynamicsrÃ��jû��U1j†��U1.0rÄ��j��h%jˆ��UmainrÅ��jŠ��Nj‹��NjŒ��Njÿ��j“��hAUAerodynamicsrÆ��ujË��}rÇ��(jõ��jö��hAjË��jù��Uh^{c}rÈ��jû��Kjü��j>��jÿ��j@��j÷��jø��ujÏ��}rÉ��(jõ��jö��hAjÏ��jù��Utc^{c,i2,0}rÊ��jû��Kjü��jâ��jÿ��j���j÷��j��uh7}rË��(jõ��jR��hAh7jù��UJ0rÌ��jû��Kj��h(jÿ��jt��j÷��jV��uj
-��}rÍ��(jõ��jö��hAj
-��jù��ULambda^{c,i2,*}rÎ��jû��Kjü��jç��jÿ��j��j÷��j��uhå}rÏ��(jõ��jö��hAhåjù��UR^{*}rÐ��jû��Kjü��j?��jÿ��j$��j÷��j��ujø��}rÑ��(jõ��jö��hAjø��jù��Uh^{c,0}rÒ��jû��Kjü��j>��jÿ��j���j÷��j��uh}rÓ��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huhã}rÔ��(jõ��jö��hAhãjù��UT^{*}rÕ��jû��Kjü��j&��jÿ��j��j÷��j��uh§}rÖ��(jõ��jR��j÷��jV��j„��Njù��U
-Propulsionr×��jû��U1j†��U1.0rØ��j��h%jˆ��UmainrÙ��jŠ��Nj‹��NjŒ��Njÿ��j“��hAU
-PropulsionrÚ��uj��}rÛ��(jõ��jö��j÷��j��jù��UJ0rÜ��jû��Kj��j-��hAj��ujy��}rÝ��(jõ��jö��j��Uojù��UNzrÞ��j÷��j��hAjy��uh}rß��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huj}��}rà��(jõ��jö��j÷��j��jù��Ulambdará��j��Uojb��}râ��jd��}rã��(jf��G?¹™™™™™šjg��G?Ù™™™™™šusj��jh��ji��G?Ð������hAj}��uh;}rä��(jõ��jR��hAh;jù��UJ1rå��jû��Kj��h(jÿ��jt��j÷��jV��uhX}ræ��(jõ��jR��j÷��jV��hAhXjù��USys-OPTrç��jû��KUdesign_variablesrè��}ré��(jr��}rê��(Ulower_boundrë��NUupper_boundrì��Nji��Nujâ��}rí��(jë��Njì��Nji��G?©™™™™™šuho}rî��(jë��Njì��Nji��Nuhr}rï��(jë��Njì��Nji��Nuj×��}rð��(jë��Njì��Nji��Mèuj ��}rñ��(jë��Njì��Nji��Nujˆ��}rò��(jë��Njì��Nji��G@������ujÀ��}ró��(jë��Njì��Nji��Nuj>��}rô��(jë��Njì��Nji��Mȯuj©��}rõ��(jë��Njì��Nji��NujD��}rö��(jë��Njì��Nji��G?ù™™™™™šujç��}r÷��(jë��Njì��Nji��K7uhz}rø��(jë��Njì��Nji��NujM��}rù��(jë��Njì��Nji��Nujm��}rú��(jë��Njì��Nji��NuuUobjective_variablerû��]rü��j?��ajÿ��U	optimizerrý��Uconstraint_variablesrþ��}rÿ��(h½}r���(jë��Njì��NujP��}r��(jë��Njì��Nuj–��}r��(jë��Njì��NuuujM��}r��(jõ��jö��hAjM��jù��USFC^{c}r��jû��Kjü��j8��jÿ��j��j÷��jø��uhß}r��(jõ��jö��hAhßjù��U	fin^{c,*}r��jû��Kjü��j��jÿ��j��j÷��j��uh}r��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huhm}r��(jõ��jR��j÷��jV��hAhmjù��U	Sub-OPT-0r	��jû��Kjè��}r
-��(jp��}r��(j�Nj�Nji��Nujt��}r��(j�Nj�Nji��Nuj{��}r
��(jë��Njì��Nji��Nuj}��}r��(jë��Njì��Nji��G?Ð������uj€��}r��(jë��Njì��Nji��G?ð������uh¢}r��(jë��Njì��Nji��Nuujû��]r��j��ajÿ��jý��jþ��}r��(jƒ��}r��(jë��Njì��Nujb��}r��(jë��Njì��Nujd��}r��(jë��Njì��Nuji��}r��(jë��Njì��Nujk��}r��(jë��Njì��Nujr��}r��(jë��Njì��NuuuhG}r��(jõ��jR��j÷��jV��hAhGjù��U	Sub-OPT-1r��jû��Kjè��}r��(j»��}r��(jë��Njì��Nji��Nuj½��}r��(jë��Njì��Nji��NujË��}r��(jë��Njì��Nji��Nuj·��}r��(jë��Njì��Nji��G?ð������uj¦��}r ��(jë��Njì��Nji��NujÃ��}r!��(jë��Njì��Nji��NujÅ��}r"��(jë��Njì��Nji��Nuujû��]r#��jx��ajÿ��jý��jþ��}r$��hd}r%��(jë��Njì��NusuhŽ}r&��(jõ��jR��j÷��jV��hAhŽjù��U	Sub-OPT-2r'��jû��Kjè��}r(��(jG��}r)��(jë��Njì��Nji��NujA��}r*��(jë��Njì��Nji��Nuj&��}r+��(jë��Njì��Nji��G?á™™™™™šuujû��]r,��h„ajÿ��jý��jþ��}r-��(h¬}r.��(jë��Njì��Nuj…��}r/��(jë��Njì��Nuj!��}r0��(jë��Njì��NuuujP��}r1��(jõ��jö��j��G��������hAjP��jù��UJ2^{*}r2��jû��Kj��j��j��jO��jü��h„jÿ��j$��j��jP��j÷��j��ujn��}r3��(jõ��jö��hAjn��jù��Utc^{c,0}r4��jû��Kjü��jâ��jÿ��j���j÷��j��uj=��}r5��(jõ��jö��hAj=��jù��UTheta^{c,0}r6��jû��Kjü��h`jÿ��j���j÷��j��uhñ}r7��(jõ��jö��hAhñjù��Uh^{c,*}r8��jû��Kjü��j>��jÿ��j��j÷��j��ujz��}r9��(jõ��jö��hAjz��jù��UAR^{c,i2,0}r:��jû��Kjü��jˆ��jÿ��j���j÷��j��ujF��}r;��(jõ��jö��hAjF��jù��UAR^{0}r<��jû��Kjü��jˆ��jÿ��j���j÷��j��uj?��}r=��(jõ��jö��jû��Kj��j-��j÷��j��hAj?��jù��URujâ��}r>��(jõ��jö��j÷��jø��jù��Utcr?��j��Uojb��}r@��jd��}rA��(jf��G?„záG®{jg��G?·
+(UdescriptionqUnSolution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.Uproblem_formulationq}q
(Uallow_unconverged_couplingsq‰Ufunction_orderq]q(U
+StructuresqUAerodynamicsqU
+PropulsionqUPerformanceqU	C[sigmas]qUC[Theta]qUC[dpdx]qUC[prop]qUF[R]qeUconvergence_typeqNUmdao_architectureqUCOqUcoupled_functions_groupsq]q(]qha]q ha]q!haeUfunction_orderingq"}q#(Ucoupledq$]q%(hhheUpre-couplingq&]U
post-couplingq']q((hhhhhheuuUorganizationq)Nh"}q*(Upost-desvarsq+]h'h(Upre-desvarsq,]q-h$h%uUdistr_function_orderingq.]q/(}q0(h+]h,h-h']q1(hheh$]u]q2(}q3(h$]q4hah,]h']q5(hhU__J0__q6eh+]u}q7(h$]q8hah,]h']q9(hU__J1__q:eh+]u}q;(h$]q<hah,]h']q=(hU__J2__q>eh+]ueeUmg_function_orderingq?h*Unameq@UXDSM - CO - MdaouU_predqA}qB(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qC}qDUSub-Optimizer-1qE}qFsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/DqG}qHUCoordinatorqI}qJsUU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/CfqK}qLhE}qMsU“/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/LqN}qOhI}qPsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqQ}qRhI}qSsU“/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/ThetaqT}qUU
Sys-OptimizerqV}qWsU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqX}qYhI}qZsUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambdaq[}q\hI}q]sU$/data_schema/aircraft/geometry/Thetaq^}q_U
+Structuresq`}qasU&/data_schema/mdo_data/constraints/dpdxqb}qch}qdU	equationsqe}qfUPythonqgUdpdx/1.0qhsssUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARqi}qjUSub-Optimizer-0qk}qlsUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFqm}qnhV}qosUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEqp}qqhV}qrsU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiveqs}qth:}quhe}qvhgU†(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2+(x7_1-x7_0)**2+(x8_1-x8_0)**2sssUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTqw}qxhV}qysU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2qz}q{hI}q|sU /data_schema/aircraft/other/dpdxq}}q~UAerodynamicsq}q€sU6/data_schema/distributedArchitectures/group2/objectiveq}q‚h>}qƒhe}q„hgUJ(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2sssU[/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Tq…}q†hI}q‡sU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2qˆ}q‰USub-Optimizer-2qŠ}q‹sU”/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2qŒ}qhE}qŽsU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFq}qhV}q‘sUO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/Mq’}q“hV}q”sU/data_schema/aircraft/weight/WTq•}q–h`}q—sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaq˜}q™hI}qšsU/data_schema/aircraft/weight/WOq›}qœhI}qsU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqž}qŸhk}q sU/data_schema/aircraft/weight/WEq¡}q¢U
+Propulsionq£}q¤sU/data_schema/aircraft/weight/WFq¥}q¦h`}q§sU0/data_schema/mdo_data/constraints/propulsion/ESFq¨}q©h}qªhe}q«hgUESF/1.0q¬sssU/data_schema/aircraft/other/Lq­}q®h}q¯sU /data_schema/aircraft/weight/WBEq°}q±hI}q²sUV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/Mq³}q´hI}qµsU/data_schema/aircraft/other/Dq¶}q·h}q¸sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiveq¹}qºh6}q»he}q¼hgUh(x0_1-x0_0)**2+(x1_1-x1_0)**2+(x2_1-x2_0)**2+(x3_1-x3_0)**2+(x4_1-x4_0)**2+(x5_1-x5_0)**2+(x6_1-x6_0)**2ssshI}q½(Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5q¾}q¿Uf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4qÀ}qÁUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1qÂ}qÃUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3qÄ}qÅUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2qÆ}qÇhK}qÈUX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tcqÉ}qÊU/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/SrefqË}qÌUO/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/hqÍ}qÎhŒ}qÏhT}qÐUg/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESFqÑ}qÒUZ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/SrefqÓ}qÔU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objectiveqÕ}qÖU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2q×}qØhi}qÙUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finqÚ}qÛU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/LambdaqÜ}qÝUT/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/TqÞ}qßUY/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/Rqà}qáU]/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/sectionqâ}qãUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lqä}qåU]/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdxqæ}qçUŒ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dqè}qéUŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCqê}qëU…/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hqì}qíUf/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DTqî}qïhˆ}qðU\/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambdaqñ}qòU¤/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiveqó}qôhs}qõU’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2qö}q÷U’/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambdaqø}qùUh/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Tempqú}qûh}qüU‰/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2qý}qþU…/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mqÿ}r���UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WTr��}r��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcr��}r��U–/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r��}r��U^/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Thetar��}r��UX/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/ARr	��}r
+��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFr��}r��h’}r
��UŽ/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr��}r��uj��}r��hk}r��sUc/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambdar��}r��hI}r��sj��}r��h}r��he}r��hgU	Theta/1.0r��sssU/data_schema/aircraft/other/finr��}r��h}r��sU//data_schema/mdo_data/constraints/propulsion/DTr��}r��h}r��he}r��hgUDT/1.0r ��sssU/data_schema/aircraft/other/Tr!��}r"��hŠ}r#��sU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r$��}r%��hI}r&��shê}r'��hV}r(��shÑ}r)��h}r*��heh«ssU/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr+��}r,��hI}r-��sh>}r.��(UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE}r/��Uequation_labelr0��Ux4_1sU/data_schema/aircraft/other/SFCr1��}r2��j0��Ux2_0sU/data_schema/reference/ESFr3��}r4��j0��Ux1_0sU/data_schema/reference/hr5��}r6��j0��Ux0_0sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2r7��}r8��j0��Ux0_1sU/data_schema/reference/Mr9��}r:��j0��Ux3_0sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r;��}r<��j0��Ux3_1sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF}r=��j0��Ux1_1sUW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFCr>��}r?��j0��Ux2_1sh¡}r@��j0��Ux4_0suU—/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/SrefrA��}rB��hI}rC��sU"/data_schema/aircraft/other/sigma5rD��}rE��h`}rF��sU"/data_schema/aircraft/other/sigma4rG��}rH��h`}rI��sU"/data_schema/aircraft/other/sigma3rJ��}rK��h`}rL��sU"/data_schema/aircraft/other/sigma2rM��}rN��h`}rO��sU"/data_schema/aircraft/other/sigma1rP��}rQ��h`}rR��shÓ}rS��hV}rT��sUPerformancerU��}rV��(hm}rW��j5��}rX��j9��}rY��hw}rZ��j>��}r[��UW/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finr\��}r]��uh`}r^��(UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARr_��}r`��UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Lra��}rb��UY/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Srefrc��}rd��hp}re��U /data_schema/aircraft/weight/WFOrf��}rg��U/data_schema/aircraft/other/Nzrh��}ri��UW/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcrj��}rk��U%/data_schema/aircraft/geometry/lambdarl��}rm��h›}rn��U&/data_schema/aircraft/geometry/sectionro��}rp��hž}rq��uU'/data_schema/mdo_data/constraints/Thetarr��}rs��h}rt��hej��sshÜ}ru��hV}rv��sU!/data_schema/aircraft/geometry/ARrw��}rx��hV}ry��shâ}rz��hk}r{��shä}r|��hV}r}��shæ}r~��h}r��hehfsshè}r€��hV}r��sU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WEr‚��}rƒ��hI}r„��sUm/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objectiver…��}r†��h:}r‡��hehvssU•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WFrˆ��}r‰��hI}rŠ��sja��}r‹��hV}rŒ��shñ}r��hk}rŽ��sUU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/Dr��}r��hV}r‘��sUa/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Srefr’��}r“��hI}r”��sUN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/Mr•��}r–��hE}r—��sUR/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESFr˜��}r™��hV}rš��shó}r›��h>}rœ��heh„ssU/data_schema/aircraft/other/Rr��}rž��jU��}rŸ��shú}r ��h}r¡��he}r¢��hgUTemp/1.0r£��sssj	��}r¤��hV}r¥��sU/data_schema/aircraft/other/Cfr¦��}r§��hE}r¨��sh}r©��(U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2rª��}r«��U[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2r¬��}r­��j¦��}r®��U\/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar¯��}r°��j˜��}r±��U]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2r²��}r³��U_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2r´��}rµ��hw}r¶��U!/data_schema/aircraft/other/CDminr·��}r¸��j•��}r¹��UN/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrº��}r»��ujº��}r¼��hE}r½��sU™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2r¾��}r¿��hI}rÀ��sh6}rÁ��(j_��}rÂ��j0��Ux3_1shm}rÃ��j0��Ux6_1sU#/data_schema/aircraft/geometry/SrefrÄ��}rÅ��j0��Ux2_0sjc��}rÆ��j0��Ux2_1sjw��}rÇ��j0��Ux3_0sh•}rÈ��j0��Ux4_0sj¯��}rÉ��j0��Ux5_1sU!/data_schema/aircraft/geometry/tcrÊ��}rË��j0��Ux0_0sjj��}rÌ��j0��Ux0_1sU%/data_schema/aircraft/geometry/LambdarÍ��}rÎ��j0��Ux1_0shw}rÏ��j0��Ux4_1sh^}rÐ��j0��Ux5_0shž}rÑ��j0��Ux1_1sh¥}rÒ��j0��Ux6_0suj��}rÓ��hE}rÔ��shà}rÕ��h}rÖ��he}r×��hgU-dpdxrØ��sssUŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/hrÙ��}rÚ��hI}rÛ��sh}rÜ��j��}rÝ��j0��UdpdxrÞ��sshÞ}rß��hŠ}rà��sh£}rá��(j��}râ��h°}rã��j7��}rä��j;��}rå��j!��}ræ��uU6/data_schema/distributedArchitectures/group0/objectiverç��}rè��h6}ré��heh¼ssjh��}rê��hI}rë��sh}rì��(j3��}rí��j0��UESFrî��sU/data_schema/reference/Temprï��}rð��j0��UTemprñ��sU/data_schema/aircraft/other/DTrò��}ró��j0��UDTrô��sujl��}rõ��hk}rö��sh:}r÷��(UU/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L}rø��j0��Ux6_1sj5��}rù��j0��Ux1_0sjª��}rú��j0��Ux0_1sjÄ��}rû��j0��Ux4_0sj��}rü��j0��Ux8_1sjº��}rý��j0��Ux1_1sj¬��}rþ��j0��Ux5_1sj•��}rÿ��j0��Ux2_1sjÊ��}r���j0��Ux0_0sh­}r��j0��Ux6_0sj²��}r��j0��Ux4_1sj´��}r��j0��Ux3_1sj9��}r��j0��Ux2_0sjÍ��}r��j0��Ux3_0sj��}r��j0��Ux7_0sh¶}r��j0��Ux8_0sjw��}r��j0��Ux5_0sj\��}r	��j0��Ux7_1suhV}r
+��(Uš/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Thetar��}r��U"/data_schema/mdo_data/objectives/Rr
��}r��h³}r��UV/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/hr��}r��hG}r��j+��}r��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/ARr��}r��j’��}r��hN}r��hQ}r��h¹}r��hX}r��j��}r��U_/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tcr��}r��Um/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objectiver��}r��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/finr ��}r!��j‚��}r"��j…��}r#��jˆ��}r$��uj>��}r%��hV}r&��shÚ}r'��hV}r(��sh}r)��h^}r*��j0��UThetar+��sshk}r,��(jr��}r-��Ud/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/sectionr.��}r/��U//data_schema/mdo_data/constraints/sigmas/sigma4r0��}r1��U//data_schema/mdo_data/constraints/sigmas/sigma5r2��}r3��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/ARr4��}r5��jç��}r6��U//data_schema/mdo_data/constraints/sigmas/sigma1r7��}r8��U//data_schema/mdo_data/constraints/sigmas/sigma2r9��}r:��jA��}r;��U•/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tcr<��}r=��h˜}r>��h[}r?��U//data_schema/mdo_data/constraints/sigmas/sigma3r@��}rA��uhE}rB��(jÙ��}rC��UŒ/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/MrD��}rE��U6/data_schema/distributedArchitectures/group1/objectiverF��}rG��U™/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rH��}rI��j¾��}rJ��hz}rK��hb}rL��U›/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2rM��}rN��U\/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/CfrO��}rP��uhŠ}rQ��(h…}rR��U1/data_schema/mdo_data/constraints/propulsion/TemprS��}rT��h}rU��h¨}rV��j��}rW��j$��}rX��U/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2rY��}rZ��uj��}r[��h>}r\��heh„ssj<��}r]��hI}r^��sj��}r_��hI}r`��shì}ra��hE}rb��sjH��}rc��hI}rd��sj��}re��hI}rf��sj
��}rg��h}rh��hej×��ssjÊ��}ri��hV}rj��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2rk��}rl��hŠ}rm��sh}rn��h}}ro��j0��Udpdxrp��sshø}rq��hk}rr��sjO��}rs��hI}rt��sj ��}ru��hI}rv��sj��}rw��hI}rx��shÿ}ry��hE}rz��sj3��}r{��h£}r|��sj1��}r}��h£}r~��sjf��}r��hI}r€��sjj��}r��hk}r‚��sjY��}rƒ��hI}r„��sUR/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2r…��}r†��hŠ}r‡��sh¾}rˆ��h}r‰��he}rŠ��hgU
+sigma5/1.0r‹��ssshÀ}rŒ��h}r��he}rŽ��hgU
+sigma4/1.0r��ssshÂ}r��h}r‘��he}r’��hgU
+sigma1/1.0r“��sssj\��}r”��hV}r•��shÄ}r–��h}r—��he}r˜��hgU
+sigma3/1.0r™��ssshÆ}rš��h}r›��he}rœ��hgU
+sigma2/1.0r��sssj4��}rž��hI}rŸ��shË}r ��hk}r¡��shÕ}r¢��h6}r£��heh¼ssj·��}r¤��hI}r¥��sjo��}r¦��hk}r§��sj��}r¨��hV}r©��sjò��}rª��h£}r«��sjS��}r¬��h}r­��hej¢��ssj.��}r®��hI}r¯��sjD��}r°��hI}r±��sj0��}r²��h}r³��hejŽ��ssj2��}r´��h}rµ��hejŠ��ssj7��}r¶��h}r·��hej’��ssj9��}r¸��h}r¹��hejœ��ssj@��}rº��h}r»��hej˜��ssj¯��}r¼��hV}r½��sj_��}r¾��hk}r¿��shî}rÀ��h}rÁ��hej��ssh}rÂ��(jD��}rÃ��j0��Usigma5rÄ��sjG��}rÅ��j0��Usigma4rÆ��sjJ��}rÇ��j0��Usigma3rÈ��sjM��}rÉ��j0��Usigma2rÊ��sjP��}rË��j0��Usigma1rÌ��sujF��}rÍ��h:}rÎ��hehvssjÄ��}rÏ��hV}rÐ��sjc��}rÑ��hk}rÒ��sj5��}rÓ��hV}rÔ��sU_/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2rÕ��}rÖ��hE}r×��shÉ}rØ��hV}rÙ��shö}rÚ��hE}rÛ��shÍ}rÜ��hV}rÝ��sjM��}rÞ��hI}rß��shý}rà��hŠ}rá��sj��}râ��hI}rã��sU[/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2rä��}rå��hE}ræ��sh×}rç��hE}rè��sU]/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2ré��}rê��hE}rë��sj9��}rì��hV}rí��sjÍ��}rî��hV}rï��sjï��}rð��h£}rñ��sj��}rò��hV}ró��sj��}rô��hV}rõ��suU_adjrö��}r÷��(hC}rø��(UAerodynamicsrù��j«��h:jú��uhG}rú��hVj��shK}rû��hIhÈshN}rü��hVj��shQ}rý��hVj��shT}rþ��hIhÐshX}rÿ��hVj��sh[}r���hkj?��sh^}r��(h6jÐ��hj*��uhb}r��hEjL��shi}r��hIhÙshm}r��(h6jÃ��UPerformancer��jW��uhp}r��(U
+Structuresr��je��h>j/��uhs}r��hIhõshw}r	��(h6jÏ��UAerodynamicsr
+��j¶��UPerformancer��jZ��uhz}r��hEjK��sh}}r
��hjo��sh}r��hŠjU��sh…}r��hŠjR��shˆ}r��hIhðshŒ}r��hIhÏsh}r��hIhüsh’}r��hIj
��sh•}r��h6jÈ��sh˜}r��hkj>��sh›}r��U
+Structuresr��jn��shž}r��(h6jÑ��U
+Structuresr��jq��uh¡}r��h>j@��sh¥}r��h6jÒ��sh¨}r��hŠjV��sh­}r��h:j��sh°}r��U
+Propulsionr��jã��sh³}r ��hVj��sh¶}r!��h:j��sh¹}r"��hVj��shI}r#��(jÙ��jÛ��hGhJj��j`��j4��jŸ��j$��j&��jh��jë��jH��jd��hNhPjA��jC��j·��j¥��hXhZh[h]j.��j¯��jD��j±��hQhSj<��j^��hzh|j‚��j„��jˆ��jŠ��h…h‡h³hµj��jf��j’��j”��h˜hšh›hjM��jß��jO��jt��j ��jv��j��jã��j��jx��h°h²jf��j€��j¾��jÀ��jY��j„��j+��j-��j��j��uj��}r$��hIj��sj��}r%��hVj��sj��}r&��hIj��sj��}r'��h:j��sj��}r(��hŠjW��sj!��}r)��U
+Propulsionr*��jæ��sj$��}r+��hŠjX��shê}r,��hIhëshÑ}r-��hIhÒsj+��}r.��hVj��sh>}r/��(hhƒj��j\��hójœ��ujA��}r0��hkj;��sjD��}r1��hjÃ��sjG��}r2��hjÅ��sjJ��}r3��hjÇ��sjM��}r4��hjÉ��sjP��}r5��hjË��shÓ}r6��hIhÔsjU��}r7��j��jŸ��sh`}r8��(h•h—jD��jF��jG��jI��jJ��jL��jM��jO��jP��jR��h^hah¥h§ujr��}r9��hkj-��shÜ}r:��hIhÝsjw��}r;��(h6jÇ��h:j��uhâ}r<��hIhãshä}r=��hIhåshæ}r>��hIhçshè}r?��hIhésj‚��}r@��hVj"��sj…��}rA��hVj#��sjˆ��}rB��hVj$��sja��}rC��(h:jø��U
+StructuresrD��jb��uhñ}rE��hIhòsj��}rF��(U
+PropulsionrG��jâ��h:jü��uj’��}rH��hVj��sj•��}rI��(UAerodynamicsrJ��j¹��h:jÿ��uj˜��}rK��(UAerodynamicsrL��j±��h>j=��uhó}rM��hIhôsj��}rN��hjÝ��shú}rO��hIhûsj	��}rP��hIj
+��sj¦��}rQ��UAerodynamicsrR��j®��sh}rS��(j��j��U/data_schema/aircraft/other/LrT��h¯h}h€h¶h¸ujº��}rU��(UAerodynamicsrV��j»��h:jý��uj¾��}rW��hEjJ��sh6}rX��(h¹h»hÕj£��jç��jé��uj��}rY��hIj��shà}rZ��hIhásjÙ��}r[��hEjC��sh}r\��(hàjÖ��j
��jh��uhÞ}r]��hIhßsh£}r^��(U/data_schema/reference/ESFr_��j|��jï��jñ��jò��j«��U/data_schema/aircraft/weight/WEr`��h¤j1��j~��ujç��}ra��hkj6��sjh��}rb��U
+Structuresrc��ji��sh}rd��(h¨hªjS��j­��hîjÁ��j��j��hÑj*��húj¡��ujl��}re��U
+Structuresrf��jm��sh:}rg��(hshuj…��j‡��jF��jÎ��uhV}rh��(hêj(��j\��j•��hThWhÓjT��j��j©��j>��j&��hÚj(��hmhohphrjw��jy��j¯��j½��häj}��hwhyhèj��ja��jŒ��jÄ��jÐ��j��j‘��j5��jÔ��j˜��jš��hÉjÙ��hÍjÝ��jÊ��jj��hh‘hÜjv��j��jó��j9��jí��jÍ��jï��j	��j¥��h’h”j��jõ��uj>��}ri��(UPerformancerj��j[��h>j?��uhÚ}rk��hIhÛsh}rl��(jr��jt��j��j��uhk}rm��(j_��j¿��hñjŽ��jc��jÒ��hâj{��hËj¡��jj��j‚��j��j��jl��jö��højr��jo��j§��hžh hihluhE}rn��(hìjb��hÿjz��jª��hFj¦��j¨��jº��j½��hKhMhŒhŽh×jè��j•��j—��j²��jë��j��jÔ��höjÛ��j¬��jæ��j´��j×��uhŠ}ro��(hýjá��hˆh‹hÞjà��j7��jm��j;��j‡��j!��j#��uj��}rp��hVj��sj<��}rq��hkj=��sj��}rr��hVj��shì}rs��hIhísjH��}rt��hEjI��sj��}ru��hVj��sj
��}rv��hVj��sj��}rw��(h6j��h:j���ujk��}rx��(U
+Propulsionry��jä��h>j8��uh}rz��(hæj��hbhduhø}r{��hIhùsjO��}r|��hEjP��sj ��}r}��hVj!��sj��}r~��hVj��shÿ}r��hIj���sj3��}r€��(hjí��h>j4��uj1��}r��h>j2��sjf��}r‚��U
+Structuresrƒ��jg��sjj��}r„��(h6jÌ��U
+Structuresr…��jk��ujY��}r†��hŠjZ��sj…��}r‡��(U
+Propulsionrˆ��jå��h>j<��uh¾}r‰��hIh¿shÀ}rŠ��hIhÁshÂ}r‹��hIhÃsj\��}rŒ��(UPerformancer��j]��h:j	��uhÄ}rŽ��hIhÅshÆ}r��hIhÇsj4��}r��hkj5��shË}r‘��hIhÌshÕ}r’��hIhÖsj·��}r“��UAerodynamicsr”��j¸��sjo��}r•��U
+Structuresr–��jp��sj��}r—��hIj��sjò��}r˜��hjó��sjS��}r™��hŠjT��sj.��}rš��hkj/��sjD��}r›��hEjE��sj0��}rœ��hkj1��sj2��}r��hkj3��sj7��}rž��hkj8��sj9��}rŸ��hkj:��sj@��}r ��hkjA��sj¯��}r¡��(h6jÉ��UAerodynamicsr¢��j°��uj_��}r£��(h6jÂ��U
+Structuresr¤��j`��uhî}r¥��hIhïsh}r¦��(h¾j‰��hÀj��hÂj‘��hÄj—��hÆj›��j0��j³��j2��jµ��j7��j·��j9��j¹��j@��j»��ujF��}r§��hEjG��sjÄ��}r¨��(h6jÅ��h:jû��ujc��}r©��(h6jÆ��U
+Structuresrª��jd��uj5��}r«��(UPerformancer¬��jX��h>j6��h:jù��ujÕ��}r­��(UAerodynamicsr®��jµ��h:j��uhÉ}r¯��hIhÊshö}r°��hIh÷shÍ}r±��hIhÎsjM��}r²��hEjN��shý}r³��hIhþsj��}r´��hVj��sjä��}rµ��(UAerodynamicsr¶��j­��h:jþ��uh×}r·��hIhØsjé��}r¸��(UAerodynamicsr¹��j³��h:j��uj9��}rº��(UPerformancer»��jY��h>j:��h:j��ujÍ��}r¼��(h6jÎ��h:j��ujï��}r½��hjð��sj��}r¾��hIj��sj��}r¿��hIj��suU_noderÀ��}rÁ��(hC}rÂ��(UcategoryrÃ��UvariablerÄ��UsubcategoryrÅ��Ushared couplingrÆ��UlabelrÇ��U	tc^{c,i2}UinstancerÈ��KUrelated_to_schema_noderÉ��jÊ��h@hCuhG}rÊ��(jÃ��jÄ��h@hGjÇ��UD^{c,0}jÈ��KjÉ��h¶Uarchitecture_rolerË��Uinitial guess design variablerÌ��jÅ��UcouplingrÍ��uhK}rÎ��(jÃ��jÄ��h@hKjÇ��UCf^{*}jÈ��KjÉ��j¦��jË��Ufinal design variablerÏ��jÅ��jÍ��uhN}rÐ��(jÃ��jÄ��h@hNjÇ��UL^{c,0}jÈ��KjÉ��h­jË��jÌ��jÅ��jÍ��uhQ}rÑ��(jÃ��jÄ��h@hQjÇ��UWT^{c,0}jÈ��KjÉ��h•jË��jÌ��jÅ��jÍ��uhT}rÒ��(jÃ��jÄ��h@hTjÇ��UTheta^{c,*}jÈ��KjÉ��h^jË��jÏ��jÅ��jÍ��uhX}rÓ��(jÃ��jÄ��h@hXjÇ��U	SFC^{c,0}jÈ��KjÉ��j1��jË��jÌ��jÅ��jÍ��uh[}rÔ��(jÃ��jÄ��h@h[jÇ��U
+lambda^{0}jÈ��KjÉ��jl��jË��jÌ��jÅ��jÍ��uh^}rÕ��(jÃ��jÄ��UshaperÖ��UojÇ��UThetar×��jÅ��jÆ��h@h^uhb}rØ��(jÃ��jÄ��Ureference_valuerÙ��G?ð£×
+=p¤jÅ��jÍ��jÇ��UdpdxrÚ��jÈ��KUproblem_rolerÛ��U
+constraintr��Uconstraint_operatorr��U<=r��Uconstraint_typer��U
+inequalityrà��h@hbuhi}rá��(jÃ��jÄ��h@hijÇ��UAR^{c,*}jÈ��KjÉ��jw��jË��jÏ��jÅ��jÍ��uhm}râ��(jÃ��jÄ��h@hmjÇ��UWF^{c}jÈ��KjÉ��h¥jË��Ucoupling copy variablerã��jÅ��jÆ��uhp}rä��(jÃ��jÄ��h@hpjÇ��UWE^{c}jÈ��KjÉ��h¡jË��jã��jÅ��jÆ��uhs}rå��(jÃ��jÄ��h@hsjÇ��UJ1^{*,*}jÈ��KjÉ��jF��jË��Ufinal output variableræ��jÅ��jÍ��uhw}rç��(jÃ��jÄ��h@hwjÇ��UWT^{c}jÈ��KjÉ��h•jË��jã��jÅ��jÆ��uhz}rè��(jÃ��jÄ��h@hzjÇ��ULambda^{c,i2,0}jÈ��KjÉ��jÍ��jË��jÌ��jÅ��jÍ��uh}}ré��(jÃ��jÄ��jÖ��UojÇ��Udpdxrê��jÅ��jÍ��h@h}uh}rë��(jÃ��jÄ��jÅ��jÍ��jÇ��UJ2jÈ��KjÛ��U	objectiverì��h@huh…}rí��(jÃ��jÄ��h@h…jÇ��UT^{0}jÈ��KjÉ��j!��jË��jÌ��jÅ��jÍ��uhˆ}rî��(jÃ��jÄ��h@hˆjÇ��U
+h^{c,i2,*}jÈ��KjÉ��j5��jË��jÏ��jÅ��jÍ��uhŒ}rï��(jÃ��jÄ��h@hŒjÇ��U
Sref^{c,i2,*}jÈ��KjÉ��jÄ��jË��jÏ��jÅ��jÍ��uh}rð��(jÃ��jÄ��h@hjÇ��U	ESF^{c,*}jÈ��KjÉ��j3��jË��jÏ��jÅ��jÍ��uh’}rñ��(jÃ��jÄ��h@h’jÇ��UM^{*}jÈ��KjÉ��j9��jË��jÏ��jÅ��jÍ��uh•}rò��(jÃ��jÄ��jÖ��UojÇ��UWTró��jÅ��jÍ��h@h•uh˜}rô��(jÃ��jÄ��h@h˜jÇ��ULambda^{c,0}jÈ��KjÉ��jÍ��jË��jÌ��jÅ��jÍ��uh›}rõ��(jÃ��jÄ��jÖ��UojÇ��UWOrö��jÅ��jÍ��h@h›uhž}r÷��(jÃ��jÄ��h@hžjÇ��U
+Lambda^{c}jÈ��KjÉ��jÍ��jË��Ucopy design variablerø��jÅ��jÆ��uh¡}rù��(jÃ��jÄ��jÖ��UojÇ��UWErú��jÅ��jÍ��h@h¡uh¥}rû��(jÃ��jÄ��jÖ��UojÇ��UWFrü��jÅ��jÍ��h@h¥uh¨}rý��(jÃ��jÄ��jÙ��U0.5;1.5rþ��jÅ��jÍ��jÇ��UESFrÿ��jÈ��KjÛ��jÜ��jÝ��U>=;<=r���jß��jà��h@h¨uh­}r��(jÃ��jÄ��jÖ��UojÇ��ULjÅ��jÍ��h@h­uh°}r��(jÃ��jÄ��jÖ��UojÇ��UWBEr��jÅ��jÍ��h@h°uh³}r��(jÃ��jÄ��h@h³jÇ��UM^{0}jÈ��KjÉ��j9��jË��jÌ��jÅ��jÍ��uh¶}r��(jÃ��jÄ��jÖ��UojÇ��UDjÅ��jÍ��h@h¶uh¹}r��(jÃ��jÄ��jÙ��G��������h@h¹jÇ��UJ0^{*}jÈ��KjÛ��jÜ��jÝ��U==r��jÉ��jç��jË��jæ��jß��Uequalityr��jÅ��jÍ��uhI}r	��(jÃ��Ufunctionr
+��h@hIUlevelr��Nj��UCOORr��j��U8j��Ucoordinatorr
��j��Ucompleter��uj��}r��(j��j��h@j��j��Utc^{c,*}j��Kj��j��j��j��j��j��uj��}r��(j��j��h@j��j��U
+Lambda^{0}jÈ��KjÉ��jÍ��jË��jÌ��jÅ��jÍ��uj��}r��(jÃ��jÄ��h@j��jÇ��U	Theta^{*}jÈ��KjÉ��jr��jË��jæ��jÅ��jÍ��uj��}r��(jÃ��jÄ��jÖ��UojÇ��Ufinr��jÅ��jÍ��h@j��uj��}r��(jÃ��jÄ��jÙ��G��������jÅ��jÍ��jÇ��UDTr��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j��uj!��}r��(jÃ��jÄ��jÅ��jÍ��jÇ��UTjÖ��UoUvalid_rangesr��}r��Ulimit_ranger��}r��(Uminimumr��G?¹™™™™™šUmaximumr��G?ð������usjÛ��Udesign variabler��U
nominal_valuer��G?á™™™™™šh@j!��uj$��}r��(jÃ��jÄ��h@j$��jÇ��U
+h^{c,i2,0}jÈ��KjÉ��j5��jË��jÌ��jÅ��jÍ��uhê}r ��(jÃ��jÄ��h@hêjÇ��U	SFC^{c,*}jÈ��KjÉ��j1��jË��jÏ��jÅ��jÍ��uhÑ}r!��(jÃ��jÄ��h@hÑjÇ��UESF^{*}jÈ��KjÉ��h¨jË��jæ��jÅ��jÍ��uj+��}r"��(jÃ��jÄ��h@j+��jÇ��U	ESF^{c,0}jÈ��KjÉ��j3��jË��jÌ��jÅ��jÍ��uh>}r#��(jÃ��j
+��h@h>j��UJ2r$��j��Kj��h'j��Uconsistency constraint functionr%��j��j��ujA��}r&��(j��j��h@jA��j��U
+Sref^{c,0}jÈ��KjÉ��jÄ��jË��jÌ��jÅ��jÍ��ujD��}r'��(jÃ��jÄ��jÖ��UojÇ��Usigma5r(��jÅ��jÍ��h@jD��ujG��}r)��(jÃ��jÄ��jÖ��UojÇ��Usigma4r*��jÅ��jÍ��h@jG��ujJ��}r+��(jÃ��jÄ��jÖ��UojÇ��Usigma3r,��jÅ��jÍ��h@jJ��ujM��}r-��(jÃ��jÄ��jÖ��UojÇ��Usigma2r.��jÅ��jÍ��h@jM��ujP��}r/��(jÃ��jÄ��jÖ��UojÇ��Usigma1r0��jÅ��jÍ��h@jP��uhÓ}r1��(jÃ��jÄ��h@hÓjÇ��USref^{*}jÈ��KjÉ��jÄ��jË��jÏ��jÅ��jÍ��ujU��}r2��(jÃ��j
+��j��j��Uexecution_infor3��Nj��UPerformancer4��j��U1Uversionr5��U1.0r6��j��h'Umoder7��Umainr8��Uperformance_infor9��NUgeneral_infor:��NUprojectSpecificr;��Nj��Upost-coupling analysisr<��h@UPerformancer=��uh`}r>��(j��j
+��j��j��j3��Nj��U
+Structuresr?��j��U1j5��U1.0r@��j��h$j7��UmainrA��j9��Nj:��Nj;��Nj��Ucoupled analysisrB��h@U
+StructuresrC��ujr��}rD��(jÃ��jÄ��jÙ��U	0.96;1.04rE��jÅ��jÍ��jÇ��UThetarF��jÈ��KjÛ��jÜ��jÝ��U>=;<=rG��jß��jà��h@jr��uhÜ}rH��(jÃ��jÄ��h@hÜjÇ��U
+Lambda^{*}jÈ��KjÉ��jÍ��jË��jÏ��jÅ��jÍ��ujw��}rI��(jÃ��jÄ��jÅ��jÆ��jÇ��UARrJ��jÖ��Uoj��}rK��j��}rL��(j��G@������j��G@!������usjÛ��j��j��G@������h@jw��uhâ}rM��(jÃ��jÄ��h@hâjÇ��Usection^{*}jÈ��KjÉ��jo��jË��jÏ��jÅ��jÍ��uhä}rN��(jÃ��jÄ��h@häjÇ��UL^{c,*}jÈ��KjÉ��h­jË��jÏ��jÅ��jÍ��uhæ}rO��(jÃ��jÄ��h@hæjÇ��Udpdx^{*}jÈ��KjÉ��hbjË��jæ��jÅ��jÍ��uhè}rP��(jÃ��jÄ��h@hèjÇ��UD^{c,*}jÈ��KjÉ��h¶jË��jÏ��jÅ��jÍ��uj‚��}rQ��(jÃ��jÄ��h@j‚��jÇ��UWE^{c,0}jÈ��KjÉ��h¡jË��jÌ��jÅ��jÍ��uj…��}rR��(jÃ��jÄ��jÙ��G��������h@j…��jÇ��UJ1^{*}jÈ��KjÛ��jÜ��jÝ��j��jÉ��jF��jË��jæ��jß��j��jÅ��jÍ��ujˆ��}rS��(jÃ��jÄ��h@jˆ��jÇ��UWF^{c,0}jÈ��KjÉ��h¥jË��jÌ��jÅ��jÍ��uja��}rT��(jÃ��jÄ��h@ja��jÇ��UL^{c}jÈ��KjÉ��h­jË��jã��jÅ��jÆ��uhñ}rU��(jÃ��jÄ��h@hñjÇ��U
+lambda^{*}jÈ��KjÉ��jl��jË��jÏ��jÅ��jÍ��uj��}rV��(jÃ��jÄ��h@j��jÇ��UD^{c}jÈ��KjÉ��h¶jË��jã��jÅ��jÆ��uj’��}rW��(jÃ��jÄ��h@j’��jÇ��USref^{0}jÈ��KjÉ��jÄ��jË��jÌ��jÅ��jÍ��uj•��}rX��(jÃ��jÄ��h@j•��jÇ��UM^{c}jÈ��KjÉ��j9��jË��jø��jÅ��jÆ��uj˜��}rY��(jÃ��jÄ��h@j˜��jÇ��UESF^{c}jÈ��KjÉ��j3��jË��jã��jÅ��jÆ��uhó}rZ��(jÃ��jÄ��h@hójÇ��UJ2^{*,*}jÈ��KjÉ��hjË��jæ��jÅ��jÍ��uj��}r[��(jÃ��jÄ��jÖ��UojÇ��URjÅ��jÍ��h@j��uhú}r\��(jÃ��jÄ��h@hújÇ��UTemp^{*}jÈ��KjÉ��jS��jË��jæ��jÅ��jÍ��uj	��}r]��(jÃ��jÄ��h@j	��jÇ��UAR^{*}jÈ��KjÉ��jw��jË��jÏ��jÅ��jÍ��uj¦��}r^��(jÃ��jÄ��jÅ��jÍ��jÇ��UCfr_��jÖ��Uoj��}r`��j��}ra��(j��G?è������j��G?ô������usjÛ��j��j��G?ð������h@j¦��uh}rb��(jÃ��j
+��jÅ��j��j3��NjÇ��UAerodynamicsrc��jÈ��U1j5��U1.0rd��jÛ��h$j7��Umainre��j9��Nj:��Nj;��NjË��jB��h@UAerodynamicsrf��ujº��}rg��(jÃ��jÄ��h@jº��jÇ��Uh^{c}jÈ��KjÉ��j5��jË��jø��jÅ��jÆ��uj¾��}rh��(jÃ��jÄ��h@j¾��jÇ��Utc^{c,i2,0}jÈ��KjÉ��jÊ��jË��jÌ��jÅ��jÍ��uh6}ri��(jÃ��j
+��h@h6jÇ��UJ0rj��jÈ��KjÛ��h'jË��j%��jÅ��j��uj��}rk��(jÃ��jÄ��h@j��jÇ��ULambda^{c,i2,*}jÈ��KjÉ��jÍ��jË��jÏ��jÅ��jÍ��uhà}rl��(jÃ��jÄ��h@hàjÇ��UR^{*}jÈ��KjÉ��j
��j��j�j��j��uj��}rm��(j��j��h@j��j��Uh^{c,0}j��Kj��j5��j��j��j��j��uh}rn��(j��j
+��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��huhÞ}ro��(jÃ��jÄ��h@hÞjÇ��UT^{*}jÈ��KjÉ��j!��jË��jÏ��jÅ��jÍ��uh£}rp��(jÃ��j
+��j��j��j3��Nj��U
+Propulsionrq��j��U1j5��U1.0rr��j��h$j7��Umainrs��j9��Nj:��Nj;��Nj��jB��h@U
+Propulsionrt��uj�}ru��(j��j��j��j��j��UJ0j��Kj��j�h@j�ujh��}rv��(j��j��j��Uoj��UNzrw��j��j��h@jh��uh}rx��(j��j
+��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��hujl��}ry��(jÃ��jÄ��jÅ��jÍ��jÇ��Ulambdarz��jÖ��Uoj��}r{��j��}r|��(j��G?¹™™™™™šj��G?Ù™™™™™šusjÛ��j��j��G?Ð������h@jl��uh:}r}��(jÃ��j
+��h@h:j��UJ1r~��j��Kj��h'j��j%��j��j��uhV}r��(j��j
+��jÅ��j��h@hVjÇ��USys-OPTr€��jÈ��KUdesign_variablesr��}r‚��(ja��}rƒ��(Ulower_boundr„��NUupper_boundr…��Nj��NujÊ��}r†��(j„��Nj…��Nj��G?©™™™™™šuhm}r‡��(j„��Nj…��Nj��Nuhp}rˆ��(j„��Nj…��Nj��NujÄ��}r‰��(j„��Nj…��Nj��Mèuj��}rŠ��(j„��Nj…��Nj��Nujw��}r‹��(j„��Nj…��Nj��G@������uj¯��}rŒ��(j„��Nj…��Nj��Nuj5��}r��(j„��Nj…��Nj��Mȯuj˜��}rŽ��(j„��Nj…��Nj��Nuj9��}r��(j„��Nj…��Nj��G?ù™™™™™šujÍ��}r��(j„��Nj…��Nj��K7uhw}r‘��(j„��Nj…��Nj��Nuj>��}r’��(j„��Nj…��Nj��Nuj\��}r“��(j„��Nj…��Nj��NuuUobjective_variabler”��]r•��j
��ajË��U	optimizerr–��Uconstraint_variablesr—��}r˜��(h¹}r™��(j„��Nj…��Nuj��}rš��(j„��Nj…��Nuj…��}r›��(j„��Nj…��Nuuuj>��}rœ��(jÃ��jÄ��h@j>��jÇ��USFC^{c}jÈ��KjÉ��j1��jË��jã��jÅ��jÆ��uhÚ}r��(jÃ��jÄ��h@hÚjÇ��U	fin^{c,*}jÈ��KjÉ��j��jË��jÏ��jÅ��jÍ��uh}rž��(jÃ��j
+��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��huhk}rŸ��(jÃ��j
+��jÅ��j��h@hkjÇ��U	Sub-OPT-0r ��jÈ��Kj��}r¡��(j_��}r¢��(j„��Nj…��Nj��Nujc��}r£��(j„��Nj…��Nj��Nujj��}r¤��(j„��Nj…��Nj��Nujl��}r¥��(j„��Nj…��Nj��G?Ð������ujo��}r¦��(j„��Nj…��Nj��G?ð������uhž}r§��(j„��Nj…��Nj��Nuuj”��]r¨��jç��ajË��j–��j—��}r©��(jr��}rª��(j„��Nj…��Nuj0��}r«��(j„��Nj…��Nuj2��}r¬��(j„��Nj…��Nuj7��}r­��(j„��Nj…��Nuj9��}r®��(j„��Nj…��Nuj@��}r¯��(j„��Nj…��NuuuhE}r°��(jÃ��j
+��jÅ��j��h@hEjÇ��U	Sub-OPT-1r±��jÈ��Kj��}r²��(jª��}r³��(j„��Nj…��Nj��Nuj¬��}r´��(j„��Nj…��Nj��Nujº��}rµ��(j„��Nj…��Nj��Nuj¦��}r¶��(j„��Nj…��Nj��G?ð������uj•��}r·��(j„��Nj…��Nj��Nuj²��}r¸��(j„��Nj…��Nj��Nuj´��}r¹��(j„��Nj…��Nj��Nuuj”��]rº��jF��ajË��j–��j—��}r»��hb}r¼��(j„��Nj…��NusuhŠ}r½��(jÃ��j
+��jÅ��j��h@hŠjÇ��U	Sub-OPT-2r¾��jÈ��Kj��}r¿��(j;��}rÀ��(j„��Nj…��Nj��Nuj7��}rÁ��(j„��Nj…��Nj��Nuj!��}rÂ��(j„��Nj…��Nj��G?á™™™™™šuuj”��]rÃ��hajË��j–��j—��}rÄ��(h¨}rÅ��(j„��Nj…��NujS��}rÆ��(j„��Nj…��Nuj��}rÇ��(j„��Nj…��Nuuuj��}rÈ��(jÃ��jÄ��jÙ��G��������h@j��jÇ��UJ2^{*}jÈ��KjÛ��jÜ��jÝ��j��jÉ��hjË��jæ��jß��j��jÅ��jÍ��uj<��}rÉ��(jÃ��jÄ��h@j<��jÇ��Utc^{c,0}jÈ��KjÉ��jÊ��jË��jÌ��jÅ��jÍ��uj��}rÊ��(jÃ��jÄ��h@j��jÇ��UTheta^{c,0}jÈ��KjÉ��h^jË��jÌ��jÅ��jÍ��uhì}rË��(jÃ��jÄ��h@hìjÇ��Uh^{c,*}jÈ��KjÉ��j5��jË��jÏ��jÅ��jÍ��ujH��}rÌ��(jÃ��jÄ��h@jH��jÇ��UAR^{c,i2,0}jÈ��KjÉ��jw��jË��jÌ��jÅ��jÍ��uj��}rÍ��(jÃ��jÄ��h@j��jÇ��UAR^{0}jÈ��KjÉ��jw��jË��jÌ��jÅ��jÍ��uj
��}r��(j��j��j��Kj��j�j��j��h@j
��jÇ��URujÊ��}rÏ��(jÃ��jÄ��jÅ��jÆ��jÇ��UtcrÐ��jÖ��Uoj��}rÑ��j��}rÒ��(j��G?„záG®{j��G?·
 =p£×
-usj��jh��ji��G?©™™™™™šhAjâ��uj��}rB��(jõ��jö��j÷��jø��jù��Uh^{c,i2}rC��jû��Kjü��j>��hAj��uh}rD��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��huhý}rE��(jõ��jö��hAhýjù��ULambda^{c,*}rF��jû��Kjü��jç��jÿ��j��j÷��j��uj��}rG��(jõ��jö��hAj��jù��UCf^{0}rH��jû��Kjü��j·��jÿ��j���j÷��j��ujR��}rI��(jõ��jö��hAjR��jù��U	fin^{c,0}rJ��jû��Kjü��j��jÿ��j���j÷��j��ujN��}rK��(jõ��jö��hAjN��jù��Utc^{0}rL��jû��Kjü��jâ��jÿ��j���j÷��j��uj��}rM��(jõ��jö��hAj��jù��UM^{c,*}rN��jû��Kjü��jD��jÿ��j��j÷��j��uj;��}rO��(jõ��jö��j��Uojù��UESFrP��j÷��jø��hAj;��uj8��}rQ��(jõ��jö��j��Uojù��USFCrR��j÷��j��hAj8��ujw��}rS��(jõ��jö��j��Uojù��UWFOrT��j÷��j��hAjw��uj{��}rU��(jõ��jö��hAj{��jù��Utc^{c}rV��jû��Kjü��jâ��jÿ��j@��j÷��jø��uj‹��}rW��(jõ��jö��hAj‹��jù��U
-M^{c,i2,0}rX��jû��Kjü��jD��jÿ��j���j÷��j��uj·��}rY��(jõ��jö��j÷��jø��jù��UM^{c,i2}rZ��jû��Kjü��jD��hAj·��uhÃ}r[��(jõ��jö��hAhÃjù��U
-sigma5^{*}r\��jû��Kjü��jd��jÿ��j$��j÷��j��uhÅ}r]��(jõ��jö��hAhÅjù��U
-sigma4^{*}r^��jû��Kjü��jb��jÿ��j$��j÷��j��uhÇ}r_��(jõ��jö��hAhÇjù��U
-sigma1^{*}r`��jû��Kjü��ji��jÿ��j$��j÷��j��ujm��}ra��(jõ��jö��hAjm��jù��Ufin^{c}rb��jû��Kjü��j��jÿ��j��j÷��jø��uhÉ}rc��(jõ��jö��hAhÉjù��U
-sigma3^{*}rd��jû��Kjü��jr��jÿ��j$��j÷��j��uhË}re��(jõ��jö��hAhËjù��U
-sigma2^{*}rf��jû��Kjü��jk��jÿ��j$��j÷��j��ujf��}rg��(jõ��jö��hAjf��jù��UAR^{c,0}rh��jû��Kjü��jˆ��jÿ��j���j÷��j��uhÐ}ri��(jõ��jö��hAhÐjù��U
-Sref^{c,*}rj��jû��Kjü��j×��jÿ��j��j÷��j��uhÚ}rk��(jõ��jö��hAhÚjù��UJ0^{*,*}rl��jû��Kjü��j��jÿ��j$��j÷��j��ujÈ��}rm��(jõ��jö��j��Uojù��UCDminrn��j÷��j��hAjÈ��uj€��}ro��(jõ��jö��j÷��j��jù��Usectionrp��j��Uojb��}rq��jd��}rr��(jf��G?è������jg��G?ô������usj��jh��ji��G?ð������hAj€��uj��}rs��(jõ��jö��hAj��jù��UWT^{c,*}rt��jû��Kjü��h™jÿ��j��j÷��j��uj��}ru��(jõ��jö��j��Uojù��UDTrv��j÷��j��hAj��uj…��}rw��(jõ��jö��j��G?ðQë…¸Rj÷��j��jù��UTemprx��jû��Kj��j��j��j��j��j��hAj…��uj`��}ry��(jõ��jö��hAj`��jù��Usection^{0}rz��jû��Kjü��j€��jÿ��j���j÷��j��ujv��}r{��(jõ��jö��hAjv��jù��UM^{c,0}r|��jû��Kjü��jD��jÿ��j���j÷��j��ujb��}r}��(jõ��jö��j��G?ñp£×
-=qj÷��j��jù��Usigma4r~��jû��Kj��j��j��j��j��j��hAjb��ujd��}r��(jõ��jö��j��G?ñp£×
-=qj÷��j��jù��Usigma5r€��jû��Kj��j��j��j��j��j��hAjd��uji��}r��(jõ��jö��j��G?ñp£×
-=qj÷��j��jù��Usigma1r‚��jû��Kj��j��j��j��j��j��hAji��ujk��}rƒ��(jõ��jö��j��G?ñp£×
-=qj÷��j��jù��Usigma2r„��jû��Kj��j��j��j��j��j��hAjk��ujr��}r…��(jõ��jö��j��G?ñp£×
-=qj÷��j��jù��Usigma3r†��jû��Kj��j��j��j��j��j��hAjr��ujÀ��}r‡��(jõ��jö��hAjÀ��jù��U	Theta^{c}rˆ��jû��Kjü��h`jÿ��j��j÷��jø��ujp��}r‰��(jõ��jö��hAjp��jù��UAR^{c}rŠ��jû��Kjü��jˆ��jÿ��j@��j÷��jø��uhó}r‹��(jõ��jö��hAhójù��UDT^{*}rŒ��jû��Kjü��j!��jÿ��j$��j÷��j��uh}r��(jõ��jR��jû��Kj��h(j÷��jV��hAhjÿ��j��jù��hujx��}rŽ��(jõ��jö��j÷��j��jù��UJ1r��jû��Kj��j-��hAjx��uj×��}r��(jõ��jö��j÷��jø��jù��USrefr‘��j��Uojb��}r’��jd��}r“��(jf��Môjg��MÜusj��jh��ji��MèhAj×��ujt��}r”��(jõ��jö��hAjt��jù��USref^{c}r•��jû��Kjü��j×��jÿ��j@��j÷��jø��uj>��}r–��(jõ��jö��j÷��jø��jù��Uhj��Uojb��}r—��jd��}r˜��(jf��M0ujg��M`êusj��jh��ji��MȯhAj>��uj��}r™��(jõ��jö��j÷��jø��jù��U
Lambda^{c,i2}rš��jû��Kjü��jç��hAj��uhÎ}r›��(jõ��jö��hAhÎjù��Utc^{*}rœ��jû��Kjü��jâ��jÿ��j��j÷��j��uhû}r��(jõ��jö��hAhûjù��Utc^{c,i2,*}rž��jû��Kjü��jâ��jÿ��j��j÷��j��uhÒ}rŸ��(jõ��jö��hAhÒjù��Uh^{*}r ��jû��Kjü��j>��jÿ��j��j÷��j��uj��}r¡��(jõ��jö��hAj��jù��U
Sref^{c,i2,0}r¢��jû��Kjü��j×��jÿ��j���j÷��j��uj��}r£��(jõ��jö��hAj��jù��U
-M^{c,i2,*}r¤��jû��Kjü��jD��jÿ��j��j÷��j��ujB��}r¥��(jõ��jö��hAjB��jù��Uh^{0}r¦��jû��Kjü��j>��jÿ��j���j÷��j��uj��}r§��(jõ��jö��j÷��jø��jù��U	AR^{c,i2}r¨��jû��Kjü��jˆ��hAj��uhÜ}r©��(jõ��jö��hAhÜjù��UAR^{c,i2,*}rª��jû��Kjü��jˆ��jÿ��j��j÷��j��uj��}r«��(jõ��jö��j÷��jø��jù��USref^{c,i2}r¬��jû��Kjü��j×��hAj��ujD��}r­��(jõ��jö��j÷��jø��jù��UMj��Uojb��}r®��jd��}r¯��(jf��G?öffffffjg��G?üÌÌÌÌÌÍusj��jh��ji��G?ù™™™™™šhAjD��ujç��}r°��(jõ��jö��j÷��jø��jù��ULambdar±��j��Uojb��}r²��jd��}r³��(jf��K(jg��KFusj��jh��ji��K7hAjç��uj��}r´��(jõ��jö��j��Uojù��UTemprµ��j÷��j��hAj��uj��}r¶��(jõ��jö��hAj��jù��UWF^{c,*}r·��jû��Kjü��h©jÿ��j��j÷��j��uj��}r¸��(jõ��jö��hAj��jù��UWE^{c,*}r¹��jû��Kjü��h¥jÿ��j��j÷��j��uuUnode_dict_factoryrº��hUGRAPH_PROPERTIESr»��]r¼��(U	functionsr½��Unodesr¾��Uedgesr¿��U	couplingsrÀ��U
system_inputsrÁ��eU
NODE_CAT_TREErÂ��}rÃ��(jö��}rÄ��(Ucollided circular couplingrÅ��]Ushared circular couplingrÆ��]Usupplied inputrÇ��]U	collisionrÈ��]U!collided shared circular couplingrÉ��]UholerÊ��]Ucollided shared couplingrË��]Upure circular couplingrÌ��]j��]Ushared couplingrÍ��]Usupplied shared inputrÎ��]UoutputrÏ��]Ucollided couplingrÐ��]ujR��}rÑ��(UindependentrÒ��]U
-outputlessrÓ��]jV��]U	inputlessrÔ��]uUarchitecture elementrÕ��}rÖ��(U	initiatorr×��]jý��]Ucopy design variablerØ��]Udoe output sample listrÙ��]Uinitial guess design variablerÚ��]Uconsistency constraint variablerÛ��]UMDA coupling variablerÜ��]UMDArÝ��]Uindependent output functionrÞ��]Uoptimizer functionrß��]UMDA analysisrà��]Udoe input sample listrá��]Usurrogate model approximaterâ��]U#initial guess MDA coupling variablerã��]Ufinal output variablerä��]Ucoupling weightrå��]Ufinal MDA coupling variableræ��]Ufinal design variablerç��]uU
RCE componentr�}r�(U
-CPACS Toolr�]U
-XML Mergerr�]U
-XML Loaderrì��]U	Optimizerrí��]UConsistency constraint functionrî��]UXML PyMergerrï��]UInput Providerrð��]U	Convergerrñ��]uUvariable grouprò��}ró��(U
-hole grouprô��]Ucoupling grouprõ��]Ushared coupling grouprö��]Uoutput groupr÷��]Usupplied input grouprø��]Usupplied shared input grouprù��]uuU_succrú��j)��Uadjlist_outer_dict_factoryrû��hub.
\ No newline at end of file
+usjÛ��j��j��G?©™™™™™šh@jÊ��ujk��}rÓ��(jÃ��jÄ��jÅ��jÆ��jÇ��Uh^{c,i2}jÈ��KjÉ��j5��h@jk��uh}rÔ��(jÃ��j
+��jÈ��KjÛ��h'jÅ��j��h@hjË��j<��jÇ��huhø}rÕ��(jÃ��jÄ��h@højÇ��ULambda^{c,*}jÈ��KjÉ��jÍ��jË��jÏ��jÅ��jÍ��ujO��}rÖ��(jÃ��jÄ��h@jO��jÇ��UCf^{0}jÈ��KjÉ��j¦��jË��jÌ��jÅ��jÍ��uj ��}r×��(jÃ��jÄ��h@j ��jÇ��U	fin^{c,0}jÈ��KjÉ��j��jË��jÌ��jÅ��jÍ��uj��}rØ��(jÃ��jÄ��h@j��jÇ��Utc^{0}jÈ��KjÉ��jÊ��jË��jÌ��jÅ��jÍ��uhÿ}rÙ��(jÃ��jÄ��h@hÿjÇ��UM^{c,*}jÈ��KjÉ��j9��jË��jÏ��jÅ��jÍ��uj3��}rÚ��(jÃ��jÄ��jÖ��UojÇ��UESFrÛ��jÅ��jÆ��h@j3��uj1��}rÜ��(jÃ��jÄ��jÖ��UojÇ��USFCrÝ��jÅ��jÍ��h@j1��ujf��}rÞ��(jÃ��jÄ��jÖ��UojÇ��UWFOrß��jÅ��jÍ��h@jf��ujj��}rà��(jÃ��jÄ��h@jj��jÇ��Utc^{c}jÈ��KjÉ��jÊ��jË��jø��jÅ��jÆ��ujY��}rá��(jÃ��jÄ��h@jY��jÇ��U
+M^{c,i2,0}jÈ��KjÉ��j9��jË��jÌ��jÅ��jÍ��uj…��}râ��(jÃ��jÄ��jÅ��jÆ��jÇ��UM^{c,i2}jÈ��KjÉ��j9��h@j…��uh¾}rã��(jÃ��jÄ��h@h¾jÇ��U
+sigma5^{*}jÈ��KjÉ��j2��jË��jæ��jÅ��jÍ��uhÀ}rä��(jÃ��jÄ��h@hÀjÇ��U
+sigma4^{*}jÈ��KjÉ��j0��jË��jæ��jÅ��jÍ��uhÂ}rå��(jÃ��jÄ��h@hÂjÇ��U
+sigma1^{*}jÈ��KjÉ��j7��jË��jæ��jÅ��jÍ��uj\��}ræ��(jÃ��jÄ��h@j\��jÇ��Ufin^{c}jÈ��KjÉ��j��jË��jã��jÅ��jÆ��uhÄ}rç��(jÃ��jÄ��h@hÄjÇ��U
+sigma3^{*}jÈ��KjÉ��j@��jË��jæ��jÅ��jÍ��uhÆ}rè��(jÃ��jÄ��h@hÆjÇ��U
+sigma2^{*}jÈ��KjÉ��j9��jË��jæ��jÅ��jÍ��uj4��}ré��(jÃ��jÄ��h@j4��jÇ��UAR^{c,0}jÈ��KjÉ��jw��jË��jÌ��jÅ��jÍ��uhË}rê��(jÃ��jÄ��h@hËjÇ��U
+Sref^{c,*}jÈ��KjÉ��jÄ��jË��jÏ��jÅ��jÍ��uhÕ}rë��(jÃ��jÄ��h@hÕjÇ��UJ0^{*,*}jÈ��KjÉ��jç��jË��jæ��jÅ��jÍ��uj·��}rì��(jÃ��jÄ��jÖ��UojÇ��UCDminrí��jÅ��jÍ��h@j·��ujo��}rî��(jÃ��jÄ��jÅ��jÍ��jÇ��Usectionrï��jÖ��Uoj��}rð��j��}rñ��(j��G?è������j��G?ô������usjÛ��j��j��G?ð������h@jo��uj��}rò��(jÃ��jÄ��h@j��jÇ��UWT^{c,*}jÈ��KjÉ��h•jË��jÏ��jÅ��jÍ��ujò��}ró��(jÃ��jÄ��jÖ��UojÇ��UDTrô��jÅ��jÍ��h@jò��ujS��}rõ��(jÃ��jÄ��jÙ��G?ðQë…¸RjÅ��jÍ��jÇ��UTemprö��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@jS��uj.��}r÷��(jÃ��jÄ��h@j.��jÇ��Usection^{0}jÈ��KjÉ��jo��jË��jÌ��jÅ��jÍ��ujD��}rø��(jÃ��jÄ��h@jD��jÇ��UM^{c,0}jÈ��KjÉ��j9��jË��jÌ��jÅ��jÍ��uj0��}rù��(jÃ��jÄ��jÙ��G?ñp£×
+=qjÅ��jÍ��jÇ��Usigma4rú��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j0��uj2��}rû��(jÃ��jÄ��jÙ��G?ñp£×
+=qjÅ��jÍ��jÇ��Usigma5rü��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j2��uj7��}rý��(jÃ��jÄ��jÙ��G?ñp£×
+=qjÅ��jÍ��jÇ��Usigma1rþ��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j7��uj9��}rÿ��(jÃ��jÄ��jÙ��G?ñp£×
+=qjÅ��jÍ��jÇ��Usigma2r���jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j9��uj@��}r��(jÃ��jÄ��jÙ��G?ñp£×
+=qjÅ��jÍ��jÇ��Usigma3r��jÈ��KjÛ��jÜ��jÝ��jÞ��jß��jà��h@j@��uj¯��}r��(jÃ��jÄ��h@j¯��jÇ��U	Theta^{c}jÈ��KjÉ��h^jË��jã��jÅ��jÆ��uj_��}r��(jÃ��jÄ��h@j_��jÇ��UAR^{c}jÈ��KjÉ��jw��jË��jø��jÅ��jÆ��uhî}r��(jÃ��jÄ��h@hîjÇ��UDT^{*}jÈ��KjÉ��j��jË��jæ��jÅ��jÍ��uh}r��(jÃ��j
+��j��Kj��h'j��j��h@hj��j<��j��hujF��}r��(j��j��j��j��j��UJ1j��Kj��j�h@jF��uj��}r��(j��j��j��j��j��USrefr	��j��Uoj��}r
+��j��}r��(j��Môj��MÜusjÛ��j��j��Mèh@jÄ��ujc��}r��(jÃ��jÄ��h@jc��jÇ��USref^{c}jÈ��KjÉ��jÄ��jË��jø��jÅ��jÆ��uj5��}r
��(jÃ��jÄ��jÅ��jÆ��jÇ��UhjÖ��Uoj��}r��j��}r��(j��M0uj��M`êusjÛ��j��j��Mȯh@j5��ujÕ��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��U
Lambda^{c,i2}jÈ��KjÉ��jÍ��h@jÕ��uhÉ}r��(jÃ��jÄ��h@hÉjÇ��Utc^{*}jÈ��KjÉ��jÊ��jË��jÏ��jÅ��jÍ��uhö}r��(jÃ��jÄ��h@höjÇ��Utc^{c,i2,*}jÈ��KjÉ��jÊ��jË��jÏ��jÅ��jÍ��uhÍ}r��(jÃ��jÄ��h@hÍjÇ��Uh^{*}jÈ��KjÉ��j5��jË��jÏ��jÅ��jÍ��ujM��}r��(jÃ��jÄ��h@jM��jÇ��U
Sref^{c,i2,0}jÈ��KjÉ��jÄ��jË��jÌ��jÅ��jÍ��uhý}r��(jÃ��jÄ��h@hýjÇ��U
+M^{c,i2,*}jÈ��KjÉ��j9��jË��jÏ��jÅ��jÍ��uj��}r��(jÃ��jÄ��h@j��jÇ��Uh^{0}jÈ��KjÉ��j5��jË��jÌ��jÅ��jÍ��ujä��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��U	AR^{c,i2}jÈ��KjÉ��jw��h@jä��uh×}r��(jÃ��jÄ��h@h×jÇ��UAR^{c,i2,*}jÈ��KjÉ��jw��jË��jÏ��jÅ��jÍ��ujé��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��USref^{c,i2}jÈ��KjÉ��jÄ��h@jé��uj9��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��UMjÖ��Uoj��}r��j��}r��(j��G?öffffffj��G?üÌÌÌÌÌÍusjÛ��j��j��G?ù™™™™™šh@j9��ujÍ��}r��(jÃ��jÄ��jÅ��jÆ��jÇ��ULambdar��jÖ��Uoj��}r��j��}r ��(j��K(j��KFusjÛ��j��j��K7h@jÍ��ujï��}r!��(jÃ��jÄ��jÖ��UojÇ��UTempr"��jÅ��jÍ��h@jï��uj��}r#��(jÃ��jÄ��h@j��jÇ��UWF^{c,*}jÈ��KjÉ��h¥jË��jÏ��jÅ��jÍ��uj��}r$��(jÃ��jÄ��h@j��jÇ��UWE^{c,*}jÈ��KjÉ��h¡jË��jÏ��jÅ��jÍ��uuUnode_dict_factoryr%��hUGRAPH_PROPERTIESr&��]r'��(U	functionsr(��Unodesr)��Uedgesr*��U	couplingsr+��U
system_inputsr,��eU
NODE_CAT_TREEr-��}r.��(j��}r/��(Ucollided circular couplingr0��]Ushared circular couplingr1��]Usupplied inputr2��]U	collisionr3��]U!collided shared circular couplingr4��]Uholer5��]Ucollided shared couplingr6��]Upure circular couplingr7��]j��]Ushared couplingr8��]Usupplied shared inputr9��]Uoutputr:��]Ucollided couplingr;��]uj
+��}r<��(Uindependentr=��]U
+outputlessr>��]j��]U	inputlessr?��]uUarchitecture elementr@��}rA��(U	initiatorrB��]j–��]Ucopy design variablerC��]Udoe output sample listrD��]Uinitial guess design variablerE��]Uconsistency constraint variablerF��]UMDA coupling variablerG��]UMDArH��]Uindependent output functionrI��]Uoptimizer functionrJ��]UMDA analysisrK��]Udoe input sample listrL��]Usurrogate model approximaterM��]U#initial guess MDA coupling variablerN��]Ufinal output variablerO��]Ucoupling weightrP��]Ufinal MDA coupling variablerQ��]Ufinal design variablerR��]uU
RCE componentrS��}rT��(U
+CPACS ToolrU��]U
+XML MergerrV��]U
+XML LoaderrW��]U	OptimizerrX��]UConsistency constraint functionrY��]UXML PyMergerrZ��]UInput Providerr[��]U	Convergerr\��]uUvariable groupr]��}r^��(U
+hole groupr_��]Ucoupling groupr`��]Ushared coupling groupra��]Uoutput grouprb��]Usupplied input grouprc��]Usupplied shared input grouprd��]uuU_succre��j÷��Uadjlist_outer_dict_factoryrf��hub.
\ No newline at end of file
diff --git a/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_CO_mpg.kdms
index 4526eae67872bb68b445dd175d89ecaef582d3bc..7204440ad1c3669cc6af013732cd9327cd30a859 100644
GIT binary patch
literal 9218
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

literal 9228
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

diff --git a/examples/scripts/ssbj/KDMS/Mdao_IDF.kdms b/examples/scripts/ssbj/KDMS/Mdao_IDF.kdms
index d89388b05f1a1837b78ef8567c23123c9eda09d8..5889838fe20800722235ad6f4748b146aa445203 100644
GIT binary patch
literal 26824
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

literal 26510
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

diff --git a/examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_IDF_mpg.kdms
index 5a262843e21a33acb6c9220cce42e282fb56ea2e..b3dfaf47ffae909770f68ffb2e2d91701e83ba8a 100644
GIT binary patch
literal 6319
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
E7s}!ZhX4Qo

literal 6309
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

diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-GS.kdms
index 13b649825a3c3f6e6e78d7847c5062a431a9515f..95b775406cc240947fd5f8d4b3f3aef5a67f0bfd 100644
GIT binary patch
literal 22496
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%0Db3UaZeJ_=%s1agrea?VN5C2?x
z|KQLa)_uD#W+p7?hM1omcfr43_azm>!mdkVF^+r1c2W0*O@pd#2%|y5akn5AcVF0a
zsP2X^8sr@J67UkgFm!af)?(ZsuZkze{XMMN%bx0RVx-G2H5qO>rv6ceM`ndEiudtq
zGYn|lGLD%EV0!Z(yy{4yRF5?qBNl<o2yp<jpb?_#iyj=jRK1j!6}I5kAa<&k_>#=h
zEeq`-0>YMMgdLa>Hq|l04*eio*uyuYuqPaWw`dOX3q$ysuC>j1)N*3(9hLc(U5E1r
zUUNP;i`#mao8Z}~KEO>pVeB4^l)uJ5b!4&nI>QPFn{X$rf`biifF9~+6>P;GRRM!W
zh_z|G6-;Wz_pciH=LVoZJW9XEvW#0f=UcO|KvO=&JH^p0i_bS_kI+C;{caS?DAJf#
zWMLs|uyB5s=!LtZ%+0AwM@<2-Db_rvn2A6TfA6e9w;vt4S048hBj2ktoe)=Yk|;fH
zf!AHxCjt%WSVQT0lkZcFa2V3!_ZEkkuRJcPsa{f1Q@5a^7Mii39$HAW)h~7EY(pyo
ztUTglLxSJwD~>j_(L077?q?4{QGTG^ZYN_ccvgd746^|c7PAH}t}d?#m(8mS*VR;1
zfQ>->e+@nhdG{1=NYJ}AE}Ce@<4(E;gx@T~4=zIHKF~_UsJF(Xt_fw8AI{~2@I#RJ
z5k};|^5F=EqK?Ry&!gHIFflEtQ+}%$vA3XWSgZLRzl7*&mm+d&4o7nNs5bnrV+WdR
zD&^}@_1V{)j$+c0X|-L}M*E|=FyGv1fnzu~G_6I-@Ng^@IFd$KywQLeJWh$XHpJRu
z_-IYS@l04?*x=^}Z8(7-k^;nfs~^i^@QKXG8sWW&7K-6_GKtF?EYxrkKG8YMB^bI9
zbuzPhmRaEe0p3jto+Y0`7}ltU1b&0l+|IEhboU@cpAv;rxirTuv(p%90-Zk~4Sw0J
z9UUX}<-p8kpVJv_WL5dRwBKY3&)`D*s^vU5lV8VsY?RV0<@9hCqYO)*fP~T|XLHE_
z5|TczJBMK-sfujPkhg|wjWpW<NHpOUzz`jNHisf@c!Y^(@(6)*8D)F_)uN88ah?%n
zZjuCVJDtykcrDFz$&mTX0bF1-Ff<*rz0k`x*n$^Pp<@lKDXT!kwzMT$$syJuRKvyi
z#1EU6EtywV8>&krnqfV&Dp*#vC{#sXMg_Pe16h=a;K?s+Ac!cbw<eTz+@@)BU&^!t
zh})8Om)~U!8?=Cim=Nynt;8_{;Bw}<02LjSI-Lsfr%K@pEWrx`_(V;qN4xN=44<^Q
z4EEIw9U184F3B}qIKVZ$A=t>U5$Qf`T)>oF%Vp!!W#0bnvb>H^@L(=4Y&+2?Y{IO3
Y1m}Uw=XOzA;B&ihJz|M`XT_BN1J{KTQvd(}

literal 22242
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

diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-GS_mpg.kdms
index 508c5f4393b0a1640b07ad7ee85a797a70f47a02..3b66b9d4337fbb310fba4962e5cdf12bda1eacb2 100644
GIT binary patch
literal 5268
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
EKc*6vh5!Hn

literal 5258
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

diff --git a/examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms b/examples/scripts/ssbj/KDMS/Mdao_MDF-J.kdms
index c6f1fb2a22ffd9a114235bce894bcd2863bf1436..225c01277a798fcebafa3d016cfab755d0d24349 100644
GIT binary patch
delta 4978
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

delta 5059
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

diff --git a/examples/scripts/ssbj/VISTOMS/VISTOMS.html b/examples/scripts/ssbj/VISTOMS/VISTOMS.html
index fc14e7ccb..413a7af32 100644
--- a/examples/scripts/ssbj/VISTOMS/VISTOMS.html
+++ b/examples/scripts/ssbj/VISTOMS/VISTOMS.html
@@ -1879,7 +1879,7 @@ th, td {
 			}
 			
 			//@Imco: Here is the sellar problem example data
-			theData = {"graphs": [{"description": "Repository of the super-sonic business jet test case optimization problem", "problem_formulation": {}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "01", "name": "RCG"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDO", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "id": "02", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "name": "FPG - MDO"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 couplings"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 9, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Optimizer", "Structures", "Converger", "Coordinator"], "pipeline_data": {"Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "Coordinator": ["/data_schema/aircraft/other/CDmin"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "Optimizer", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "03", "name": "XDSM - MDF-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Optimizer", "name": "Optimizer", "metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 7, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "04", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Structures", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - MDF-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: IDF.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "IDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/D": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/other/L": {"lower_bound": null, "upper_bound": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc"}, {"consistency_nodes": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D"]}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Gc", "name": "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "short_name": "6 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "16 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "10 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "6 couplings"}, {"to": "id_Gc", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "8 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Propulsion"], ["id_Optimizer", "id_Structures"], ["id_Optimizer", "id_Aerodynamics"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Cprop", "id_Gc"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_CTheta", "id_Gc"], ["id_Cdpdx", "id_FR"], ["id_Cdpdx", "id_Gc"], ["id_Csigmas", "id_FR"], ["id_Csigmas", "id_Gc"]], "process_step_blocks": ["id_Gc", "id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 5, "edges": [["id_Gc", "id_Optimizer"], ["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "__Gc", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Optimizer", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Gc"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "gc_Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "gc_D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "gc_L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "gc_WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "gc_WT", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "gc_ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "05", "name": "XDSM - IDF - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "CO", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "distr_function_ordering": [{"coupled": [], "pre-desvars": [], "post-coupling": ["Performance", "F[R]"], "post-desvars": []}, [{"post-desvars": [], "coupled": ["Structures"], "pre-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__J0__"]}, {"post-desvars": [], "coupled": ["Aerodynamics"], "pre-desvars": [], "post-coupling": ["C[dpdx]", "__J1__"]}, {"post-desvars": [], "coupled": ["Propulsion"], "pre-desvars": [], "post-coupling": ["C[prop]", "__J2__"]}]], "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer", "metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0", "metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J0", "name": "J0", "metadata": [{"name": "__J0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1", "metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J1", "name": "J1", "metadata": [{"name": "__J1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2", "metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J2", "name": "J2", "metadata": [{"name": "__J2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "15 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_J0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "6 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "7 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_J1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_J2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_J2", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "5 couplings"}, {"to": "id_J2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "2 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "7 couplings"}, {"to": "id_J0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "4 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "15 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "short_name": "7 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_J2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_J1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_J1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "9 couplings"}, {"to": "id_J1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "6 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/reference/h,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "6 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Optimizer", "id_Performance"], ["id_Sys-Optimizer", "id_Sub-Optimizer-0"], ["id_Sys-Optimizer", "id_Sub-Optimizer-1"], ["id_Sys-Optimizer", "id_Sub-Optimizer-2"]], "process_step_blocks": ["id_Performance", "id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Performance", "id_FR"], ["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_FR", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_J0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_J1"], ["id_FR", "id_Sys-Optimizer"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_J2"]], "process_step_blocks": ["id_J2", "id_J0", "id_CTheta", "id_Cprop", "id_J1", "id_Csigmas", "id_Cdpdx"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 5, "edges": [["id_J2", "id_Sub-Optimizer-2"], ["id_J0", "id_Sub-Optimizer-0"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_J1", "id_Sub-Optimizer-1"], ["id_Csigmas", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 6, "edges": [["id_Sub-Optimizer-0", "id_Sys-Optimizer"], ["id_Sub-Optimizer-1", "id_Sys-Optimizer"], ["id_Sub-Optimizer-2", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 7, "edges": [["id_Sys-Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "06", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "copyDesignVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sys-Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "tc__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "h__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "copyDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Lambda__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "AR__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "h__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "tc__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "AR__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}, {"name": "Lambda__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"name": "h__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 8}, {"name": "M__i2", "type": "variable", "dimension": null, "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "group0", "level": 2}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "group2", "level": 2}, {"type": "variable", "children": [{"name": "objective", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "group1", "level": 2}], "name": "distributedArchitectures", "level": 1}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["__J0__", "Coordinator", "F[R]", "__J2__", "__J1__"], "pipeline_data": {"__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Sys-Optimizer"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["__J0__", "Coordinator", "C[Theta]", "C[sigmas]"], "pipeline_data": {"__J0__": ["/data_schema/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__J1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__J1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Propulsion", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"]}, "name": "J2"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Sys-Optimizer", "Structures", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "J0"}, {"input": ["F[R]", "Sys-Optimizer", "C[Theta]", "Sub-Optimizer-0", "Sub-Optimizer-1", "Sub-Optimizer-2", "C[prop]", "__J0__", "C[dpdx]", "__J2__", "C[sigmas]", "__J1__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Coordinator", "C[prop]", "__J2__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "__J2__": ["/data_schema/distributedArchitectures/group2/objective"]}, "name": "Sub-Optimizer-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "J1"}, {"input": ["Sys-Optimizer"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"]}, "name": "Performance"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "Structures"}], "name": "XDSM - CO - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: BLISS-2000.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "BLISS-2000", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "distr_function_ordering": [{"post-desvars": [], "coupled": ["Sub-Surrogate-Model-0", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-2"], "pre-desvars": [], "post-coupling": ["Performance", "F[R]", "__Gc__"]}, [{"post-coupling": ["C[sigmas]", "C[Theta]", "__WCF0__"], "coupled": ["Structures"], "pre-desvars": [], "post-desvars": []}, {"post-coupling": ["C[dpdx]", "__WCF1__"], "coupled": ["Aerodynamics"], "pre-desvars": [], "post-desvars": []}, {"post-coupling": ["C[prop]", "__WCF2__"], "coupled": ["Propulsion"], "pre-desvars": [], "post-desvars": []}]], "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Sys-Converger"}, {"instance": 1}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Sys-Converger", "name": "Sys-Converger"}, {"metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer"}, {"metadata": [{"name": "Sub-Surrogate-Model-0"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-0", "name": "Sub-Surrogate-Model-0"}, {"metadata": [{"name": "Sub-Surrogate-Model-1"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-1", "name": "Sub-Surrogate-Model-1"}, {"metadata": [{"name": "Sub-Surrogate-Model-2"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-2", "name": "Sub-Surrogate-Model-2"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}, {"metadata": [{"name": "Sub-SM-bounds-0"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-0", "name": "Sub-SM-bounds-0"}, {"metadata": [{"name": "Sub-DOE-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-0", "name": "Sub-DOE-0"}, {"metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "__WCF0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF0", "name": "WCF0"}, {"metadata": [{"name": "Sub-SM-builder-0"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-0", "name": "Sub-SM-builder-0"}, {"metadata": [{"name": "Sub-SM-bounds-1"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-1", "name": "Sub-SM-bounds-1"}, {"metadata": [{"name": "Sub-DOE-1"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-1", "name": "Sub-DOE-1"}, {"metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "__WCF1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF1", "name": "WCF1"}, {"metadata": [{"name": "Sub-SM-builder-1"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-1", "name": "Sub-SM-builder-1"}, {"metadata": [{"name": "Sub-SM-bounds-2"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-2", "name": "Sub-SM-bounds-2"}, {"metadata": [{"name": "Sub-DOE-2"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group2/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-2", "name": "Sub-DOE-2"}, {"metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "__WCF2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF2", "name": "WCF2"}, {"metadata": [{"name": "Sub-SM-builder-2"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-2", "name": "Sub-SM-builder-2"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "21 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_Gc", "name": "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0", "short_name": "6 inputs"}, {"to": "id_WCF1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_WCF1", "from": "id_Sub-DOE-1", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w2,/data_schema/distributedArchitectures/group1/couplingWeights/w0,/data_schema/distributedArchitectures/group1/couplingWeights/w1", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "3 inputs"}, {"to": "id_WCF0", "from": "id_Sub-DOE-0", "name": "/data_schema/distributedArchitectures/group0/couplingWeights/w1,/data_schema/distributedArchitectures/group0/couplingWeights/w0,/data_schema/distributedArchitectures/group0/couplingWeights/w2", "short_name": "3 couplings"}, {"to": "id_WCF0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Sys-Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Sys-Converger", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/aircraft/geometry/section,/data_schema/aircraft/geometry/lambda", "short_name": "2 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "short_name": "6 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "short_name": "2 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_WCF0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_WCF1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_WCF2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "5 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_WCF2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_WCF2", "from": "id_Sub-DOE-2", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w2,/data_schema/distributedArchitectures/group2/couplingWeights/w1,/data_schema/distributedArchitectures/group2/couplingWeights/w0", "short_name": "3 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "12 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sub-SM-builder-1", "name": "//surrogateModels/SubSMB1/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2", "short_name": "9 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sub-SM-builder-0", "name": "//surrogateModels/SubSMB0/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sub-SM-builder-2", "name": "//surrogateModels/SubSMB2/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/reference/M,/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2", "short_name": "6 couplings"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "6 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_WCF0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Converger", "name": "/data_schema/mdoData/systemConvergenceCheck", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Gc", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "short_name": "9 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "short_name": "9 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 couplings"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Converger"]], "process_step_blocks": ["id_Sys-Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Converger", "id_Sub-SM-bounds-2"], ["id_Sys-Converger", "id_Sub-SM-bounds-1"], ["id_Sys-Converger", "id_Sub-SM-bounds-0"]], "process_step_blocks": ["id_Sub-SM-bounds-2", "id_Sub-SM-bounds-1", "id_Sub-SM-bounds-0"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Sub-SM-bounds-2", "id_Sub-DOE-2"], ["id_Sub-SM-bounds-1", "id_Sub-DOE-1"], ["id_Sub-SM-bounds-0", "id_Sub-DOE-0"]], "process_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Sub-DOE-2", "id_Sub-Optimizer-2"], ["id_Sub-DOE-1", "id_Sub-Optimizer-1"], ["id_Sub-DOE-0", "id_Sub-Optimizer-0"]], "process_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_WCF0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_WCF1"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_WCF2"]], "process_step_blocks": ["id_WCF1", "id_Cprop", "id_CTheta", "id_Cdpdx", "id_WCF0", "id_WCF2", "id_Csigmas"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 7, "edges": [["id_WCF1", "id_Sub-Optimizer-1"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"], ["id_WCF0", "id_Sub-Optimizer-0"], ["id_WCF2", "id_Sub-Optimizer-2"], ["id_Csigmas", "id_Sub-Optimizer-0"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"], "step_number": 8, "edges": [["id_Sub-Optimizer-0", "id_Sub-DOE-0"], ["id_Sub-Optimizer-1", "id_Sub-DOE-1"], ["id_Sub-Optimizer-2", "id_Sub-DOE-2"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 9, "edges": [["id_Sub-DOE-2", "id_Sub-SM-builder-2"], ["id_Sub-DOE-1", "id_Sub-SM-builder-1"], ["id_Sub-DOE-0", "id_Sub-SM-builder-0"]], "process_step_blocks": ["id_Sub-SM-builder-2", "id_Sub-SM-builder-0", "id_Sub-SM-builder-1"]}, {"converger_step_blocks": [], "step_number": 10, "edges": [["id_Sub-SM-builder-2", "id_Sys-Optimizer"], ["id_Sub-SM-builder-0", "id_Sys-Optimizer"], ["id_Sub-SM-builder-1", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 11, "edges": [["id_Sys-Optimizer", "id_Sub-Surrogate-Model-1"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-0"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-2"]], "process_step_blocks": ["id_Sub-Surrogate-Model-0", "id_Sub-Surrogate-Model-1", "id_Sub-Surrogate-Model-2"]}, {"converger_step_blocks": [], "step_number": 12, "edges": [["id_Sub-Surrogate-Model-0", "id_Performance"], ["id_Sub-Surrogate-Model-1", "id_Performance"], ["id_Sub-Surrogate-Model-2", "id_Performance"]], "process_step_blocks": ["id_Performance"]}, {"converger_step_blocks": [], "step_number": 13, "edges": [["id_Performance", "id_FR"], ["id_Performance", "id_Gc"]], "process_step_blocks": ["id_FR", "id_Gc"]}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 14, "edges": [["id_FR", "id_Sys-Optimizer"], ["id_Gc", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Converger"], "step_number": 15, "edges": [["id_Sys-Optimizer", "id_Sys-Converger"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 16, "edges": [["id_Sys-Converger", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "F[R]", "__Gc__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc__": ["/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0"]}, "name": "Sys-Optimizer"}, {"input": ["Aerodynamics", "Sub-DOE-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sub-DOE-1": ["/data_schema/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/distributedArchitectures/group1/couplingWeights/w1"]}, "name": "WCF1"}, {"input": ["Coordinator", "Sub-Optimizer-2", "Sub-DOE-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sub-Optimizer-2": ["/data_schema/aircraft/other/T"], "Sub-DOE-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"]}, "name": "Propulsion"}, {"input": ["Sub-DOE-0", "Structures"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/distributedArchitectures/group0/couplingWeights/w2"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"]}, "name": "WCF0"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sys-Converger"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Sub-DOE-0", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sub-DOE-0": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sub-Optimizer-0": ["/data_schema/aircraft/geometry/section", "/data_schema/aircraft/geometry/lambda"]}, "name": "Structures"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sub-SM-bounds-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "C[Theta]", "__WCF0__", "C[sigmas]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/distributedArchitectures/group0/objective"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__WCF1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__WCF1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Coordinator", "__WCF2__", "C[prop]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T"], "__WCF2__": ["/data_schema/distributedArchitectures/group2/objective"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"]}, "name": "Sub-Optimizer-2"}, {"input": ["Sub-SM-bounds-2", "Sub-DOE-2"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-DOE-2": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-SM-builder-2"}, {"input": ["Sub-DOE-0", "Sub-SM-bounds-0"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"]}, "name": "Sub-SM-builder-0"}, {"input": ["Sub-DOE-1", "Sub-SM-bounds-1"], "pipeline_data": {"Sub-DOE-1": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"]}, "name": "Sub-SM-builder-1"}, {"input": ["Propulsion", "Sub-DOE-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sub-DOE-2": ["/data_schema/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/distributedArchitectures/group2/couplingWeights/w0"]}, "name": "WCF2"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-1"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"], "Sub-SM-builder-1": ["//surrogateModels/SubSMB1/definition"]}, "name": "Sub-Surrogate-Model-1"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-0"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2"], "Sub-SM-builder-0": ["//surrogateModels/SubSMB0/definition"]}, "name": "Sub-Surrogate-Model-0"}, {"input": ["Sub-SM-builder-2", "Sys-Optimizer"], "pipeline_data": {"Sub-SM-builder-2": ["//surrogateModels/SubSMB2/definition"], "Sys-Optimizer": ["/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/reference/M", "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2"]}, "name": "Sub-Surrogate-Model-2"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"]}, "name": "Gc"}, {"input": ["Coordinator", "Sub-DOE-1", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sub-DOE-1": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/aircraft/other/Cf"]}, "name": "Aerodynamics"}, {"input": ["F[R]", "Sub-Surrogate-Model-2", "Sys-Optimizer", "__WCF1__", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "C[Theta]", "__WCF0__", "C[prop]", "Sys-Converger", "C[dpdx]", "C[sigmas]", "__Gc__", "__WCF2__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "__WCF1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"], "Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF"], "Sys-Converger": ["/data_schema/mdoData/systemConvergenceCheck"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__Gc__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5"], "__WCF2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"]}, "name": "Coordinator"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"]}, "name": "Sub-SM-bounds-1"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2"]}, "name": "Sub-SM-bounds-0"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Sub-SM-bounds-2", "Sub-Optimizer-2", "Propulsion"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"], "Propulsion": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-DOE-2"}, {"input": ["Aerodynamics", "Sub-SM-bounds-1", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, "name": "Sub-DOE-1"}, {"input": ["Structures", "Sub-SM-bounds-0", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda"]}, "name": "Sub-DOE-0"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}, {"type": "variable", "name": "T", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "couplingWeights"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-0"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref__i2"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h__i2"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L__i2"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L__i2"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF__i2"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref__i2"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "h__i2"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "M__i2"}, {"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WT__i2"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "D__i2"}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta__i2"}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta__i2"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT__i2"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L__i2"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D__i2"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF__i2"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}], "name": "sigmas"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc0"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "gc2"}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc5"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "gc2"}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group1"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0__i2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w0"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "w1__i2"}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "objective"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "definition"}], "name": "SubSMB2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "definition"}], "name": "SubSMB0"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "definition"}], "name": "SubSMB1"}], "name": "surrogateModels"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "systemConvergenceCheck"}], "name": "mdoData"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "07", "name": "XDSM - BLISS-2000 - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "08", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "09", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "10", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "11", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "12", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "13", "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "14", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "15", "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_seed": 6, "doe_runs": 5, "doe_method": "Latin hypercube design"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "16", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "17", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "18", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "19", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "20", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "21", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "22", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "23", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "24", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "25", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "26", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "27", "name": "FPG - MDA"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "28", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "29", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "30", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "31", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "32", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "33", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "34", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "35", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "36", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "37", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "38", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "39", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "40", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "41", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "42", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "43", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "44", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "45", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "46", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "47", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "48", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "49", "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "50", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "51", "name": "XDSM - converged-DOE-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "id": "52", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "53", "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "54", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "55", "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "56", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "57", "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "58", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "59", "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "60", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-J - Mdao"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDA", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "61", "name": "FPG - MDA"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "62", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - unconverged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "11 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "5 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "11 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Aerodynamics"], ["id_Coordinator", "id_Propulsion"], ["id_Coordinator", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 4, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "63", "name": "XDSM - unconverged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 5, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "id": "64", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - converged-MDA-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-MDA-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-MDA", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 3, "edges": [["id_Propulsion", "id_Converger"], ["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_FR", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "Aerodynamics", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Propulsion", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "65", "name": "XDSM - converged-MDA-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Propulsion", "id_Cdpdx"], ["id_Propulsion", "id_Csigmas"], ["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_CTheta"], ["id_Propulsion", "id_Cprop"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "66", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"type": "variable", "children": [{"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - unconverged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: unconverged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": true, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "unconverged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "4 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/weight/WO", "short_name": "5 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Aerodynamics"], ["id_DOE", "id_Structures"], ["id_DOE", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion", "id_Structures", "id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Propulsion", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 5, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/weight/WO"], "DOE": ["/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "67", "name": "XDSM - unconverged-DOE-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "doe", "id": "id_DOE", "name": "DOE", "metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "nominal_value": 0.05}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Csigmas", "id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Csigmas", "id_FR"], ["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 9, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "68", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeInputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "doeOutputSampleLists", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "quantityOfInterests", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "DOE", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeOutputSampleLists", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "doeInputSampleLists", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeInputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "doeOutputSampleLists", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "DOE", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Coordinator": ["/data_schema/aircraft/weight/WBE"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Propulsion", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Structures", "Propulsion", "DOE"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "name": "XDSM - converged-DOE-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: converged-DOE-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "converged-DOE", "doe_settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}, "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "DOE"}, {"settings": {"doe_table": [[0.1, 0.75, 0.75, 0.1, 2.5, 40.0, 500.0, 0.01, 30000.0, 1.4], [0.11666666666666667, 0.7777777777777778, 0.7777777777777778, 0.15000000000000002, 2.8333333333333335, 41.666666666666664, 555.5555555555555, 0.014444444444444444, 31666.666666666668, 1.422222222222222], [0.13333333333333333, 0.8055555555555556, 0.8055555555555556, 0.2, 3.1666666666666665, 43.333333333333336, 611.1111111111111, 0.01888888888888889, 33333.333333333336, 1.4444444444444444], [0.15000000000000002, 0.8333333333333334, 0.8333333333333334, 0.25, 3.5, 45.0, 666.6666666666667, 0.02333333333333333, 35000.0, 1.4666666666666666], [0.16666666666666669, 0.8611111111111112, 0.8611111111111112, 0.30000000000000004, 3.833333333333333, 46.666666666666664, 722.2222222222222, 0.027777777777777776, 36666.666666666664, 1.488888888888889], [0.18333333333333335, 0.8888888888888888, 0.8888888888888888, 0.3500000000000001, 4.166666666666666, 48.333333333333336, 777.7777777777778, 0.03222222222222222, 38333.333333333336, 1.511111111111111], [0.2, 0.9166666666666666, 0.9166666666666666, 0.4, 4.5, 50.0, 833.3333333333334, 0.03666666666666667, 40000.0, 1.5333333333333334], [0.21666666666666667, 0.9444444444444444, 0.9444444444444444, 0.45000000000000007, 4.833333333333333, 51.66666666666667, 888.8888888888889, 0.04111111111111111, 41666.66666666667, 1.5555555555555556], [0.23333333333333334, 0.9722222222222222, 0.9722222222222222, 0.5000000000000001, 5.166666666666666, 53.333333333333336, 944.4444444444445, 0.04555555555555556, 43333.333333333336, 1.577777777777778], [0.25, 1.0, 1.0, 0.55, 5.5, 55.0, 1000.0, 0.05, 45000.0, 1.6]], "doe_table_order": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/other/T", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/h", "/data_schema/reference/M"], "doe_method": "Custom design table"}}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "samples": [30000.0, 31666.666666666668, 33333.333333333336, 35000.0, 36666.666666666664, 38333.333333333336, 40000.0, 41666.66666666667, 43333.333333333336, 45000.0], "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "samples": [0.1, 0.11666666666666667, 0.13333333333333333, 0.15000000000000002, 0.16666666666666669, 0.18333333333333335, 0.2, 0.21666666666666667, 0.23333333333333334, 0.25], "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "samples": [2.5, 2.8333333333333335, 3.1666666666666665, 3.5, 3.833333333333333, 4.166666666666666, 4.5, 4.833333333333333, 5.166666666666666, 5.5], "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "samples": [500.0, 555.5555555555555, 611.1111111111111, 666.6666666666667, 722.2222222222222, 777.7777777777778, 833.3333333333334, 888.8888888888889, 944.4444444444445, 1000.0], "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "samples": [0.01, 0.014444444444444444, 0.01888888888888889, 0.02333333333333333, 0.027777777777777776, 0.03222222222222222, 0.03666666666666667, 0.04111111111111111, 0.04555555555555556, 0.05], "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "samples": [1.4, 1.422222222222222, 1.4444444444444444, 1.4666666666666666, 1.488888888888889, 1.511111111111111, 1.5333333333333334, 1.5555555555555556, 1.577777777777778, 1.6], "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "samples": [40.0, 41.666666666666664, 43.333333333333336, 45.0, 46.666666666666664, 48.333333333333336, 50.0, 51.66666666666667, 53.333333333333336, 55.0], "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "samples": [0.75, 0.7777777777777778, 0.8055555555555556, 0.8333333333333334, 0.8611111111111112, 0.8888888888888888, 0.9166666666666666, 0.9444444444444444, 0.9722222222222222, 1.0], "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "samples": [0.1, 0.15000000000000002, 0.2, 0.25, 0.30000000000000004, 0.3500000000000001, 0.4, 0.45000000000000007, 0.5000000000000001, 0.55], "upper_bound": null, "nominal_value": 0.55}}}, {"quantities_of_interest": ["/data_schema/mdo_data/constraints/sigmas/sigma3", "/data_schema/mdo_data/constraints/Theta", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/dpdx", "/data_schema/mdo_data/objectives/R", "/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/propulsion/DT"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_DOE", "name": "DOE"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_DOE", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_DOE", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_DOE", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref", "short_name": "10 inputs"}, {"to": "id_DOE", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_DOE", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Coordinator", "from": "id_DOE", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "11 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_DOE", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_DOE", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_DOE"]], "process_step_blocks": ["id_DOE"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_DOE", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_DOE"], "step_number": 7, "edges": [["id_FR", "id_DOE"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_DOE", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "DOE": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Converger"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/aircraft/geometry/Sref"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "DOE"}, {"input": ["DOE"], "pipeline_data": {"DOE": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/objectives/R", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/dpdx", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "DOE", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "DOE": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Converger", "DOE"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "DOE": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}], "type": "variable", "name": "architectureRoles", "level": 1}, {"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "quantityOfInterests"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}], "type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "DOE"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "69", "name": "XDSM - converged-DOE-J - Mdao"}], "categories": [{"name": "schema", "description": "schema"}, {"name": "catschema_nodeLev", "description": "node levels"}, {"name": "catschema_funLev", "description": "function levels"}, {"name": "catschema_roleLev", "description": "role levels"}, {"name": "catschema_sysLev", "description": "system levels"}]}
+			theData = {"graphs": [{"description": "Repository of the super-sonic business jet test case optimization problem", "problem_formulation": {}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"performance_info": null}, {"general_info": null}, {"projectSpecific": null}], "type": "rcganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}], "type": "rcganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Aerodynamics": ["/data_schema/aircraft/other/L"], "Propulsion": ["/data_schema/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "suppliedInput"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "output"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "suppliedSharedInput"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "propulsion"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "01", "name": "RCG"}, {"description": "Fundamental problem graph to solve the super-sonic business jet test case optimization problem for the architecture type: MDO", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/other/CDmin", "short_name": "8 inputs"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 inputs"}, {"to": "id_Aerodynamics", "from": "id_Propulsion", "name": "/data_schema/reference/ESF", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/aircraft/weight/WBE,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/Temp,/data_schema/mdo_data/constraints/propulsion/DT", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Coordinator", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 inputs"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 inputs"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/weight/WFO,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Nz,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/weight/WO,/data_schema/aircraft/geometry/section", "short_name": "9 inputs"}, {"to": "id_Structures", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Structures", "from": "id_Propulsion", "name": "/data_schema/aircraft/weight/WE", "short_name": "1 inputs"}], "workflow": []}, "id": "02", "organization": null, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "inputs", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "outputs", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "DT", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "T", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedInput", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 6}, {"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}], "name": "data_schema", "level": 2}], "name": "output", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "tc", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "suppliedSharedInput", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "name": "architectureRoles", "level": 1}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/other/CDmin"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Aerodynamics"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/aircraft/weight/WBE", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Aerodynamics": ["/data_schema/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "C[Theta]", "C[dpdx]", "C[prop]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/Temp", "/data_schema/mdo_data/constraints/propulsion/DT"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Coordinator", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"], "Aerodynamics": ["/data_schema/aircraft/other/fin"]}, "name": "Performance"}, {"input": ["Coordinator", "Aerodynamics", "Propulsion"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/weight/WO", "/data_schema/aircraft/geometry/section"], "Propulsion": ["/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Structures"}], "name": "FPG - MDO"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-GS.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Gauss-Seidel", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Converger"}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Converger", "name": "Converger"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 couplings"}, {"to": "id_Aerodynamics", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "short_name": "1 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "3 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/L", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_Aerodynamics"]], "process_step_blocks": ["id_Aerodynamics"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Aerodynamics", "id_Propulsion"]], "process_step_blocks": ["id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 6, "edges": [["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 7, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 8, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 9, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 10, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Optimizer", "Structures", "Converger", "Coordinator"], "pipeline_data": {"Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF"], "Coordinator": ["/data_schema/aircraft/other/CDmin"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Aerodynamics", "Optimizer", "Coordinator"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Coordinator": ["/data_schema/aircraft/weight/WBE"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF"], "Aerodynamics": ["/data_schema/aircraft/other/L"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "03", "name": "XDSM - MDF-GS - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: MDF-J.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": "Jacobi", "mdao_architecture": "MDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Optimizer", "name": "Optimizer", "metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "converger", "id": "id_Converger", "name": "Converger", "metadata": [{"name": "Converger"}, {"architecture_role": "converger"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "10 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "7 inputs"}, {"to": "id_Aerodynamics", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Propulsion", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Converger", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "6 inputs"}, {"to": "id_Converger", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/aircraft/geometry/section", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Converger", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Converger"]], "process_step_blocks": ["id_Converger"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Converger", "id_Aerodynamics"], ["id_Converger", "id_Propulsion"], ["id_Converger", "id_Structures"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": ["id_Converger"], "step_number": 4, "edges": [["id_Structures", "id_Converger"], ["id_Aerodynamics", "id_Converger"], ["id_Propulsion", "id_Converger"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Converger", "id_CTheta"], ["id_Converger", "id_Cprop"], ["id_Converger", "id_Cdpdx"], ["id_Converger", "id_Csigmas"], ["id_Converger", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Cprop", "id_FR"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_Cdpdx", "id_FR"], ["id_Csigmas", "id_FR"]], "process_step_blocks": ["id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 7, "edges": [["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 8, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "id": "04", "organization": null, "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessCouplingVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Converger", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalCouplingVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 5}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessCouplingVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 6}, {"type": "variable", "children": [{"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 7}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 4}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"name": "Theta", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "AR", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "tc", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "section", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Sref", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Lambda", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"name": "dpdx", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "L", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "D", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "R", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "fin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "T", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma5", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma3", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma2", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma1", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Cf", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "Nz", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "SFC", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "sigma4", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "CDmin", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "DT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "other", "level": 2}, {"type": "variable", "children": [{"name": "WT", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WF", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WFO", "type": "variable", "dimension": null, "value": "unknown", "level": 3}, {"name": "WBE", "type": "variable", "dimension": null, "value": "unknown", "level": 3}], "name": "weight", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"name": "ESF", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "h", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "M", "type": "variable", "dimension": null, "value": "unknown", "level": 2}, {"name": "Temp", "type": "variable", "dimension": null, "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Propulsion", "Structures", "Coordinator", "Aerodynamics"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"], "Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Coordinator": ["/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D"]}, "name": "Converger"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer", "Converger"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/aircraft/geometry/section"], "Converger": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"]}, "name": "Structures"}], "name": "XDSM - MDF-J - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: IDF.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "IDF", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}}, "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Optimizer"}, {"design_variables": {"/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/reference/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/D": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/aircraft/other/L": {"lower_bound": null, "upper_bound": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Optimizer", "name": "Optimizer"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc"}, {"consistency_nodes": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D"]}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Gc", "name": "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D,/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT", "short_name": "6 couplings"}, {"to": "id_Optimizer", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 couplings"}, {"to": "id_Optimizer", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 couplings"}, {"to": "id_Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "16 inputs"}, {"to": "id_Optimizer", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Optimizer", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/aircraft/other/Cf,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "10 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/reference/M,/data_schema/aircraft/other/T", "short_name": "4 inputs"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "10 outputs"}, {"to": "id_Coordinator", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "2 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "6 couplings"}, {"to": "id_Gc", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE", "short_name": "2 couplings"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Performance", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Structures", "name": "/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Propulsion", "name": "/data_schema/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section", "short_name": "8 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Optimizer"]], "process_step_blocks": ["id_Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Optimizer", "id_Propulsion"], ["id_Optimizer", "id_Structures"], ["id_Optimizer", "id_Aerodynamics"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_Csigmas"], ["id_Structures", "id_Performance"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_Performance"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_Performance"]], "process_step_blocks": ["id_Cprop", "id_Performance", "id_CTheta", "id_Cdpdx", "id_Csigmas"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Cprop", "id_FR"], ["id_Cprop", "id_Gc"], ["id_Performance", "id_FR"], ["id_CTheta", "id_FR"], ["id_CTheta", "id_Gc"], ["id_Cdpdx", "id_FR"], ["id_Cdpdx", "id_Gc"], ["id_Csigmas", "id_FR"], ["id_Csigmas", "id_Gc"]], "process_step_blocks": ["id_Gc", "id_FR"]}, {"converger_step_blocks": ["id_Optimizer"], "step_number": 5, "edges": [["id_Gc", "id_Optimizer"], ["id_FR", "id_Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 6, "edges": [["id_Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["F[R]", "__Gc", "C[Theta]", "C[prop]", "Coordinator", "C[dpdx]", "C[sigmas]"], "pipeline_data": {"F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc": ["/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WE", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/geometry/gc_Theta", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/reference/gc_ESF", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_L", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/other/gc_D", "/data_schema/architectureNodes/consistencyConstraintVariables/data_schemaCopy/aircraft/weight/gc_WT"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessCouplingVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Optimizer"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/aircraft/other/Cf", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["F[R]", "Optimizer", "Propulsion", "C[Theta]", "C[prop]", "C[dpdx]", "C[sigmas]", "Aerodynamics", "Structures"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "Propulsion": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/reference/ESF"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "Aerodynamics": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/other/D"], "Structures": ["/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalCouplingVariables/data_schemaCopy/aircraft/geometry/Theta"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Optimizer", "Aerodynamics", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT"], "Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE"]}, "name": "Gc"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Optimizer", "Structures", "Propulsion"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin"], "Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"], "Structures": ["/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Propulsion": ["/data_schema/aircraft/other/SFC"]}, "name": "Performance"}, {"input": ["Coordinator", "Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section"]}, "name": "Structures"}], "organization": null, "function_ordering": {"post-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]", "__Gc"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 8}, {"type": "variable", "name": "gc_L", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 8}, {"type": "variable", "name": "gc_WT", "level": 8}], "name": "weight"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}, {"type": "variable", "name": "sigma2", "level": 9}], "name": "sigmas"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}], "name": "weight"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}], "name": "architectureRoles", "level": 1}, {"type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_D", "level": 9}, {"type": "variable", "name": "gc_L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "CDmin", "level": 6}, {"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}, {"type": "variable", "name": "WO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_WE", "level": 9}, {"type": "variable", "name": "gc_WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc_L", "level": 9}, {"type": "variable", "name": "gc_D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "gc_ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 5}, {"type": "variable", "name": "h", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_Theta"}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_D"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_L"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_WT"}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "gc_ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "consistencyConstraintVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessCouplingVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}], "name": "propulsion"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 7, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}], "name": "sigmas"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}, {"level": 4, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "propulsion"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Theta"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "lambda"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "AR"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "tc"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "section"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Sref"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Lambda"}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "dpdx"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "L"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "D"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "R"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "T"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma5"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma3"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma2"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma1"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "fin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Cf"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "Nz"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "SFC"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "sigma4"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "CDmin"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "DT"}], "name": "other"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WT"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WE"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WF"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WFO"}, {"level": 3, "type": "variable", "dimension": null, "value": "unknown", "name": "WBE"}], "name": "weight"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "ESF"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "h"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "M"}, {"level": 2, "type": "variable", "dimension": null, "value": "unknown", "name": "Temp"}], "name": "reference"}]}}, "id": "05", "name": "XDSM - IDF - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: CO.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "CO", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-coupling": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}}, "distr_function_ordering": [{"post-coupling": ["Performance", "F[R]"], "coupled": [], "pre-desvars": [], "post-desvars": []}, [{"post-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__J0__"], "pre-desvars": [], "coupled": ["Structures"]}, {"post-desvars": [], "post-coupling": ["C[dpdx]", "__J1__"], "pre-desvars": [], "coupled": ["Aerodynamics"]}, {"post-desvars": [], "post-coupling": ["C[prop]", "__J2__"], "pre-desvars": [], "coupled": ["Propulsion"]}]], "xdsm": {"nodes": [{"type": "coordinator", "id": "id_Coordinator", "name": "Coordinator", "metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}]}, {"type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer", "metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective": {"lower_bound": null, "upper_bound": null}, "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance", "metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_FR", "name": "FR", "metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0", "metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}, "/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Structures", "name": "Structures", "metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas", "metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta", "metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J0", "name": "J0", "metadata": [{"name": "__J0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1", "metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics", "metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx", "metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J1", "name": "J1", "metadata": [{"name": "__J1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}, {"type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2", "metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": null}, "/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}]}, {"type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion", "metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}]}, {"type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop", "metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}]}, {"type": "consistencyconstraintfunction", "id": "id_J2", "name": "J2", "metadata": [{"name": "__J2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}]}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "15 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/aircraft/other/T", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "3 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/aircraft/other/Cf,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "7 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_J0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "6 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "7 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_J1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_J2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_J2", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "5 couplings"}, {"to": "id_J2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "2 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "short_name": "7 couplings"}, {"to": "id_J0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_J0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "4 couplings"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "15 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "short_name": "7 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_J0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_J2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_J1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_J2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_J1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_J1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/reference/h,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/aircraft/geometry/Sref,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/aircraft/geometry/AR,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda", "short_name": "9 couplings"}, {"to": "id_J1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "short_name": "6 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin,/data_schema/reference/h,/data_schema/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "6 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "short_name": "2 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/aircraft/geometry/lambda,/data_schema/aircraft/geometry/section,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Optimizer", "id_Performance"], ["id_Sys-Optimizer", "id_Sub-Optimizer-0"], ["id_Sys-Optimizer", "id_Sub-Optimizer-1"], ["id_Sys-Optimizer", "id_Sub-Optimizer-2"]], "process_step_blocks": ["id_Performance", "id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Performance", "id_FR"], ["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_FR", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_J0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Aerodynamics", "id_J1"], ["id_FR", "id_Sys-Optimizer"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_J2"]], "process_step_blocks": ["id_J2", "id_J0", "id_CTheta", "id_Cprop", "id_J1", "id_Csigmas", "id_Cdpdx"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 5, "edges": [["id_J2", "id_Sub-Optimizer-2"], ["id_J0", "id_Sub-Optimizer-0"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_J1", "id_Sub-Optimizer-1"], ["id_Csigmas", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 6, "edges": [["id_Sub-Optimizer-0", "id_Sys-Optimizer"], ["id_Sub-Optimizer-1", "id_Sys-Optimizer"], ["id_Sub-Optimizer-2", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 7, "edges": [["id_Sys-Optimizer", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "id": "06", "organization": null, "function_ordering": {"post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-desvars": [], "post-desvars": []}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "couplings", "level": 1}]}, "catschema_nodeLev": {"name": "variables", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "copyDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}], "name": "weight", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "couplingCopyVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "sharedCoupling", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "initialGuessDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry", "level": 7}], "name": "aircraft", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "fin", "level": 11}], "name": "other", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "couplingCopyVariables", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "Lambda__i2", "level": 11}], "name": "geometry", "level": 10}], "name": "aircraft", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "h", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}], "name": "reference", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "copyDesignVariables", "level": 7}], "name": "architectureNodes", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalDesignVariables", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1", "level": 7}], "name": "distributedArchitectures", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 9}, {"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}], "name": "propulsion", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas", "level": 8}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}], "name": "constraints", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives", "level": 7}], "name": "mdo_data", "level": 6}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group2", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group0", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 11}], "name": "group1", "level": 10}], "name": "distributedArchitectures", "level": 9}], "name": "data_schemaCopy", "level": 8}], "name": "finalOutputVariables", "level": 7}], "name": "architectureNodes", "level": 6}], "name": "data_schemaCopy", "level": 5}], "name": "finalOutputVariables", "level": 4}], "name": "architectureNodes", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}], "name": "sigmas", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion", "level": 5}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives", "level": 4}], "name": "mdo_data", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry", "level": 4}], "name": "aircraft", "level": 3}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group0", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group2", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 5}], "name": "group1", "level": 4}], "name": "distributedArchitectures", "level": 3}, {"type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference", "level": 3}], "name": "data_schema", "level": 2}], "name": "coupling", "level": 1}]}, "catschema_roleLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "finalOutputVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "copyDesignVariables", "level": 2}], "name": "architectureRoles"}, {"level": 1, "type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}], "name": "sigmas", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "designVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "objectives", "level": 2}], "name": "problemRoles"}]}, "catschema_funLev": {"name": "functions", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "FR", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sys-Optimizer", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Propulsion", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "CTheta", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cprop", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0", "level": 8}], "name": "distributedArchitectures", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J0", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives", "level": 8}], "name": "mdo_data", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group0", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group2", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}], "name": "geometry", "level": 11}], "name": "aircraft", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "fin", "level": 12}], "name": "other", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry", "level": 11}, {"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight", "level": 11}], "name": "aircraft", "level": 10}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "couplingCopyVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Coordinator", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Cdpdx", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "initialGuessDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h__i2", "level": 11}], "name": "reference", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "copyDesignVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Sub-Optimizer-2", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas", "level": 9}], "name": "constraints", "level": 8}], "name": "mdo_data", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas", "level": 6}], "name": "constraints", "level": 5}], "name": "mdo_data", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Csigmas", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "fin", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "L", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Aerodynamics", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Performance", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 12}], "name": "group1", "level": 11}], "name": "distributedArchitectures", "level": 10}], "name": "data_schemaCopy", "level": 9}], "name": "finalOutputVariables", "level": 8}], "name": "architectureNodes", "level": 7}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "J1", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "inputs", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}], "name": "data_schema", "level": 3}], "name": "outputs", "level": 2}], "name": "Structures", "level": 1}]}, "schema": {"name": "data_schema", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "tc__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR__i2", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref__i2", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "h__i2", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M__i2", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "copyDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 9}], "name": "other", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Lambda__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "AR__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref__i2", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h__i2", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M__i2", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "initialGuessDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 6}], "name": "other", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 9}], "name": "weight", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 9}], "name": "other", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "couplingCopyVariables", "level": 5}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "tc__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "AR__i2", "value": "unknown", "level": 9}, {"dimension": null, "type": "variable", "name": "Lambda__i2", "value": "unknown", "level": 9}], "name": "geometry", "level": 8}], "name": "aircraft", "level": 7}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h__i2", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 8}, {"dimension": null, "type": "variable", "name": "M__i2", "value": "unknown", "level": 8}], "name": "reference", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "copyDesignVariables", "level": 5}], "name": "architectureNodes", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 5}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalDesignVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}], "name": "geometry", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 6}], "name": "weight", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 6}], "name": "other", "level": 5}], "name": "aircraft", "level": 4}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 5}], "name": "reference", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "couplingCopyVariables", "level": 2}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group2", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group0", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 6}], "name": "group1", "level": 5}], "name": "distributedArchitectures", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 7}], "name": "propulsion", "level": 6}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 7}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 7}], "name": "sigmas", "level": 6}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 6}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 6}], "name": "constraints", "level": 5}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 6}], "name": "objectives", "level": 5}], "name": "mdo_data", "level": 4}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 9}], "name": "group2", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 9}], "name": "group0", "level": 8}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 9}], "name": "group1", "level": 8}], "name": "distributedArchitectures", "level": 7}], "name": "data_schemaCopy", "level": 6}], "name": "finalOutputVariables", "level": 5}], "name": "architectureNodes", "level": 4}], "name": "data_schemaCopy", "level": 3}], "name": "finalOutputVariables", "level": 2}], "name": "architectureNodes", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 4}], "name": "sigmas", "level": 3}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 4}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 4}], "name": "propulsion", "level": 3}, {"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}], "name": "constraints", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}], "name": "objectives", "level": 2}], "name": "mdo_data", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "Theta", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "AR", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "tc", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "section", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Lambda", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Sref", "value": "unknown", "level": 3}], "name": "geometry", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "WT", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WO", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WF", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WBE", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "WFO", "value": "unknown", "level": 3}], "name": "weight", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "L", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "D", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "fin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "T", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma4", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma3", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma2", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma1", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Cf", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "Nz", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "dpdx", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "R", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "SFC", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "sigma5", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "CDmin", "value": "unknown", "level": 3}, {"dimension": null, "type": "variable", "name": "DT", "value": "unknown", "level": 3}], "name": "other", "level": 2}], "name": "aircraft", "level": 1}, {"type": "variable", "children": [{"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group0", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group2", "level": 2}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "objective", "value": "unknown", "level": 3}], "name": "group1", "level": 2}], "name": "distributedArchitectures", "level": 1}, {"type": "variable", "children": [{"dimension": null, "type": "variable", "name": "ESF", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "h", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "Temp", "value": "unknown", "level": 2}, {"dimension": null, "type": "variable", "name": "M", "value": "unknown", "level": 2}], "name": "reference", "level": 1}]}}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["__J0__", "Coordinator", "F[R]", "__J2__", "__J1__"], "pipeline_data": {"__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Sys-Optimizer"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/aircraft/other/T"]}, "name": "Propulsion"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/aircraft/other/Cf", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "Aerodynamics"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["__J0__", "Coordinator", "C[Theta]", "C[sigmas]"], "pipeline_data": {"__J0__": ["/data_schema/distributedArchitectures/group0/objective"], "Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__J1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__J1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Propulsion", "Sys-Optimizer", "Sub-Optimizer-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"]}, "name": "J2"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Sys-Optimizer", "Structures", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "J0"}, {"input": ["F[R]", "Sys-Optimizer", "C[Theta]", "Sub-Optimizer-0", "Sub-Optimizer-1", "Sub-Optimizer-2", "C[prop]", "__J0__", "C[dpdx]", "__J2__", "C[sigmas]", "__J1__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp"], "__J0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "__J2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__J1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"]}, "name": "Coordinator"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Coordinator", "C[prop]", "__J2__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"], "__J2__": ["/data_schema/distributedArchitectures/group2/objective"]}, "name": "Sub-Optimizer-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Aerodynamics", "Sys-Optimizer", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/reference/h", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/aircraft/geometry/Sref", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/aircraft/geometry/AR", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2"]}, "name": "J1"}, {"input": ["Sys-Optimizer"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/reference/h", "/data_schema/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WF"]}, "name": "Performance"}, {"input": ["Coordinator", "Sys-Optimizer", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/aircraft/geometry/lambda", "/data_schema/aircraft/geometry/section", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"]}, "name": "Structures"}], "name": "XDSM - CO - Mdao"}, {"description": "Solution strategy to solve the super-sonic business jet test case optimization problem using the strategy: BLISS-2000.", "problem_formulation": {"allow_unconverged_couplings": false, "function_order": ["Structures", "Aerodynamics", "Propulsion", "Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "convergence_type": null, "mdao_architecture": "BLISS-2000", "coupled_functions_groups": [["Structures"], ["Aerodynamics"], ["Propulsion"]], "function_ordering": {"coupled": ["Structures", "Aerodynamics", "Propulsion"], "pre-coupling": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"]}}, "distr_function_ordering": [{"post-desvars": [], "pre-desvars": [], "post-coupling": ["Performance", "F[R]", "__Gc__"], "coupled": ["Sub-Surrogate-Model-0", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-2"]}, [{"coupled": ["Structures"], "pre-desvars": [], "post-coupling": ["C[sigmas]", "C[Theta]", "__WCF0__"], "post-desvars": []}, {"coupled": ["Aerodynamics"], "pre-desvars": [], "post-coupling": ["C[dpdx]", "__WCF1__"], "post-desvars": []}, {"coupled": ["Propulsion"], "pre-desvars": [], "post-coupling": ["C[prop]", "__WCF2__"], "post-desvars": []}]], "xdsm": {"nodes": [{"metadata": [{"name": "Coordinator"}, {"description": "Action block providing system inputs and collecting outputs."}, {"creator": "Imco van Gent"}], "type": "coordinator", "id": "id_Coordinator", "name": "Coordinator"}, {"metadata": [{"name": "Sys-Converger"}, {"instance": 1}, {"architecture_role": "converger"}], "type": "converger", "id": "id_Sys-Converger", "name": "Sys-Converger"}, {"metadata": [{"name": "Sys-Optimizer"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/tc": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.05}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/Sref": {"lower_bound": null, "upper_bound": null, "nominal_value": 1000}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/aircraft/geometry/AR": {"lower_bound": null, "upper_bound": null, "nominal_value": 5.5}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/h": {"lower_bound": null, "upper_bound": null, "nominal_value": 45000}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/reference/M": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.6}, "/data_schema/aircraft/geometry/Lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 55}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.0}}}, {"objective_variable": ["/data_schema/mdo_data/objectives/R"]}, {"constraint_variables": {"/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sys-Optimizer", "name": "Sys-Optimizer"}, {"metadata": [{"name": "Sub-Surrogate-Model-0"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-0", "name": "Sub-Surrogate-Model-0"}, {"metadata": [{"name": "Sub-Surrogate-Model-1"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-1", "name": "Sub-Surrogate-Model-1"}, {"metadata": [{"name": "Sub-Surrogate-Model-2"}, {"instance": 1}, {"architecture_role": "surrogate model"}], "type": "surrogatemodel", "id": "id_Sub-Surrogate-Model-2", "name": "Sub-Surrogate-Model-2"}, {"metadata": [{"name": "Performance"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "post-coupling"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "post-coupling analysis"}, {"performance_info": null}], "type": "postcouplinganalysis", "id": "id_Performance", "name": "Performance"}, {"metadata": [{"name": "F[R]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_FR", "name": "FR"}, {"metadata": [{"name": "__Gc__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "consistency constraint function"}], "type": "consistencyconstraintfunction", "id": "id_Gc", "name": "Gc"}, {"metadata": [{"name": "Sub-SM-bounds-0"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-0", "name": "Sub-SM-bounds-0"}, {"metadata": [{"name": "Sub-DOE-0"}, {"instance": 1}, {"design_variables": {"/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group0/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-0", "name": "Sub-DOE-0"}, {"metadata": [{"name": "Sub-Optimizer-0"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/geometry/section": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}, "/data_schema/aircraft/geometry/lambda": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.25}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group0/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/Theta": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma4": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma5": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma1": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma2": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/sigmas/sigma3": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-0", "name": "Sub-Optimizer-0"}, {"metadata": [{"name": "Structures"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Structures", "name": "Structures"}, {"metadata": [{"name": "C[sigmas]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Csigmas", "name": "Csigmas"}, {"metadata": [{"name": "C[Theta]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_CTheta", "name": "CTheta"}, {"metadata": [{"name": "__WCF0__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF0", "name": "WCF0"}, {"metadata": [{"name": "Sub-SM-builder-0"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-0", "name": "Sub-SM-builder-0"}, {"metadata": [{"name": "Sub-SM-bounds-1"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-1", "name": "Sub-SM-bounds-1"}, {"metadata": [{"name": "Sub-DOE-1"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group1/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group1/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-1", "name": "Sub-DOE-1"}, {"metadata": [{"name": "Sub-Optimizer-1"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/Cf": {"lower_bound": null, "upper_bound": null, "nominal_value": 1.0}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group1/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/dpdx": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-1", "name": "Sub-Optimizer-1"}, {"metadata": [{"name": "Aerodynamics"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Aerodynamics", "name": "Aerodynamics"}, {"metadata": [{"name": "C[dpdx]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cdpdx", "name": "Cdpdx"}, {"metadata": [{"name": "__WCF1__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF1", "name": "WCF1"}, {"metadata": [{"name": "Sub-SM-builder-1"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-1", "name": "Sub-SM-builder-1"}, {"metadata": [{"name": "Sub-SM-bounds-2"}, {"instance": 1}, {"architecture_role": "boundary determinator"}], "type": "surrogatemodel", "id": "id_Sub-SM-bounds-2", "name": "Sub-SM-bounds-2"}, {"metadata": [{"name": "Sub-DOE-2"}, {"instance": 1}, {"design_variables": {"/data_schema/distributedArchitectures/group2/couplingWeights/w2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w1": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/distributedArchitectures/group2/couplingWeights/w0": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}, "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2": {"lower_bound": null, "samples": null, "upper_bound": null, "nominal_value": null}}}, {"quantities_of_interest": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}, {"architecture_role": "doe"}], "type": "doe", "id": "id_Sub-DOE-2", "name": "Sub-DOE-2"}, {"metadata": [{"name": "Sub-Optimizer-2"}, {"instance": 1}, {"design_variables": {"/data_schema/aircraft/other/T": {"lower_bound": null, "upper_bound": null, "nominal_value": 0.55}}}, {"objective_variable": ["/data_schema/distributedArchitectures/group2/objective"]}, {"constraint_variables": {"/data_schema/mdo_data/constraints/propulsion/ESF": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/Temp": {"lower_bound": null, "upper_bound": null}, "/data_schema/mdo_data/constraints/propulsion/DT": {"lower_bound": null, "upper_bound": null}}}, {"architecture_role": "optimizer"}], "type": "optimization", "id": "id_Sub-Optimizer-2", "name": "Sub-Optimizer-2"}, {"metadata": [{"name": "Propulsion"}, {"mode": "main"}, {"version": "1.0"}, {"execution_info": null}, {"instance": "1"}, {"problem_role": "coupled"}, {"general_info": null}, {"projectSpecific": null}, {"architecture_role": "coupled analysis"}, {"performance_info": null}], "type": "coupledanalysis", "id": "id_Propulsion", "name": "Propulsion"}, {"metadata": [{"name": "C[prop]"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_Cprop", "name": "Cprop"}, {"metadata": [{"name": "__WCF2__"}, {"instance": 1}, {"problem_role": "post-coupling"}, {"architecture_role": "post-coupling analysis"}], "type": "postcouplinganalysis", "id": "id_WCF2", "name": "WCF2"}, {"metadata": [{"name": "Sub-SM-builder-2"}, {"instance": 1}, {"metadata": {"input_x_data": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2"], "input_y_data": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"]}}, {"architecture_role": "surrogate model builder"}], "type": "surrogatemodel", "id": "id_Sub-SM-builder-2", "name": "Sub-SM-builder-2"}], "edges": [{"to": "id_FR", "from": "id_Performance", "name": "/data_schema/aircraft/other/R", "short_name": "1 couplings"}, {"to": "id_Sys-Optimizer", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "21 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_FR", "name": "/data_schema/mdo_data/objectives/R", "short_name": "1 inputs"}, {"to": "id_Sys-Optimizer", "from": "id_Gc", "name": "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0", "short_name": "6 inputs"}, {"to": "id_WCF1", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/fin,/data_schema/aircraft/other/D,/data_schema/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_WCF1", "from": "id_Sub-DOE-1", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w2,/data_schema/distributedArchitectures/group1/couplingWeights/w0,/data_schema/distributedArchitectures/group1/couplingWeights/w1", "short_name": "3 couplings"}, {"to": "id_Propulsion", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WBE", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-Optimizer-2", "name": "/data_schema/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Propulsion", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "3 inputs"}, {"to": "id_WCF0", "from": "id_Sub-DOE-0", "name": "/data_schema/distributedArchitectures/group0/couplingWeights/w1,/data_schema/distributedArchitectures/group0/couplingWeights/w0,/data_schema/distributedArchitectures/group0/couplingWeights/w2", "short_name": "3 couplings"}, {"to": "id_WCF0", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta,/data_schema/aircraft/weight/WT,/data_schema/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Cprop", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/reference/Temp,/data_schema/aircraft/other/DT", "short_name": "3 couplings"}, {"to": "id_Sys-Converger", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Sys-Converger", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF", "short_name": "2 couplings"}, {"to": "id_Performance", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC", "short_name": "1 couplings"}, {"to": "id_Performance", "from": "id_Sys-Optimizer", "name": "/data_schema/reference/h,/data_schema/reference/M", "short_name": "2 couplings"}, {"to": "id_Structures", "from": "id_Coordinator", "name": "/data_schema/aircraft/weight/WFO,/data_schema/aircraft/other/Nz,/data_schema/aircraft/weight/WO", "short_name": "3 inputs"}, {"to": "id_Structures", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "short_name": "6 inputs"}, {"to": "id_Structures", "from": "id_Sub-Optimizer-0", "name": "/data_schema/aircraft/geometry/section,/data_schema/aircraft/geometry/lambda", "short_name": "2 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "short_name": "6 inputs"}, {"to": "id_Sub-SM-bounds-2", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 inputs"}, {"to": "id_CTheta", "from": "id_Structures", "name": "/data_schema/aircraft/geometry/Theta", "short_name": "1 couplings"}, {"to": "id_Sub-Optimizer-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section", "short_name": "2 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_CTheta", "name": "/data_schema/mdo_data/constraints/Theta", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_WCF0", "name": "/data_schema/distributedArchitectures/group0/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-0", "from": "id_Csigmas", "name": "/data_schema/mdo_data/constraints/sigmas/sigma4,/data_schema/mdo_data/constraints/sigmas/sigma5,/data_schema/mdo_data/constraints/sigmas/sigma1,/data_schema/mdo_data/constraints/sigmas/sigma2,/data_schema/mdo_data/constraints/sigmas/sigma3", "short_name": "5 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_Cdpdx", "name": "/data_schema/mdo_data/constraints/dpdx", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-1", "from": "id_WCF1", "name": "/data_schema/distributedArchitectures/group1/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_WCF2", "name": "/data_schema/distributedArchitectures/group2/objective", "short_name": "1 inputs"}, {"to": "id_Sub-Optimizer-2", "from": "id_Cprop", "name": "/data_schema/mdo_data/constraints/propulsion/ESF,/data_schema/mdo_data/constraints/propulsion/DT,/data_schema/mdo_data/constraints/propulsion/Temp", "short_name": "3 inputs"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-SM-builder-2", "from": "id_Sub-DOE-2", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-DOE-0", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "short_name": "5 couplings"}, {"to": "id_Sub-SM-builder-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "short_name": "4 couplings"}, {"to": "id_Sub-SM-builder-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_WCF2", "from": "id_Propulsion", "name": "/data_schema/reference/ESF,/data_schema/aircraft/weight/WE,/data_schema/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_WCF2", "from": "id_Sub-DOE-2", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w2,/data_schema/distributedArchitectures/group2/couplingWeights/w1,/data_schema/distributedArchitectures/group2/couplingWeights/w0", "short_name": "3 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/reference/h,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/reference/M,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "12 couplings"}, {"to": "id_Sub-Surrogate-Model-1", "from": "id_Sub-SM-builder-1", "name": "//surrogateModels/SubSMB1/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/aircraft/geometry/Sref,/data_schema/aircraft/geometry/AR,/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/aircraft/geometry/tc,/data_schema/aircraft/geometry/Lambda,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2", "short_name": "9 couplings"}, {"to": "id_Sub-Surrogate-Model-0", "from": "id_Sub-SM-builder-0", "name": "//surrogateModels/SubSMB0/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sub-SM-builder-2", "name": "//surrogateModels/SubSMB2/definition", "short_name": "1 couplings"}, {"to": "id_Sub-Surrogate-Model-2", "from": "id_Sys-Optimizer", "name": "/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/reference/h,/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2,/data_schema/reference/M,/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2", "short_name": "6 couplings"}, {"to": "id_Cdpdx", "from": "id_Aerodynamics", "name": "/data_schema/aircraft/other/dpdx", "short_name": "1 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF", "short_name": "2 couplings"}, {"to": "id_Gc", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "short_name": "6 couplings"}, {"to": "id_Aerodynamics", "from": "id_Coordinator", "name": "/data_schema/aircraft/other/CDmin", "short_name": "1 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-DOE-1", "name": "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "9 inputs"}, {"to": "id_Aerodynamics", "from": "id_Sub-Optimizer-1", "name": "/data_schema/aircraft/other/Cf", "short_name": "1 inputs"}, {"to": "id_Coordinator", "from": "id_FR", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-2", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF1", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-1", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Sub-Surrogate-Model-0", "name": "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 outputs"}, {"to": "id_Coordinator", "from": "id_CTheta", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_WCF0", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cprop", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF", "short_name": "3 outputs"}, {"to": "id_Coordinator", "from": "id_Sys-Converger", "name": "/data_schema/mdoData/systemConvergenceCheck", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Cdpdx", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx", "short_name": "1 outputs"}, {"to": "id_Coordinator", "from": "id_Csigmas", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2", "short_name": "5 outputs"}, {"to": "id_Coordinator", "from": "id_Gc", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5", "short_name": "6 outputs"}, {"to": "id_Coordinator", "from": "id_WCF2", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective", "short_name": "1 outputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-1", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "short_name": "12 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Coordinator", "name": "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "short_name": "9 inputs"}, {"to": "id_Sub-SM-bounds-0", "from": "id_Sys-Optimizer", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "short_name": "9 inputs"}, {"to": "id_Csigmas", "from": "id_Structures", "name": "/data_schema/aircraft/other/sigma5,/data_schema/aircraft/other/sigma4,/data_schema/aircraft/other/sigma3,/data_schema/aircraft/other/sigma2,/data_schema/aircraft/other/sigma1", "short_name": "5 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-SM-bounds-2", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2", "short_name": "6 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Sub-Optimizer-2", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-2", "from": "id_Propulsion", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Aerodynamics", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-SM-bounds-1", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2", "short_name": "12 couplings"}, {"to": "id_Sub-DOE-1", "from": "id_Sub-Optimizer-1", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "short_name": "1 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Structures", "name": "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT,/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "short_name": "3 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-SM-bounds-0", "name": "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1,/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "short_name": "9 couplings"}, {"to": "id_Sub-DOE-0", "from": "id_Sub-Optimizer-0", "name": "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section,/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "short_name": "2 couplings"}], "workflow": [{"converger_step_blocks": [], "step_number": 0, "edges": [], "process_step_blocks": ["id_Coordinator"]}, {"converger_step_blocks": [], "step_number": 1, "edges": [["id_Coordinator", "id_Sys-Converger"]], "process_step_blocks": ["id_Sys-Converger"]}, {"converger_step_blocks": [], "step_number": 2, "edges": [["id_Sys-Converger", "id_Sub-SM-bounds-2"], ["id_Sys-Converger", "id_Sub-SM-bounds-1"], ["id_Sys-Converger", "id_Sub-SM-bounds-0"]], "process_step_blocks": ["id_Sub-SM-bounds-2", "id_Sub-SM-bounds-1", "id_Sub-SM-bounds-0"]}, {"converger_step_blocks": [], "step_number": 3, "edges": [["id_Sub-SM-bounds-2", "id_Sub-DOE-2"], ["id_Sub-SM-bounds-1", "id_Sub-DOE-1"], ["id_Sub-SM-bounds-0", "id_Sub-DOE-0"]], "process_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"]}, {"converger_step_blocks": [], "step_number": 4, "edges": [["id_Sub-DOE-2", "id_Sub-Optimizer-2"], ["id_Sub-DOE-1", "id_Sub-Optimizer-1"], ["id_Sub-DOE-0", "id_Sub-Optimizer-0"]], "process_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"]}, {"converger_step_blocks": [], "step_number": 5, "edges": [["id_Sub-Optimizer-0", "id_Structures"], ["id_Sub-Optimizer-1", "id_Aerodynamics"], ["id_Sub-Optimizer-2", "id_Propulsion"]], "process_step_blocks": ["id_Structures", "id_Aerodynamics", "id_Propulsion"]}, {"converger_step_blocks": [], "step_number": 6, "edges": [["id_Structures", "id_CTheta"], ["id_Structures", "id_WCF0"], ["id_Structures", "id_Csigmas"], ["id_Aerodynamics", "id_WCF1"], ["id_Aerodynamics", "id_Cdpdx"], ["id_Propulsion", "id_Cprop"], ["id_Propulsion", "id_WCF2"]], "process_step_blocks": ["id_WCF1", "id_Cprop", "id_CTheta", "id_Cdpdx", "id_WCF0", "id_WCF2", "id_Csigmas"]}, {"converger_step_blocks": ["id_Sub-Optimizer-0", "id_Sub-Optimizer-1", "id_Sub-Optimizer-2"], "step_number": 7, "edges": [["id_WCF1", "id_Sub-Optimizer-1"], ["id_Cprop", "id_Sub-Optimizer-2"], ["id_CTheta", "id_Sub-Optimizer-0"], ["id_Cdpdx", "id_Sub-Optimizer-1"], ["id_WCF0", "id_Sub-Optimizer-0"], ["id_WCF2", "id_Sub-Optimizer-2"], ["id_Csigmas", "id_Sub-Optimizer-0"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sub-DOE-2", "id_Sub-DOE-1", "id_Sub-DOE-0"], "step_number": 8, "edges": [["id_Sub-Optimizer-0", "id_Sub-DOE-0"], ["id_Sub-Optimizer-1", "id_Sub-DOE-1"], ["id_Sub-Optimizer-2", "id_Sub-DOE-2"]], "process_step_blocks": []}, {"converger_step_blocks": [], "step_number": 9, "edges": [["id_Sub-DOE-2", "id_Sub-SM-builder-2"], ["id_Sub-DOE-1", "id_Sub-SM-builder-1"], ["id_Sub-DOE-0", "id_Sub-SM-builder-0"]], "process_step_blocks": ["id_Sub-SM-builder-2", "id_Sub-SM-builder-0", "id_Sub-SM-builder-1"]}, {"converger_step_blocks": [], "step_number": 10, "edges": [["id_Sub-SM-builder-2", "id_Sys-Optimizer"], ["id_Sub-SM-builder-0", "id_Sys-Optimizer"], ["id_Sub-SM-builder-1", "id_Sys-Optimizer"]], "process_step_blocks": ["id_Sys-Optimizer"]}, {"converger_step_blocks": [], "step_number": 11, "edges": [["id_Sys-Optimizer", "id_Sub-Surrogate-Model-1"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-0"], ["id_Sys-Optimizer", "id_Sub-Surrogate-Model-2"]], "process_step_blocks": ["id_Sub-Surrogate-Model-0", "id_Sub-Surrogate-Model-1", "id_Sub-Surrogate-Model-2"]}, {"converger_step_blocks": [], "step_number": 12, "edges": [["id_Sub-Surrogate-Model-0", "id_Performance"], ["id_Sub-Surrogate-Model-1", "id_Performance"], ["id_Sub-Surrogate-Model-2", "id_Performance"]], "process_step_blocks": ["id_Performance"]}, {"converger_step_blocks": [], "step_number": 13, "edges": [["id_Performance", "id_FR"], ["id_Performance", "id_Gc"]], "process_step_blocks": ["id_FR", "id_Gc"]}, {"converger_step_blocks": ["id_Sys-Optimizer"], "step_number": 14, "edges": [["id_FR", "id_Sys-Optimizer"], ["id_Gc", "id_Sys-Optimizer"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Sys-Converger"], "step_number": 15, "edges": [["id_Sys-Optimizer", "id_Sys-Converger"]], "process_step_blocks": []}, {"converger_step_blocks": ["id_Coordinator"], "step_number": 16, "edges": [["id_Sys-Converger", "id_Coordinator"]], "process_step_blocks": []}]}, "mg_function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "edgeBundles": [{"input": ["Performance"], "pipeline_data": {"Performance": ["/data_schema/aircraft/other/R"]}, "name": "FR"}, {"input": ["Coordinator", "F[R]", "__Gc__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"], "F[R]": ["/data_schema/mdo_data/objectives/R"], "__Gc__": ["/data_schema/mdo_data/systemLevel/consistencyConstraints/gc5", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/mdo_data/systemLevel/consistencyConstraints/gc0"]}, "name": "Sys-Optimizer"}, {"input": ["Aerodynamics", "Sub-DOE-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/fin", "/data_schema/aircraft/other/D", "/data_schema/aircraft/other/L"], "Sub-DOE-1": ["/data_schema/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/distributedArchitectures/group1/couplingWeights/w1"]}, "name": "WCF1"}, {"input": ["Coordinator", "Sub-Optimizer-2", "Sub-DOE-2"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WBE"], "Sub-Optimizer-2": ["/data_schema/aircraft/other/T"], "Sub-DOE-2": ["/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"]}, "name": "Propulsion"}, {"input": ["Sub-DOE-0", "Structures"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/distributedArchitectures/group0/couplingWeights/w2"], "Structures": ["/data_schema/aircraft/geometry/Theta", "/data_schema/aircraft/weight/WT", "/data_schema/aircraft/weight/WF"]}, "name": "WCF0"}, {"input": ["Propulsion"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/reference/Temp", "/data_schema/aircraft/other/DT"]}, "name": "Cprop"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sys-Converger"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/fin"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WF"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/SFC"], "Sys-Optimizer": ["/data_schema/reference/h", "/data_schema/reference/M"]}, "name": "Performance"}, {"input": ["Coordinator", "Sub-DOE-0", "Sub-Optimizer-0"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/weight/WFO", "/data_schema/aircraft/other/Nz", "/data_schema/aircraft/weight/WO"], "Sub-DOE-0": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda"], "Sub-Optimizer-0": ["/data_schema/aircraft/geometry/section", "/data_schema/aircraft/geometry/lambda"]}, "name": "Structures"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"]}, "name": "Sub-SM-bounds-2"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/geometry/Theta"]}, "name": "CTheta"}, {"input": ["Coordinator", "C[Theta]", "__WCF0__", "C[sigmas]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/section"], "C[Theta]": ["/data_schema/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/distributedArchitectures/group0/objective"], "C[sigmas]": ["/data_schema/mdo_data/constraints/sigmas/sigma4", "/data_schema/mdo_data/constraints/sigmas/sigma5", "/data_schema/mdo_data/constraints/sigmas/sigma1", "/data_schema/mdo_data/constraints/sigmas/sigma2", "/data_schema/mdo_data/constraints/sigmas/sigma3"]}, "name": "Sub-Optimizer-0"}, {"input": ["Coordinator", "C[dpdx]", "__WCF1__"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/Cf"], "C[dpdx]": ["/data_schema/mdo_data/constraints/dpdx"], "__WCF1__": ["/data_schema/distributedArchitectures/group1/objective"]}, "name": "Sub-Optimizer-1"}, {"input": ["Coordinator", "__WCF2__", "C[prop]"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/other/T"], "__WCF2__": ["/data_schema/distributedArchitectures/group2/objective"], "C[prop]": ["/data_schema/mdo_data/constraints/propulsion/ESF", "/data_schema/mdo_data/constraints/propulsion/DT", "/data_schema/mdo_data/constraints/propulsion/Temp"]}, "name": "Sub-Optimizer-2"}, {"input": ["Sub-SM-bounds-2", "Sub-DOE-2"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-DOE-2": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-SM-builder-2"}, {"input": ["Sub-DOE-0", "Sub-SM-bounds-0"], "pipeline_data": {"Sub-DOE-0": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"]}, "name": "Sub-SM-builder-0"}, {"input": ["Sub-DOE-1", "Sub-SM-bounds-1"], "pipeline_data": {"Sub-DOE-1": ["/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/doeOutputSampleLists/data_schemaCopy/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"]}, "name": "Sub-SM-builder-1"}, {"input": ["Propulsion", "Sub-DOE-2"], "pipeline_data": {"Propulsion": ["/data_schema/reference/ESF", "/data_schema/aircraft/weight/WE", "/data_schema/aircraft/other/SFC"], "Sub-DOE-2": ["/data_schema/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/distributedArchitectures/group2/couplingWeights/w0"]}, "name": "WCF2"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-1"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/reference/h", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/reference/M", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"], "Sub-SM-builder-1": ["//surrogateModels/SubSMB1/definition"]}, "name": "Sub-Surrogate-Model-1"}, {"input": ["Sys-Optimizer", "Sub-SM-builder-0"], "pipeline_data": {"Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/aircraft/geometry/Sref", "/data_schema/aircraft/geometry/AR", "/data_schema/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/aircraft/geometry/tc", "/data_schema/aircraft/geometry/Lambda", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/distributedArchitectures/group0/couplingWeights/w0__i2"], "Sub-SM-builder-0": ["//surrogateModels/SubSMB0/definition"]}, "name": "Sub-Surrogate-Model-0"}, {"input": ["Sub-SM-builder-2", "Sys-Optimizer"], "pipeline_data": {"Sub-SM-builder-2": ["//surrogateModels/SubSMB2/definition"], "Sys-Optimizer": ["/data_schema/distributedArchitectures/group2/couplingWeights/w0__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/reference/h", "/data_schema/distributedArchitectures/group2/couplingWeights/w1__i2", "/data_schema/reference/M", "/data_schema/distributedArchitectures/group2/couplingWeights/w2__i2"]}, "name": "Sub-Surrogate-Model-2"}, {"input": ["Aerodynamics"], "pipeline_data": {"Aerodynamics": ["/data_schema/aircraft/other/dpdx"]}, "name": "Cdpdx"}, {"input": ["Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "Sub-Surrogate-Model-2", "Sys-Optimizer"], "pipeline_data": {"Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/D"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WT"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/reference/ESF"], "Sys-Optimizer": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2"]}, "name": "Gc"}, {"input": ["Coordinator", "Sub-DOE-1", "Sub-Optimizer-1"], "pipeline_data": {"Coordinator": ["/data_schema/aircraft/other/CDmin"], "Sub-DOE-1": ["/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/aircraft/other/Cf"]}, "name": "Aerodynamics"}, {"input": ["F[R]", "Sub-Surrogate-Model-2", "Sys-Optimizer", "__WCF1__", "Sub-Surrogate-Model-1", "Sub-Surrogate-Model-0", "C[Theta]", "__WCF0__", "C[prop]", "Sys-Converger", "C[dpdx]", "C[sigmas]", "__Gc__", "__WCF2__"], "pipeline_data": {"F[R]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/objectives/R"], "Sub-Surrogate-Model-2": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/T"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M"], "__WCF1__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group1/objective"], "Sub-Surrogate-Model-1": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/other/Cf"], "Sub-Surrogate-Model-0": ["/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/surrogateModelApproximates/data_schemaCopy/aircraft/geometry/lambda"], "C[Theta]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/Theta"], "__WCF0__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group0/objective"], "C[prop]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/DT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/Temp", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/propulsion/ESF"], "Sys-Converger": ["/data_schema/mdoData/systemConvergenceCheck"], "C[dpdx]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/dpdx"], "C[sigmas]": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma5", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/constraints/sigmas/sigma2"], "__Gc__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc0", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc1", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc2", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc3", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc4", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/mdo_data/systemLevel/consistencyConstraints/gc5"], "__WCF2__": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/distributedArchitectures/group2/objective"]}, "name": "Coordinator"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2__i2"]}, "name": "Sub-SM-bounds-1"}, {"input": ["Coordinator", "Sys-Optimizer"], "pipeline_data": {"Coordinator": ["/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/initialGuessDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2"], "Sys-Optimizer": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/tc", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L__i2", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1__i2"]}, "name": "Sub-SM-bounds-0"}, {"input": ["Structures"], "pipeline_data": {"Structures": ["/data_schema/aircraft/other/sigma5", "/data_schema/aircraft/other/sigma4", "/data_schema/aircraft/other/sigma3", "/data_schema/aircraft/other/sigma2", "/data_schema/aircraft/other/sigma1"]}, "name": "Csigmas"}, {"input": ["Sub-SM-bounds-2", "Sub-Optimizer-2", "Propulsion"], "pipeline_data": {"Sub-SM-bounds-2": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group2/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/D__i2"], "Sub-Optimizer-2": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/T"], "Propulsion": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/SFC"]}, "name": "Sub-DOE-2"}, {"input": ["Aerodynamics", "Sub-SM-bounds-1", "Sub-Optimizer-1"], "pipeline_data": {"Aerodynamics": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/fin", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/D", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/other/L"], "Sub-SM-bounds-1": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/M", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group1/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WT__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/reference/ESF", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/reference/h", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR__i2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/geometry/Theta__i2"], "Sub-Optimizer-1": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/other/Cf"]}, "name": "Sub-DOE-1"}, {"input": ["Structures", "Sub-SM-bounds-0", "Sub-Optimizer-0"], "pipeline_data": {"Structures": ["/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/geometry/Theta", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WT", "/data_schema/architectureNodes/finalOutputVariables/data_schemaCopy/aircraft/weight/WF"], "Sub-SM-bounds-0": ["/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/other/L", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Lambda", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/couplingCopyVariables/data_schemaCopy/aircraft/weight/WE", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/Sref", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w0", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/AR", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w2", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/distributedArchitectures/group0/couplingWeights/w1", "/data_schema/architectureNodes/doeInputSampleLists/data_schemaCopy/architectureNodes/copyDesignVariables/data_schemaCopy/aircraft/geometry/tc"], "Sub-Optimizer-0": ["/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/section", "/data_schema/architectureNodes/finalDesignVariables/data_schemaCopy/aircraft/geometry/lambda"]}, "name": "Sub-DOE-0"}], "organization": null, "function_ordering": {"post-desvars": [], "post-coupling": ["Performance", "C[sigmas]", "C[Theta]", "C[dpdx]", "C[prop]", "F[R]"], "pre-desvars": [], "coupled": ["Structures", "Aerodynamics", "Propulsion"]}, "variableSchemes": {"catschema_sysLev": {"name": "systemVariables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}, {"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "section", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}, {"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "couplings"}]}, "catschema_nodeLev": {"name": "variables", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 11}, {"type": "variable", "name": "T", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 11}, {"type": "variable", "name": "section", "level": 11}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 11}, {"type": "variable", "name": "SFC", "level": 11}, {"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 11}, {"type": "variable", "name": "WT", "level": 11}, {"type": "variable", "name": "WF", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "tc", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "Lambda__i2", "level": 8}, {"type": "variable", "name": "AR__i2", "level": 8}, {"type": "variable", "name": "Sref__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 7}, {"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "h__i2", "level": 7}, {"type": "variable", "name": "M__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "T", "level": 8}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WT__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D__i2", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "lambda", "level": 8}, {"type": "variable", "name": "section", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 8}, {"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "Cf", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 8}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 9}, {"type": "variable", "name": "sigma1", "level": 9}, {"type": "variable", "name": "sigma5", "level": 9}, {"type": "variable", "name": "sigma4", "level": 9}, {"type": "variable", "name": "sigma3", "level": 9}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 8}, {"type": "variable", "name": "dpdx", "level": 8}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 9}, {"type": "variable", "name": "ESF", "level": 9}, {"type": "variable", "name": "DT", "level": 9}], "name": "propulsion"}], "name": "constraints"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 9}, {"type": "variable", "name": "gc0", "level": 9}, {"type": "variable", "name": "gc1", "level": 9}, {"type": "variable", "name": "gc4", "level": 9}, {"type": "variable", "name": "gc5", "level": 9}, {"type": "variable", "name": "gc2", "level": 9}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 8}], "name": "objectives"}], "name": "mdo_data"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}], "name": "reference"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 8}, {"type": "variable", "name": "fin", "level": 8}, {"type": "variable", "name": "L", "level": 8}, {"type": "variable", "name": "D", "level": 8}], "name": "other"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE", "level": 8}, {"type": "variable", "name": "WF", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 5}, {"type": "variable", "name": "WT", "level": 5}, {"type": "variable", "name": "WE", "level": 5}, {"type": "variable", "name": "WF", "level": 5}, {"type": "variable", "name": "WBE", "level": 5}, {"type": "variable", "name": "WFO", "level": 5}], "name": "weight"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 5}, {"type": "variable", "name": "L", "level": 5}, {"type": "variable", "name": "D", "level": 5}, {"type": "variable", "name": "T", "level": 5}, {"type": "variable", "name": "sigma5", "level": 5}, {"type": "variable", "name": "sigma4", "level": 5}, {"type": "variable", "name": "sigma3", "level": 5}, {"type": "variable", "name": "sigma2", "level": 5}, {"type": "variable", "name": "R", "level": 5}, {"type": "variable", "name": "fin", "level": 5}, {"type": "variable", "name": "Nz", "level": 5}, {"type": "variable", "name": "Cf", "level": 5}, {"type": "variable", "name": "SFC", "level": 5}, {"type": "variable", "name": "sigma1", "level": 5}, {"type": "variable", "name": "CDmin", "level": 5}, {"type": "variable", "name": "DT", "level": 5}], "name": "other"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 5}, {"type": "variable", "name": "section", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma5", "level": 6}], "name": "sigmas"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 6}, {"type": "variable", "name": "DT", "level": 6}, {"type": "variable", "name": "Temp", "level": 6}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "dpdx", "level": 5}], "name": "constraints"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 6}, {"type": "variable", "name": "gc4", "level": 6}, {"type": "variable", "name": "gc1", "level": 6}, {"type": "variable", "name": "gc0", "level": 6}, {"type": "variable", "name": "gc3", "level": 6}, {"type": "variable", "name": "gc2", "level": 6}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 5}], "name": "objectives"}], "name": "mdo_data"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group2"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group1"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 6}, {"type": "variable", "name": "w2__i2", "level": 6}, {"type": "variable", "name": "w0__i2", "level": 6}, {"type": "variable", "name": "w0", "level": 6}, {"type": "variable", "name": "w2", "level": 6}, {"type": "variable", "name": "w1__i2", "level": 6}], "name": "couplingWeights"}, {"type": "variable", "name": "objective", "level": 5}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 4}], "name": "mdoData"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 4}], "name": "reference"}], "name": "data_schema"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB2"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB0"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 5}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "coupling"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 11}, {"type": "variable", "name": "L__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 11}, {"type": "variable", "name": "WT", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}], "name": "couplingWeights"}], "name": "group2"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 9}, {"type": "variable", "name": "w2__i2", "level": 9}, {"type": "variable", "name": "w1__i2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 11}, {"type": "variable", "name": "tc__i2", "level": 11}, {"type": "variable", "name": "Lambda", "level": 11}, {"type": "variable", "name": "tc", "level": 11}, {"type": "variable", "name": "Sref", "level": 11}, {"type": "variable", "name": "AR__i2", "level": 11}, {"type": "variable", "name": "AR", "level": 11}, {"type": "variable", "name": "Sref__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 10}, {"type": "variable", "name": "M", "level": 10}, {"type": "variable", "name": "M__i2", "level": 10}, {"type": "variable", "name": "h", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 11}, {"type": "variable", "name": "WE", "level": 11}], "name": "weight"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 11}, {"type": "variable", "name": "D__i2", "level": 11}], "name": "other"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 11}], "name": "geometry"}], "name": "aircraft"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}, {"type": "variable", "name": "w2", "level": 9}], "name": "couplingWeights"}], "name": "group1"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group0"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 9}, {"type": "variable", "name": "w0", "level": 9}, {"type": "variable", "name": "w1", "level": 9}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 8}], "name": "geometry"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}, {"type": "variable", "name": "WE__i2", "level": 8}], "name": "weight"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 8}, {"type": "variable", "name": "L__i2", "level": 8}], "name": "other"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 8}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 8}, {"type": "variable", "name": "Lambda", "level": 8}, {"type": "variable", "name": "AR", "level": 8}, {"type": "variable", "name": "tc", "level": 8}], "name": "geometry"}], "name": "aircraft"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 7}, {"type": "variable", "name": "M", "level": 7}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 5}, {"type": "variable", "name": "AR", "level": 5}, {"type": "variable", "name": "tc", "level": 5}, {"type": "variable", "name": "Sref", "level": 5}, {"type": "variable", "name": "Lambda", "level": 5}], "name": "geometry"}], "name": "aircraft"}, {"level": 3, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 4}, {"type": "variable", "name": "h", "level": 4}, {"type": "variable", "name": "M", "level": 4}], "name": "reference"}], "name": "data_schema"}], "name": "sharedCoupling"}]}, "catschema_roleLev": {"name": "variables", "children": [{"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}, {"type": "variable", "name": "T", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "SFC", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}, {"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WF", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}, {"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma2", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}], "name": "sigmas"}, {"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "dpdx", "level": 9}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "Temp", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}], "name": "propulsion"}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "finalOutputVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "couplingWeights"}], "type": "variable", "name": "architectureRoles", "level": 1}, {"children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma3", "level": 7}, {"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}], "name": "sigmas"}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}, {"type": "variable", "name": "Theta", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}, {"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "designVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "objectives"}], "type": "variable", "name": "problemRoles", "level": 1}]}, "catschema_funLev": {"name": "functions", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "FR"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "objectives"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "tc", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Optimizer"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WBE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}, {"type": "variable", "name": "DT", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "outputs"}], "name": "Propulsion"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}, {"type": "variable", "name": "Temp", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}, {"type": "variable", "name": "DT", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cprop"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sys-Converger"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Performance"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 6}, {"type": "variable", "name": "section", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 6}, {"type": "variable", "name": "WF", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Structures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}, {"level": 9, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 10}, {"type": "variable", "name": "DT", "level": 10}, {"type": "variable", "name": "Temp", "level": 10}], "name": "propulsion"}, {"type": "variable", "name": "dpdx", "level": 9}, {"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "R", "level": 9}], "name": "objectives"}], "name": "mdo_data"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "systemConvergenceCheck", "level": 5}], "name": "mdoData"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}, {"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}, {"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Nz", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WO", "level": 6}, {"type": "variable", "name": "WBE", "level": 6}, {"type": "variable", "name": "WFO", "level": 6}], "name": "weight"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Coordinator"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "CTheta"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 6}, {"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 9}, {"type": "variable", "name": "section", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 6}, {"type": "variable", "name": "lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 7}, {"type": "variable", "name": "DT", "level": 7}, {"type": "variable", "name": "Temp", "level": 7}], "name": "propulsion"}], "name": "constraints"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Optimizer-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "outputs"}], "name": "Sub-SM-builder-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 6}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 6}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 5}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 6}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "objective", "level": 9}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "WCF2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB1"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "Cf", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 7}, {"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 6}, {"type": "variable", "name": "tc", "level": 6}, {"type": "variable", "name": "Sref", "level": 6}, {"type": "variable", "name": "Lambda", "level": 6}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB0"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}, {"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1__i2", "level": 7}, {"type": "variable", "name": "w2__i2", "level": 7}, {"type": "variable", "name": "w0__i2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 5}, {"type": "variable", "name": "M", "level": 5}], "name": "reference"}], "name": "data_schema"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "definition", "level": 6}], "name": "SubSMB2"}], "name": "surrogateModels"}], "name": ""}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}, {"type": "variable", "name": "T", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-Surrogate-Model-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 9}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "dpdx", "level": 6}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Cdpdx"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WE__i2", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L__i2", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}, {"type": "variable", "name": "WT", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}], "name": "other"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "gc0", "level": 10}, {"type": "variable", "name": "gc1", "level": 10}, {"type": "variable", "name": "gc2", "level": 10}, {"type": "variable", "name": "gc3", "level": 10}, {"type": "variable", "name": "gc4", "level": 10}, {"type": "variable", "name": "gc5", "level": 10}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "gc5", "level": 7}, {"type": "variable", "name": "gc4", "level": 7}, {"type": "variable", "name": "gc3", "level": 7}, {"type": "variable", "name": "gc2", "level": 7}, {"type": "variable", "name": "gc1", "level": 7}, {"type": "variable", "name": "gc0", "level": 7}], "name": "consistencyConstraints"}], "name": "systemLevel"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Gc"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 8}, {"type": "variable", "name": "h", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 6}, {"type": "variable", "name": "CDmin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "fin", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 6}, {"type": "variable", "name": "D", "level": 6}, {"type": "variable", "name": "dpdx", "level": 6}, {"type": "variable", "name": "fin", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "outputs"}], "name": "Aerodynamics"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Sref__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0__i2", "level": 10}, {"type": "variable", "name": "w2__i2", "level": 10}, {"type": "variable", "name": "w1__i2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}, {"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "tc", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "AR", "level": 12}, {"type": "variable", "name": "tc", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-SM-bounds-0"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 6}, {"type": "variable", "name": "sigma4", "level": 6}, {"type": "variable", "name": "sigma3", "level": 6}, {"type": "variable", "name": "sigma2", "level": 6}, {"type": "variable", "name": "sigma1", "level": 6}], "name": "other"}], "name": "aircraft"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "sigma5", "level": 10}, {"type": "variable", "name": "sigma4", "level": 10}, {"type": "variable", "name": "sigma1", "level": 10}, {"type": "variable", "name": "sigma3", "level": 10}, {"type": "variable", "name": "sigma2", "level": 10}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "sigma4", "level": 7}, {"type": "variable", "name": "sigma5", "level": 7}, {"type": "variable", "name": "sigma1", "level": 7}, {"type": "variable", "name": "sigma2", "level": 7}, {"type": "variable", "name": "sigma3", "level": 7}], "name": "sigmas"}], "name": "constraints"}], "name": "mdo_data"}], "name": "data_schema"}], "name": "outputs"}], "name": "Csigmas"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 11}, {"type": "variable", "name": "M__i2", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}, {"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "SFC", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "T", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h__i2", "level": 8}, {"type": "variable", "name": "M__i2", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "D__i2", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-2"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Lambda__i2", "level": 12}, {"type": "variable", "name": "tc__i2", "level": 12}, {"type": "variable", "name": "AR__i2", "level": 12}, {"type": "variable", "name": "Sref__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "M", "level": 11}, {"type": "variable", "name": "h", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 12}], "name": "weight"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 12}], "name": "geometry"}], "name": "aircraft"}, {"level": 10, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 11}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}, {"type": "variable", "name": "w1", "level": 10}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "fin", "level": 9}, {"type": "variable", "name": "L", "level": 9}, {"type": "variable", "name": "D", "level": 9}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w2", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w1", "level": 7}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}, {"type": "variable", "name": "fin", "level": 12}, {"type": "variable", "name": "D", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Cf", "level": 12}], "name": "other"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "tc__i2", "level": 9}, {"type": "variable", "name": "AR__i2", "level": 9}, {"type": "variable", "name": "Sref__i2", "level": 9}, {"type": "variable", "name": "Lambda__i2", "level": 9}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"type": "variable", "name": "h", "level": 8}, {"type": "variable", "name": "M", "level": 8}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"type": "variable", "name": "ESF", "level": 8}], "name": "reference"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta__i2", "level": 9}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT__i2", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-1"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 10}, {"type": "variable", "name": "w0", "level": 10}, {"type": "variable", "name": "w2", "level": 10}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 12}], "name": "other"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "tc", "level": 12}, {"type": "variable", "name": "Sref", "level": 12}, {"type": "variable", "name": "Lambda", "level": 12}, {"type": "variable", "name": "AR", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "section", "level": 9}, {"type": "variable", "name": "lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WT", "level": 9}, {"type": "variable", "name": "WF", "level": 9}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schema"}], "name": "inputs"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "L", "level": 9}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"type": "variable", "name": "WE", "level": 9}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"type": "variable", "name": "AR", "level": 9}, {"type": "variable", "name": "Sref", "level": 9}, {"type": "variable", "name": "tc", "level": 9}, {"type": "variable", "name": "Lambda", "level": 9}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "lambda", "level": 12}, {"type": "variable", "name": "section", "level": 12}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "children": [{"level": 10, "type": "variable", "children": [{"level": 11, "type": "variable", "children": [{"type": "variable", "name": "Theta", "level": 12}], "name": "geometry"}, {"level": 11, "type": "variable", "children": [{"type": "variable", "name": "WF", "level": 12}, {"type": "variable", "name": "WT", "level": 12}], "name": "weight"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"type": "variable", "name": "w1", "level": 7}, {"type": "variable", "name": "w0", "level": 7}, {"type": "variable", "name": "w2", "level": 7}], "name": "couplingWeights"}], "name": "group0"}], "name": "distributedArchitectures"}], "name": "data_schema"}], "name": "outputs"}], "name": "Sub-DOE-0"}]}, "schema": {"name": "data_schema", "children": [{"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}], "name": "data_schemaCopy"}], "name": "doeOutputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "tc__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref__i2", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "h__i2", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "L__i2", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WE__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group2"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group1"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "initialGuessDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "L__i2", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WE__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}], "name": "weight"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF__i2", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "M", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "finalDesignVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Lambda__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "AR__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "Sref__i2", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "h__i2", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "M__i2", "value": "unknown", "dimension": null}, {"level": 8, "type": "variable", "name": "h", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "copyDesignVariables"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "WT__i2", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 9, "type": "variable", "name": "D__i2", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 8, "type": "variable", "children": [{"level": 9, "type": "variable", "name": "Theta__i2", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}, {"level": 7, "type": "variable", "children": [{"level": 8, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}], "name": "architectureNodes"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}], "name": "couplingWeights"}], "name": "group2"}], "name": "distributedArchitectures"}], "name": "data_schemaCopy"}], "name": "doeInputSampleLists"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Theta__i2", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WT__i2", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L__i2", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D__i2", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF__i2", "value": "unknown", "dimension": null}, {"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "couplingCopyVariables"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "section", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}], "name": "data_schemaCopy"}], "name": "surrogateModelApproximates"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group0"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group1"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group2"}], "name": "distributedArchitectures"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "propulsion"}], "name": "constraints"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "children": [{"level": 7, "type": "variable", "name": "gc3", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc0", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc1", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc4", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc5", "value": "unknown", "dimension": null}, {"level": 7, "type": "variable", "name": "gc2", "value": "unknown", "dimension": null}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}], "name": "reference"}, {"level": 4, "type": "variable", "children": [{"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "D", "value": "unknown", "dimension": null}], "name": "other"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 6, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 5, "type": "variable", "children": [{"level": 6, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}], "name": "geometry"}], "name": "aircraft"}], "name": "data_schemaCopy"}], "name": "finalOutputVariables"}], "name": "architectureNodes"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "WO", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WT", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WF", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WBE", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "WFO", "value": "unknown", "dimension": null}], "name": "weight"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "lambda", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "AR", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "tc", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "section", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Sref", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Lambda", "value": "unknown", "dimension": null}], "name": "geometry"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "L", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "D", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "T", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "fin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Nz", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "Cf", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "SFC", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "CDmin", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}], "name": "other"}], "name": "aircraft"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "sigma3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "sigma5", "value": "unknown", "dimension": null}], "name": "sigmas"}, {"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "DT", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "propulsion"}, {"level": 3, "type": "variable", "name": "Theta", "value": "unknown", "dimension": null}, {"level": 3, "type": "variable", "name": "dpdx", "value": "unknown", "dimension": null}], "name": "constraints"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "gc5", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc4", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc3", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "gc2", "value": "unknown", "dimension": null}], "name": "consistencyConstraints"}], "name": "systemLevel"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "R", "value": "unknown", "dimension": null}], "name": "objectives"}], "name": "mdo_data"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group1"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "children": [{"level": 4, "type": "variable", "name": "w1", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0__i2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w0", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w2", "value": "unknown", "dimension": null}, {"level": 4, "type": "variable", "name": "w1__i2", "value": "unknown", "dimension": null}], "name": "couplingWeights"}, {"level": 3, "type": "variable", "name": "objective", "value": "unknown", "dimension": null}], "name": "group0"}], "name": "distributedArchitectures"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "definition", "value": "unknown", "dimension": null}], "name": "SubSMB2"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "definition", "value": "unknown", "dimension": null}], "name": "SubSMB0"}, {"level": 2, "type": "variable", "children": [{"level": 3, "type": "variable", "name": "definition", "value": "unknown", "dimension": null}], "name": "SubSMB1"}], "name": "surrogateModels"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "systemConvergenceCheck", "value": "unknown", "dimension": null}], "name": "mdoData"}, {"level": 1, "type": "variable", "children": [{"level": 2, "type": "variable", "name": "ESF", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "h", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "M", "value": "unknown", "dimension": null}, {"level": 2, "type": "variable", "name": "Temp", "value": "unknown", "dimension": null}], "name": "reference"}]}}, "id": "07", "name": "XDSM - BLISS-2000 - Mdao"}], "categories": [{"name": "schema", "description": "schema"}, {"name": "catschema_nodeLev", "description": "node levels"}, {"name": "catschema_funLev", "description": "function levels"}, {"name": "catschema_roleLev", "description": "role levels"}, {"name": "catschema_sysLev", "description": "system levels"}]}
 			function loadAllData(data)
 			{
 				makeKadmosMenu(data);
diff --git a/kadmos/graph/graph_data.py b/kadmos/graph/graph_data.py
index 7df5476a9..dd4d1e270 100644
--- a/kadmos/graph/graph_data.py
+++ b/kadmos/graph/graph_data.py
@@ -304,21 +304,23 @@ class DataGraph(KadmosGraph):
 
         #dict of inequality operators
         operators = {'>': oper.gt,
-                  '>=': oper.ge,
-                  '<': oper.lt,
-                  '<=': oper.le,
-                  '==': oper.eq}
+                     '>=': oper.ge,
+                     '<': oper.lt,
+                     '<=': oper.le,
+                     '==': oper.eq}
 
         # Input assertions
         assert self.has_node(node), 'Node %s not present in the graph.' % node
-        if isinstance(operator,basestring):
+        if isinstance(operator, basestring):
             assert operator in operators, 'Operator has to be one of the following: %s' % operators.keys()
-        else:
-            assert len(operator) == 1 or len(operator) == 2, 'Only one or two operators can be provided'
+        elif isinstance(operator, list):
+            assert len(operator) == 1 or len(operator) == 2, 'Only one or two operators can be provided.'
             assert len(operator) == len(reference_value), '{} operators provided with {} reference values. Please provide ' \
                                                           'equal sized lists.'.format(len(operator),len(reference_value))
             for op in operator:
                 assert operators[op](1,0) or operators[op](0,1), 'Operator has to be one of the following: >, >=, < or <='
+        else:
+            raise AssertionError('operator input is of wrong type {}.'.format(type(operator)))
         assert isinstance(reference_value, (numbers.Number, list)), 'Reference value is not a number or list.'
 
         #check if multiple bounds are used correctly.
@@ -329,16 +331,20 @@ class DataGraph(KadmosGraph):
                 if operators[operator[1]](a,b) and operators[operator[0]](b,a):
                     pass
                 else:
-                    print("ERROR: x {} {} and x {} {} are not consistent as "
-                           "bounds".format(operator[0],reference_value[0],operator[1],reference_value[1]))
+                    raise IOError("ERROR: x {} {} and x {} {} are not consistent as "
+                                  "bounds".format(operator[0], reference_value[0], operator[1], reference_value[1]))
             else:
-                print("ERROR: the combination of {} and {} as bounds is not logical. "
-                      "Please correct the operators provided".format(operator[0],operator[1]))
+                raise IOError("ERROR: the combination of {} and {} as bounds is not logical. "
+                              "Please correct the operators provided".format(operator[0],operator[1]))
 
         # Mark nodes
         self.node[node]['problem_role'] = self.PROBLEM_ROLES_VARS[2]
-        self.node[node]['constraint_operator'] = operator
-        self.node[node]['reference_value'] = reference_value
+        if isinstance(operator, basestring):
+            self.node[node]['constraint_operator'] = operator
+            self.node[node]['reference_value'] = reference_value
+        else:
+            self.node[node]['constraint_operator'] =  ';'.join(operator)
+            self.node[node]['reference_value'] = ';'.join([str(item) for item in reference_value])
         if operator == '==':
             self.node[node]['constraint_type'] = 'equality'
         else:
-- 
GitLab